Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-68121 (GCVE-0-2025-68121)
Vulnerability from cvelistv5 – Published: 2026-02-05 17:48 – Updated: 2026-04-29 13:29- CWE-295 - Improper Certificate Validation
| Vendor | Product | Version | |
|---|---|---|---|
| Go standard library | crypto/tls |
Affected:
0 , < 1.24.13
(semver)
Affected: 1.25.0-0 , < 1.25.7 (semver) Affected: 1.26.0-rc.1 , < 1.26.0-rc.3 (semver) |
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2025-68121",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-04-29T03:55:46.305385Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-295",
"description": "CWE-295 Improper Certificate Validation",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-04-29T13:29:25.582Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "crypto/tls",
"product": "crypto/tls",
"programRoutines": [
{
"name": "Conn.handshakeContext"
},
{
"name": "Conn.Handshake"
},
{
"name": "Conn.HandshakeContext"
},
{
"name": "Conn.Read"
},
{
"name": "Conn.Write"
},
{
"name": "Dial"
},
{
"name": "DialWithDialer"
},
{
"name": "Dialer.Dial"
},
{
"name": "Dialer.DialContext"
},
{
"name": "QUICConn.Start"
}
],
"vendor": "Go standard library",
"versions": [
{
"lessThan": "1.24.13",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "1.25.7",
"status": "affected",
"version": "1.25.0-0",
"versionType": "semver"
},
{
"lessThan": "1.26.0-rc.3",
"status": "affected",
"version": "1.26.0-rc.1",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Coia Prant (github.com/rbqvq)"
},
{
"lang": "en",
"value": "Go Security Team"
}
],
"descriptions": [
{
"lang": "en",
"value": "During session resumption in crypto/tls, if the underlying Config has its ClientCAs or RootCAs fields mutated between the initial handshake and the resumed handshake, the resumed handshake may succeed when it should have failed. This may happen when a user calls Config.Clone and mutates the returned Config, or uses Config.GetConfigForClient. This can cause a client to resume a session with a server that it would not have resumed with during the initial handshake, or cause a server to resume a session with a client that it would not have resumed with during the initial handshake."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-295: Improper Certificate Validation",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-02-05T17:48:44.141Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"url": "https://go.dev/cl/737700"
},
{
"url": "https://go.dev/issue/77217"
},
{
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"title": "Unexpected session resumption in crypto/tls"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2025-68121",
"datePublished": "2026-02-05T17:48:44.141Z",
"dateReserved": "2025-12-15T16:48:04.451Z",
"dateUpdated": "2026-04-29T13:29:25.582Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-68121",
"date": "2026-06-27",
"epss": "0.00765",
"percentile": "0.50834"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-68121\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2026-02-05T18:16:10.857\",\"lastModified\":\"2026-04-29T14:16:16.170\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"During session resumption in crypto/tls, if the underlying Config has its ClientCAs or RootCAs fields mutated between the initial handshake and the resumed handshake, the resumed handshake may succeed when it should have failed. This may happen when a user calls Config.Clone and mutates the returned Config, or uses Config.GetConfigForClient. This can cause a client to resume a session with a server that it would not have resumed with during the initial handshake, or cause a server to resume a session with a client that it would not have resumed with during the initial handshake.\"},{\"lang\":\"es\",\"value\":\"Durante la reanudaci\u00f3n de la sesi\u00f3n en crypto/tls, si la Config subyacente tiene sus campos ClientCAs o RootCAs mutados entre el handshake inicial y el handshake reanudado, el handshake reanudado puede tener \u00e9xito cuando deber\u00eda haber fallado. Esto puede ocurrir cuando un usuario llama a Config.Clone y muta la Config devuelta, o usa Config.GetConfigForClient. Esto puede hacer que un cliente reanude una sesi\u00f3n con un servidor con el que no la habr\u00eda reanudado durante el handshake inicial, o hacer que un servidor reanude una sesi\u00f3n con un cliente con el que no la habr\u00eda reanudado durante el handshake inicial.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H\",\"baseScore\":10.0,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":6.0},{\"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:H/I:H/A:N\",\"baseScore\":9.1,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":5.2}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-295\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.24.13\",\"matchCriteriaId\":\"9FEE539A-EDC2-4044-A38C-5A0FDF567509\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.25.0\",\"versionEndExcluding\":\"1.25.7\",\"matchCriteriaId\":\"B275853C-E253-485B-B469-31D1A7383965\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:1.26.0:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"E529A0EC-B944-4E2F-B26A-2A9F31AFF240\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:1.26.0:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"553D6D90-140E-4A54-86A3-00E66AC30F3C\"}]}]}],\"references\":[{\"url\":\"https://go.dev/cl/737700\",\"source\":\"security@golang.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://go.dev/issue/77217\",\"source\":\"security@golang.org\",\"tags\":[\"Exploit\",\"Issue Tracking\"]},{\"url\":\"https://groups.google.com/g/golang-announce/c/K09ubi9FQFk\",\"source\":\"security@golang.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2026-4337\",\"source\":\"security@golang.org\",\"tags\":[\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 9.1, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"CRITICAL\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-68121\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-04-29T03:55:46.305385Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-295\", \"description\": \"CWE-295 Improper Certificate Validation\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-02-06T15:32:38.457Z\"}}], \"cna\": {\"title\": \"Unexpected session resumption in crypto/tls\", \"credits\": [{\"lang\": \"en\", \"value\": \"Coia Prant (github.com/rbqvq)\"}, {\"lang\": \"en\", \"value\": \"Go Security Team\"}], \"affected\": [{\"vendor\": \"Go standard library\", \"product\": \"crypto/tls\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"1.24.13\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.25.0-0\", \"lessThan\": \"1.25.7\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.26.0-rc.1\", \"lessThan\": \"1.26.0-rc.3\", \"versionType\": \"semver\"}], \"packageName\": \"crypto/tls\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"Conn.handshakeContext\"}, {\"name\": \"Conn.Handshake\"}, {\"name\": \"Conn.HandshakeContext\"}, {\"name\": \"Conn.Read\"}, {\"name\": \"Conn.Write\"}, {\"name\": \"Dial\"}, {\"name\": \"DialWithDialer\"}, {\"name\": \"Dialer.Dial\"}, {\"name\": \"Dialer.DialContext\"}, {\"name\": \"QUICConn.Start\"}]}], \"references\": [{\"url\": \"https://groups.google.com/g/golang-announce/c/K09ubi9FQFk\"}, {\"url\": \"https://go.dev/cl/737700\"}, {\"url\": \"https://go.dev/issue/77217\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2026-4337\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"During session resumption in crypto/tls, if the underlying Config has its ClientCAs or RootCAs fields mutated between the initial handshake and the resumed handshake, the resumed handshake may succeed when it should have failed. This may happen when a user calls Config.Clone and mutates the returned Config, or uses Config.GetConfigForClient. This can cause a client to resume a session with a server that it would not have resumed with during the initial handshake, or cause a server to resume a session with a client that it would not have resumed with during the initial handshake.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-295: Improper Certificate Validation\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2026-02-05T17:48:44.141Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-68121\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-04-29T13:29:25.582Z\", \"dateReserved\": \"2025-12-15T16:48:04.451Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2026-02-05T17:48:44.141Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2026:17446
Vulnerability from csaf_redhat - Published: 2026-05-20 11:57 - Updated: 2026-06-27 20:38A 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: 8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-docker-5:5.2.2-11.rhaos4.18.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.18:python-pyasn1-0:0.5.1-4.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.18:python-pyasn1-doc-0:0.5.1-4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.18:python3-pyasn1-0:0.5.1-4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.18:python3-pyasn1-modules-0:0.5.1-4.el9.noarch | — |
Workaround
|
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-docker-5:5.2.2-11.rhaos4.18.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.18:python-pyasn1-0:0.5.1-4.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.18:python-pyasn1-doc-0:0.5.1-4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.18:python3-pyasn1-0:0.5.1-4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.18:python3-pyasn1-modules-0:0.5.1-4.el9.noarch | — |
Workaround
|
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-docker-5:5.2.2-11.rhaos4.18.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.18:python-pyasn1-0:0.5.1-4.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.18:python-pyasn1-doc-0:0.5.1-4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.18:python3-pyasn1-0:0.5.1-4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.18:python3-pyasn1-modules-0:0.5.1-4.el9.noarch | — |
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: 8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-docker-5:5.2.2-11.rhaos4.18.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.18:python-pyasn1-0:0.5.1-4.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.18:python-pyasn1-doc-0:0.5.1-4.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.18:python3-pyasn1-0:0.5.1-4.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.18:python3-pyasn1-modules-0:0.5.1-4.el9.noarch | — |
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-docker-5:5.2.2-11.rhaos4.18.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.18:python-pyasn1-0:0.5.1-4.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.18:python-pyasn1-doc-0:0.5.1-4.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.18:python3-pyasn1-0:0.5.1-4.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.18:python3-pyasn1-modules-0:0.5.1-4.el9.noarch | — |
A flaw was found in pyasn1, a generic ASN.1 library for Python. A remote attacker could exploit this vulnerability by sending a specially crafted RELATIVE-OID with excessive continuation octets. This input validation vulnerability leads to memory exhaustion, resulting in a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.18:python-pyasn1-0:0.5.1-4.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.18:python-pyasn1-doc-0:0.5.1-4.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.18:python3-pyasn1-0:0.5.1-4.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.18:python3-pyasn1-modules-0:0.5.1-4.el9.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.src | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-docker-5:5.2.2-11.rhaos4.18.el8.noarch | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.x86_64 | — |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.18.42 is now available with\nupdates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container\nPlatform 4.18.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing\nKubernetes application platform solution designed for on-premise or private\ncloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container\nPlatform 4.18.42. See the following advisory for the container images for\nthis release:\n\nhttps://access.redhat.com/errata/RHSA-2026:17448\n\nSecurity Fix(es):\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url\n(CVE-2025-61726)\n* crypto/x509: golang: Denial of Service due to excessive resource\nconsumption via crafted certificate (CVE-2025-61729)\n* pyasn1: pyasn1: Denial of Service due to memory exhaustion from malformed\nRELATIVE-OID (CVE-2026-23490)\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map\n(CVE-2025-58183)\n* golang: archive/zip: Excessive CPU consumption when building archive\nindex in archive/zip (CVE-2025-61728)\n* crypto/tls: crypto/tls: Incorrect certificate validation during TLS\nsession resumption (CVE-2025-68121)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage(s) listed in the References section.\n\nAll OpenShift Container Platform 4.18 users are advised to upgrade to these\nupdated packages and images when they are available in the appropriate\nrelease channel. To check for available updates, use the OpenShift CLI (oc)\nor web console. Instructions for upgrading a cluster are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html-single/updating_clusters/index#updating-cluster-cli.",
"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:17446",
"url": "https://access.redhat.com/errata/RHSA-2026:17446"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "2430472",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430472"
},
{
"category": "external",
"summary": "2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_17446.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.18.42 packages and security update",
"tracking": {
"current_release_date": "2026-06-27T20:38:49+00:00",
"generator": {
"date": "2026-06-27T20:38:49+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2026:17446",
"initial_release_date": "2026-05-20T11:57:59+00:00",
"revision_history": [
{
"date": "2026-05-20T11:57:59+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-20T11:57:59+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-27T20:38:49+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.18",
"product": {
"name": "Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.18::el8"
}
}
},
{
"category": "product_name",
"name": "Ironic content for Red Hat OpenShift Container Platform 4.18",
"product": {
"name": "Ironic content for Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-IRONIC-4.18",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_ironic:4.18::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.2.2-11.rhaos4.18.el8.src",
"product": {
"name": "podman-5:5.2.2-11.rhaos4.18.el8.src",
"product_id": "podman-5:5.2.2-11.rhaos4.18.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.2.2-11.rhaos4.18.el8?arch=src\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "python-pyasn1-0:0.5.1-4.el9.src",
"product": {
"name": "python-pyasn1-0:0.5.1-4.el9.src",
"product_id": "python-pyasn1-0:0.5.1-4.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyasn1@0.5.1-4.el9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.2.2-11.rhaos4.18.el8.x86_64",
"product": {
"name": "podman-5:5.2.2-11.rhaos4.18.el8.x86_64",
"product_id": "podman-5:5.2.2-11.rhaos4.18.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.2.2-11.rhaos4.18.el8?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-5:5.2.2-11.rhaos4.18.el8.x86_64",
"product": {
"name": "podman-catatonit-5:5.2.2-11.rhaos4.18.el8.x86_64",
"product_id": "podman-catatonit-5:5.2.2-11.rhaos4.18.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@5.2.2-11.rhaos4.18.el8?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.x86_64",
"product": {
"name": "podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.x86_64",
"product_id": "podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@5.2.2-11.rhaos4.18.el8?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-5:5.2.2-11.rhaos4.18.el8.x86_64",
"product": {
"name": "podman-plugins-5:5.2.2-11.rhaos4.18.el8.x86_64",
"product_id": "podman-plugins-5:5.2.2-11.rhaos4.18.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.2.2-11.rhaos4.18.el8?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-5:5.2.2-11.rhaos4.18.el8.x86_64",
"product": {
"name": "podman-remote-5:5.2.2-11.rhaos4.18.el8.x86_64",
"product_id": "podman-remote-5:5.2.2-11.rhaos4.18.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.2.2-11.rhaos4.18.el8?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-5:5.2.2-11.rhaos4.18.el8.x86_64",
"product": {
"name": "podman-tests-5:5.2.2-11.rhaos4.18.el8.x86_64",
"product_id": "podman-tests-5:5.2.2-11.rhaos4.18.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.2.2-11.rhaos4.18.el8?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-5:5.2.2-11.rhaos4.18.el8.x86_64",
"product": {
"name": "podman-debugsource-5:5.2.2-11.rhaos4.18.el8.x86_64",
"product_id": "podman-debugsource-5:5.2.2-11.rhaos4.18.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.2.2-11.rhaos4.18.el8?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"product": {
"name": "podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"product_id": "podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@5.2.2-11.rhaos4.18.el8?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"product": {
"name": "podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"product_id": "podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.2.2-11.rhaos4.18.el8?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"product": {
"name": "podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"product_id": "podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@5.2.2-11.rhaos4.18.el8?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"product": {
"name": "podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"product_id": "podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.2.2-11.rhaos4.18.el8?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"product": {
"name": "podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"product_id": "podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.2.2-11.rhaos4.18.el8?arch=x86_64\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.2.2-11.rhaos4.18.el8.aarch64",
"product": {
"name": "podman-5:5.2.2-11.rhaos4.18.el8.aarch64",
"product_id": "podman-5:5.2.2-11.rhaos4.18.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.2.2-11.rhaos4.18.el8?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-5:5.2.2-11.rhaos4.18.el8.aarch64",
"product": {
"name": "podman-catatonit-5:5.2.2-11.rhaos4.18.el8.aarch64",
"product_id": "podman-catatonit-5:5.2.2-11.rhaos4.18.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@5.2.2-11.rhaos4.18.el8?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.aarch64",
"product": {
"name": "podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.aarch64",
"product_id": "podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@5.2.2-11.rhaos4.18.el8?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-5:5.2.2-11.rhaos4.18.el8.aarch64",
"product": {
"name": "podman-plugins-5:5.2.2-11.rhaos4.18.el8.aarch64",
"product_id": "podman-plugins-5:5.2.2-11.rhaos4.18.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.2.2-11.rhaos4.18.el8?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-5:5.2.2-11.rhaos4.18.el8.aarch64",
"product": {
"name": "podman-remote-5:5.2.2-11.rhaos4.18.el8.aarch64",
"product_id": "podman-remote-5:5.2.2-11.rhaos4.18.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.2.2-11.rhaos4.18.el8?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-5:5.2.2-11.rhaos4.18.el8.aarch64",
"product": {
"name": "podman-tests-5:5.2.2-11.rhaos4.18.el8.aarch64",
"product_id": "podman-tests-5:5.2.2-11.rhaos4.18.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.2.2-11.rhaos4.18.el8?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-5:5.2.2-11.rhaos4.18.el8.aarch64",
"product": {
"name": "podman-debugsource-5:5.2.2-11.rhaos4.18.el8.aarch64",
"product_id": "podman-debugsource-5:5.2.2-11.rhaos4.18.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.2.2-11.rhaos4.18.el8?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"product": {
"name": "podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"product_id": "podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@5.2.2-11.rhaos4.18.el8?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"product": {
"name": "podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"product_id": "podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.2.2-11.rhaos4.18.el8?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"product": {
"name": "podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"product_id": "podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@5.2.2-11.rhaos4.18.el8?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"product": {
"name": "podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"product_id": "podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.2.2-11.rhaos4.18.el8?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"product": {
"name": "podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"product_id": "podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.2.2-11.rhaos4.18.el8?arch=aarch64\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"product": {
"name": "podman-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"product_id": "podman-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.2.2-11.rhaos4.18.el8?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"product": {
"name": "podman-catatonit-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"product_id": "podman-catatonit-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@5.2.2-11.rhaos4.18.el8?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"product": {
"name": "podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"product_id": "podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@5.2.2-11.rhaos4.18.el8?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"product": {
"name": "podman-plugins-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"product_id": "podman-plugins-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.2.2-11.rhaos4.18.el8?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"product": {
"name": "podman-remote-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"product_id": "podman-remote-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.2.2-11.rhaos4.18.el8?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"product": {
"name": "podman-tests-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"product_id": "podman-tests-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.2.2-11.rhaos4.18.el8?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"product": {
"name": "podman-debugsource-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"product_id": "podman-debugsource-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.2.2-11.rhaos4.18.el8?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"product": {
"name": "podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"product_id": "podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@5.2.2-11.rhaos4.18.el8?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"product": {
"name": "podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"product_id": "podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.2.2-11.rhaos4.18.el8?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"product": {
"name": "podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"product_id": "podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@5.2.2-11.rhaos4.18.el8?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"product_id": "podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.2.2-11.rhaos4.18.el8?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"product": {
"name": "podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"product_id": "podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.2.2-11.rhaos4.18.el8?arch=ppc64le\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.2.2-11.rhaos4.18.el8.s390x",
"product": {
"name": "podman-5:5.2.2-11.rhaos4.18.el8.s390x",
"product_id": "podman-5:5.2.2-11.rhaos4.18.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.2.2-11.rhaos4.18.el8?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-5:5.2.2-11.rhaos4.18.el8.s390x",
"product": {
"name": "podman-catatonit-5:5.2.2-11.rhaos4.18.el8.s390x",
"product_id": "podman-catatonit-5:5.2.2-11.rhaos4.18.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@5.2.2-11.rhaos4.18.el8?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.s390x",
"product": {
"name": "podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.s390x",
"product_id": "podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@5.2.2-11.rhaos4.18.el8?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-5:5.2.2-11.rhaos4.18.el8.s390x",
"product": {
"name": "podman-plugins-5:5.2.2-11.rhaos4.18.el8.s390x",
"product_id": "podman-plugins-5:5.2.2-11.rhaos4.18.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.2.2-11.rhaos4.18.el8?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-5:5.2.2-11.rhaos4.18.el8.s390x",
"product": {
"name": "podman-remote-5:5.2.2-11.rhaos4.18.el8.s390x",
"product_id": "podman-remote-5:5.2.2-11.rhaos4.18.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.2.2-11.rhaos4.18.el8?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-5:5.2.2-11.rhaos4.18.el8.s390x",
"product": {
"name": "podman-tests-5:5.2.2-11.rhaos4.18.el8.s390x",
"product_id": "podman-tests-5:5.2.2-11.rhaos4.18.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.2.2-11.rhaos4.18.el8?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-5:5.2.2-11.rhaos4.18.el8.s390x",
"product": {
"name": "podman-debugsource-5:5.2.2-11.rhaos4.18.el8.s390x",
"product_id": "podman-debugsource-5:5.2.2-11.rhaos4.18.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.2.2-11.rhaos4.18.el8?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"product": {
"name": "podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"product_id": "podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@5.2.2-11.rhaos4.18.el8?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"product": {
"name": "podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"product_id": "podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.2.2-11.rhaos4.18.el8?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"product": {
"name": "podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"product_id": "podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@5.2.2-11.rhaos4.18.el8?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"product": {
"name": "podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"product_id": "podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.2.2-11.rhaos4.18.el8?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"product": {
"name": "podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"product_id": "podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.2.2-11.rhaos4.18.el8?arch=s390x\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-5:5.2.2-11.rhaos4.18.el8.noarch",
"product": {
"name": "podman-docker-5:5.2.2-11.rhaos4.18.el8.noarch",
"product_id": "podman-docker-5:5.2.2-11.rhaos4.18.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@5.2.2-11.rhaos4.18.el8?arch=noarch\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"product": {
"name": "python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"product_id": "python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyasn1-doc@0.5.1-4.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pyasn1-0:0.5.1-4.el9.noarch",
"product": {
"name": "python3-pyasn1-0:0.5.1-4.el9.noarch",
"product_id": "python3-pyasn1-0:0.5.1-4.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyasn1@0.5.1-4.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pyasn1-modules-0:0.5.1-4.el9.noarch",
"product": {
"name": "python3-pyasn1-modules-0:0.5.1-4.el9.noarch",
"product_id": "python3-pyasn1-modules-0:0.5.1-4.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyasn1-modules@0.5.1-4.el9?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.2.2-11.rhaos4.18.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.aarch64"
},
"product_reference": "podman-5:5.2.2-11.rhaos4.18.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.2.2-11.rhaos4.18.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.ppc64le"
},
"product_reference": "podman-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.2.2-11.rhaos4.18.el8.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.s390x"
},
"product_reference": "podman-5:5.2.2-11.rhaos4.18.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.2.2-11.rhaos4.18.el8.src as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.src"
},
"product_reference": "podman-5:5.2.2-11.rhaos4.18.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.2.2-11.rhaos4.18.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.x86_64"
},
"product_reference": "podman-5:5.2.2-11.rhaos4.18.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-5:5.2.2-11.rhaos4.18.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.aarch64"
},
"product_reference": "podman-catatonit-5:5.2.2-11.rhaos4.18.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-5:5.2.2-11.rhaos4.18.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.ppc64le"
},
"product_reference": "podman-catatonit-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-5:5.2.2-11.rhaos4.18.el8.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.s390x"
},
"product_reference": "podman-catatonit-5:5.2.2-11.rhaos4.18.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-5:5.2.2-11.rhaos4.18.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.x86_64"
},
"product_reference": "podman-catatonit-5:5.2.2-11.rhaos4.18.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64"
},
"product_reference": "podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le"
},
"product_reference": "podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x"
},
"product_reference": "podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64"
},
"product_reference": "podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64"
},
"product_reference": "podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le"
},
"product_reference": "podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x"
},
"product_reference": "podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64"
},
"product_reference": "podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-5:5.2.2-11.rhaos4.18.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.aarch64"
},
"product_reference": "podman-debugsource-5:5.2.2-11.rhaos4.18.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-5:5.2.2-11.rhaos4.18.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.ppc64le"
},
"product_reference": "podman-debugsource-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-5:5.2.2-11.rhaos4.18.el8.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.s390x"
},
"product_reference": "podman-debugsource-5:5.2.2-11.rhaos4.18.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-5:5.2.2-11.rhaos4.18.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.x86_64"
},
"product_reference": "podman-debugsource-5:5.2.2-11.rhaos4.18.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-5:5.2.2-11.rhaos4.18.el8.noarch as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-docker-5:5.2.2-11.rhaos4.18.el8.noarch"
},
"product_reference": "podman-docker-5:5.2.2-11.rhaos4.18.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.aarch64"
},
"product_reference": "podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.ppc64le"
},
"product_reference": "podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.s390x"
},
"product_reference": "podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.x86_64"
},
"product_reference": "podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64"
},
"product_reference": "podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le"
},
"product_reference": "podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x"
},
"product_reference": "podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64"
},
"product_reference": "podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-5:5.2.2-11.rhaos4.18.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.aarch64"
},
"product_reference": "podman-plugins-5:5.2.2-11.rhaos4.18.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-5:5.2.2-11.rhaos4.18.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.ppc64le"
},
"product_reference": "podman-plugins-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-5:5.2.2-11.rhaos4.18.el8.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.s390x"
},
"product_reference": "podman-plugins-5:5.2.2-11.rhaos4.18.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-5:5.2.2-11.rhaos4.18.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.x86_64"
},
"product_reference": "podman-plugins-5:5.2.2-11.rhaos4.18.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64"
},
"product_reference": "podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x"
},
"product_reference": "podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64"
},
"product_reference": "podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5:5.2.2-11.rhaos4.18.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.aarch64"
},
"product_reference": "podman-remote-5:5.2.2-11.rhaos4.18.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5:5.2.2-11.rhaos4.18.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.ppc64le"
},
"product_reference": "podman-remote-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5:5.2.2-11.rhaos4.18.el8.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.s390x"
},
"product_reference": "podman-remote-5:5.2.2-11.rhaos4.18.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5:5.2.2-11.rhaos4.18.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.x86_64"
},
"product_reference": "podman-remote-5:5.2.2-11.rhaos4.18.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64"
},
"product_reference": "podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le"
},
"product_reference": "podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x"
},
"product_reference": "podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64"
},
"product_reference": "podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-5:5.2.2-11.rhaos4.18.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.aarch64"
},
"product_reference": "podman-tests-5:5.2.2-11.rhaos4.18.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-5:5.2.2-11.rhaos4.18.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.ppc64le"
},
"product_reference": "podman-tests-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-5:5.2.2-11.rhaos4.18.el8.s390x as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.s390x"
},
"product_reference": "podman-tests-5:5.2.2-11.rhaos4.18.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-5:5.2.2-11.rhaos4.18.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.18",
"product_id": "8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.x86_64"
},
"product_reference": "podman-tests-5:5.2.2-11.rhaos4.18.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyasn1-0:0.5.1-4.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-IRONIC-4.18:python-pyasn1-0:0.5.1-4.el9.src"
},
"product_reference": "python-pyasn1-0:0.5.1-4.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyasn1-doc-0:0.5.1-4.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-IRONIC-4.18:python-pyasn1-doc-0:0.5.1-4.el9.noarch"
},
"product_reference": "python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyasn1-0:0.5.1-4.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-IRONIC-4.18:python3-pyasn1-0:0.5.1-4.el9.noarch"
},
"product_reference": "python3-pyasn1-0:0.5.1-4.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyasn1-modules-0:0.5.1-4.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.18",
"product_id": "9Base-RHOSE-IRONIC-4.18:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
},
"product_reference": "python3-pyasn1-modules-0:0.5.1-4.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.18"
}
]
},
"vulnerabilities": [
{
"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": [
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
}
],
"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": [
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.src",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-docker-5:5.2.2-11.rhaos4.18.el8.noarch",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.x86_64"
],
"known_not_affected": [
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
},
"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-05-20T11:57:59+00:00",
"details": "For OpenShift Container Platform 4.18 see the following documentation,\nwhich will be updated shortly for this release, for important instructions\non how to upgrade your cluster and fully apply this asynchronous errata\nupdate:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/release_notes/",
"product_ids": [
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.src",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-docker-5:5.2.2-11.rhaos4.18.el8.noarch",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17446"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.src",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-docker-5:5.2.2-11.rhaos4.18.el8.noarch",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.x86_64",
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.src",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-docker-5:5.2.2-11.rhaos4.18.el8.noarch",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.x86_64",
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.src",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-docker-5:5.2.2-11.rhaos4.18.el8.noarch",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.x86_64"
],
"known_not_affected": [
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-20T11:57:59+00:00",
"details": "For OpenShift Container Platform 4.18 see the following documentation,\nwhich will be updated shortly for this release, for important instructions\non how to upgrade your cluster and fully apply this asynchronous errata\nupdate:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/release_notes/",
"product_ids": [
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.src",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-docker-5:5.2.2-11.rhaos4.18.el8.noarch",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17446"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.src",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-docker-5:5.2.2-11.rhaos4.18.el8.noarch",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.x86_64",
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.src",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-docker-5:5.2.2-11.rhaos4.18.el8.noarch",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.x86_64",
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually 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": [
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.src",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-docker-5:5.2.2-11.rhaos4.18.el8.noarch",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.x86_64"
],
"known_not_affected": [
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-20T11:57:59+00:00",
"details": "For OpenShift Container Platform 4.18 see the following documentation,\nwhich will be updated shortly for this release, for important instructions\non how to upgrade your cluster and fully apply this asynchronous errata\nupdate:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/release_notes/",
"product_ids": [
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.src",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-docker-5:5.2.2-11.rhaos4.18.el8.noarch",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17446"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.src",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-docker-5:5.2.2-11.rhaos4.18.el8.noarch",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.x86_64",
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.src",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-docker-5:5.2.2-11.rhaos4.18.el8.noarch",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.x86_64",
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"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": [
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
}
],
"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": [
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.src",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-docker-5:5.2.2-11.rhaos4.18.el8.noarch",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.x86_64"
],
"known_not_affected": [
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
},
"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-05-20T11:57:59+00:00",
"details": "For OpenShift Container Platform 4.18 see the following documentation,\nwhich will be updated shortly for this release, for important instructions\non how to upgrade your cluster and fully apply this asynchronous errata\nupdate:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/release_notes/",
"product_ids": [
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.src",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-docker-5:5.2.2-11.rhaos4.18.el8.noarch",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17446"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.src",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-docker-5:5.2.2-11.rhaos4.18.el8.noarch",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.x86_64",
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.src",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-docker-5:5.2.2-11.rhaos4.18.el8.noarch",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.x86_64"
],
"known_not_affected": [
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-20T11:57:59+00:00",
"details": "For OpenShift Container Platform 4.18 see the following documentation,\nwhich will be updated shortly for this release, for important instructions\non how to upgrade your cluster and fully apply this asynchronous errata\nupdate:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/release_notes/",
"product_ids": [
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.src",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-docker-5:5.2.2-11.rhaos4.18.el8.noarch",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17446"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.src",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-docker-5:5.2.2-11.rhaos4.18.el8.noarch",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.x86_64",
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-23490",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-16T20:03:33.790513+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.src",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-docker-5:5.2.2-11.rhaos4.18.el8.noarch",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430472"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pyasn1, a generic ASN.1 library for Python. A remote attacker could exploit this vulnerability by sending a specially crafted RELATIVE-OID with excessive continuation octets. This input validation vulnerability leads to memory exhaustion, resulting in a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1: Denial of Service due to memory exhaustion from malformed RELATIVE-OID",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
],
"known_not_affected": [
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.src",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-docker-5:5.2.2-11.rhaos4.18.el8.noarch",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23490"
},
{
"category": "external",
"summary": "RHBZ#2430472",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430472"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23490",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23490"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23490",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23490"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/3908f144229eed4df24bd569d16e5991ace44970",
"url": "https://github.com/pyasn1/pyasn1/commit/3908f144229eed4df24bd569d16e5991ace44970"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.2",
"url": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.2"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-63vm-454h-vhhq",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-63vm-454h-vhhq"
}
],
"release_date": "2026-01-16T19:03:36.442000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-20T11:57:59+00:00",
"details": "For OpenShift Container Platform 4.18 see the following documentation,\nwhich will be updated shortly for this release, for important instructions\non how to upgrade your cluster and fully apply this asynchronous errata\nupdate:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/release_notes/",
"product_ids": [
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17446"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.src",
"8Base-RHOSE-4.18:podman-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-catatonit-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-debugsource-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-docker-5:5.2.2-11.rhaos4.18.el8.noarch",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-gvproxy-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-plugins-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-remote-debuginfo-5:5.2.2-11.rhaos4.18.el8.x86_64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.aarch64",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.ppc64le",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.s390x",
"8Base-RHOSE-4.18:podman-tests-5:5.2.2-11.rhaos4.18.el8.x86_64",
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.18:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.18:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1: Denial of Service due to memory exhaustion from malformed RELATIVE-OID"
}
]
}
RHSA-2026:17595
Vulnerability from csaf_redhat - Published: 2026-05-20 13:36 - Updated: 2026-06-27 20:38A 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: 8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.17:python-pyasn1-0:0.5.1-4.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.17:python-pyasn1-doc-0:0.5.1-4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.17:python3-pyasn1-0:0.5.1-4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.17:python3-pyasn1-modules-0:0.5.1-4.el9.noarch | — |
Workaround
|
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.17:python-pyasn1-0:0.5.1-4.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.17:python-pyasn1-doc-0:0.5.1-4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.17:python3-pyasn1-0:0.5.1-4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.17:python3-pyasn1-modules-0:0.5.1-4.el9.noarch | — |
Workaround
|
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.17:python-pyasn1-0:0.5.1-4.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.17:python-pyasn1-doc-0:0.5.1-4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.17:python3-pyasn1-0:0.5.1-4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.17:python3-pyasn1-modules-0:0.5.1-4.el9.noarch | — |
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: 8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.17:python-pyasn1-0:0.5.1-4.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.17:python-pyasn1-doc-0:0.5.1-4.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.17:python3-pyasn1-0:0.5.1-4.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.17:python3-pyasn1-modules-0:0.5.1-4.el9.noarch | — |
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.17:python-pyasn1-0:0.5.1-4.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.17:python-pyasn1-doc-0:0.5.1-4.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.17:python3-pyasn1-0:0.5.1-4.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.17:python3-pyasn1-modules-0:0.5.1-4.el9.noarch | — |
A flaw was found in pyasn1, a generic ASN.1 library for Python. A remote attacker could exploit this vulnerability by sending a specially crafted RELATIVE-OID with excessive continuation octets. This input validation vulnerability leads to memory exhaustion, resulting in a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.17:python-pyasn1-0:0.5.1-4.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.17:python-pyasn1-doc-0:0.5.1-4.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.17:python3-pyasn1-0:0.5.1-4.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.17:python3-pyasn1-modules-0:0.5.1-4.el9.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.src | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el8.noarch | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.x86_64 | — |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.17.54 is now available with\nupdates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container\nPlatform 4.17.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing\nKubernetes application platform solution designed for on-premise or private\ncloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container\nPlatform 4.17.54. See the following advisory for the container images for\nthis release:\n\nhttps://access.redhat.com/errata/RHSA-2026:17598\n\nSecurity Fix(es):\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url\n(CVE-2025-61726)\n* crypto/x509: golang: Denial of Service due to excessive resource\nconsumption via crafted certificate (CVE-2025-61729)\n* pyasn1: pyasn1: Denial of Service due to memory exhaustion from malformed\nRELATIVE-OID (CVE-2026-23490)\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map\n(CVE-2025-58183)\n* golang: archive/zip: Excessive CPU consumption when building archive\nindex in archive/zip (CVE-2025-61728)\n* crypto/tls: crypto/tls: Incorrect certificate validation during TLS\nsession resumption (CVE-2025-68121)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage(s) listed in the References section.\n\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these\nupdated packages and images when they are available in the appropriate\nrelease channel. To check for available updates, use the OpenShift CLI (oc)\nor web console. Instructions for upgrading a cluster are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html-single/updating_clusters/index#updating-cluster-cli.",
"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:17595",
"url": "https://access.redhat.com/errata/RHSA-2026:17595"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "2430472",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430472"
},
{
"category": "external",
"summary": "2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_17595.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.17.54 packages and security update",
"tracking": {
"current_release_date": "2026-06-27T20:38:51+00:00",
"generator": {
"date": "2026-06-27T20:38:51+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2026:17595",
"initial_release_date": "2026-05-20T13:36:25+00:00",
"revision_history": [
{
"date": "2026-05-20T13:36:25+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-20T13:36:25+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-27T20:38:51+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Ironic content for Red Hat OpenShift Container Platform 4.17",
"product": {
"name": "Ironic content for Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-IRONIC-4.17",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_ironic:4.17::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.17",
"product": {
"name": "Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.17::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.17",
"product": {
"name": "Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.17::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "python-pyasn1-0:0.5.1-4.el9.src",
"product": {
"name": "python-pyasn1-0:0.5.1-4.el9.src",
"product_id": "python-pyasn1-0:0.5.1-4.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyasn1@0.5.1-4.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "podman-5:5.2.2-18.rhaos4.17.el9.src",
"product": {
"name": "podman-5:5.2.2-18.rhaos4.17.el9.src",
"product_id": "podman-5:5.2.2-18.rhaos4.17.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.2.2-18.rhaos4.17.el9?arch=src\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-5:5.2.2-18.rhaos4.17.el8.src",
"product": {
"name": "podman-5:5.2.2-18.rhaos4.17.el8.src",
"product_id": "podman-5:5.2.2-18.rhaos4.17.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.2.2-18.rhaos4.17.el8?arch=src\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"product": {
"name": "python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"product_id": "python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyasn1-doc@0.5.1-4.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pyasn1-0:0.5.1-4.el9.noarch",
"product": {
"name": "python3-pyasn1-0:0.5.1-4.el9.noarch",
"product_id": "python3-pyasn1-0:0.5.1-4.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyasn1@0.5.1-4.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pyasn1-modules-0:0.5.1-4.el9.noarch",
"product": {
"name": "python3-pyasn1-modules-0:0.5.1-4.el9.noarch",
"product_id": "python3-pyasn1-modules-0:0.5.1-4.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyasn1-modules@0.5.1-4.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "podman-docker-5:5.2.2-18.rhaos4.17.el9.noarch",
"product": {
"name": "podman-docker-5:5.2.2-18.rhaos4.17.el9.noarch",
"product_id": "podman-docker-5:5.2.2-18.rhaos4.17.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@5.2.2-18.rhaos4.17.el9?arch=noarch\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-docker-5:5.2.2-18.rhaos4.17.el8.noarch",
"product": {
"name": "podman-docker-5:5.2.2-18.rhaos4.17.el8.noarch",
"product_id": "podman-docker-5:5.2.2-18.rhaos4.17.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@5.2.2-18.rhaos4.17.el8?arch=noarch\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.2.2-18.rhaos4.17.el9.x86_64",
"product": {
"name": "podman-5:5.2.2-18.rhaos4.17.el9.x86_64",
"product_id": "podman-5:5.2.2-18.rhaos4.17.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.2.2-18.rhaos4.17.el9?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-5:5.2.2-18.rhaos4.17.el9.x86_64",
"product": {
"name": "podman-plugins-5:5.2.2-18.rhaos4.17.el9.x86_64",
"product_id": "podman-plugins-5:5.2.2-18.rhaos4.17.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.2.2-18.rhaos4.17.el9?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-5:5.2.2-18.rhaos4.17.el9.x86_64",
"product": {
"name": "podman-remote-5:5.2.2-18.rhaos4.17.el9.x86_64",
"product_id": "podman-remote-5:5.2.2-18.rhaos4.17.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.2.2-18.rhaos4.17.el9?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-5:5.2.2-18.rhaos4.17.el9.x86_64",
"product": {
"name": "podman-tests-5:5.2.2-18.rhaos4.17.el9.x86_64",
"product_id": "podman-tests-5:5.2.2-18.rhaos4.17.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.2.2-18.rhaos4.17.el9?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-5:5.2.2-18.rhaos4.17.el9.x86_64",
"product": {
"name": "podman-debugsource-5:5.2.2-18.rhaos4.17.el9.x86_64",
"product_id": "podman-debugsource-5:5.2.2-18.rhaos4.17.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.2.2-18.rhaos4.17.el9?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"product": {
"name": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"product_id": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.2.2-18.rhaos4.17.el9?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"product": {
"name": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"product_id": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.2.2-18.rhaos4.17.el9?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"product": {
"name": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"product_id": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.2.2-18.rhaos4.17.el9?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-5:5.2.2-18.rhaos4.17.el8.x86_64",
"product": {
"name": "podman-5:5.2.2-18.rhaos4.17.el8.x86_64",
"product_id": "podman-5:5.2.2-18.rhaos4.17.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.2.2-18.rhaos4.17.el8?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-5:5.2.2-18.rhaos4.17.el8.x86_64",
"product": {
"name": "podman-catatonit-5:5.2.2-18.rhaos4.17.el8.x86_64",
"product_id": "podman-catatonit-5:5.2.2-18.rhaos4.17.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@5.2.2-18.rhaos4.17.el8?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.x86_64",
"product": {
"name": "podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.x86_64",
"product_id": "podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@5.2.2-18.rhaos4.17.el8?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-5:5.2.2-18.rhaos4.17.el8.x86_64",
"product": {
"name": "podman-plugins-5:5.2.2-18.rhaos4.17.el8.x86_64",
"product_id": "podman-plugins-5:5.2.2-18.rhaos4.17.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.2.2-18.rhaos4.17.el8?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-5:5.2.2-18.rhaos4.17.el8.x86_64",
"product": {
"name": "podman-remote-5:5.2.2-18.rhaos4.17.el8.x86_64",
"product_id": "podman-remote-5:5.2.2-18.rhaos4.17.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.2.2-18.rhaos4.17.el8?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-5:5.2.2-18.rhaos4.17.el8.x86_64",
"product": {
"name": "podman-tests-5:5.2.2-18.rhaos4.17.el8.x86_64",
"product_id": "podman-tests-5:5.2.2-18.rhaos4.17.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.2.2-18.rhaos4.17.el8?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-5:5.2.2-18.rhaos4.17.el8.x86_64",
"product": {
"name": "podman-debugsource-5:5.2.2-18.rhaos4.17.el8.x86_64",
"product_id": "podman-debugsource-5:5.2.2-18.rhaos4.17.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.2.2-18.rhaos4.17.el8?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"product": {
"name": "podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"product_id": "podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@5.2.2-18.rhaos4.17.el8?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"product": {
"name": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"product_id": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.2.2-18.rhaos4.17.el8?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"product": {
"name": "podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"product_id": "podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@5.2.2-18.rhaos4.17.el8?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"product": {
"name": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"product_id": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.2.2-18.rhaos4.17.el8?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"product": {
"name": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"product_id": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.2.2-18.rhaos4.17.el8?arch=x86_64\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.2.2-18.rhaos4.17.el9.aarch64",
"product": {
"name": "podman-5:5.2.2-18.rhaos4.17.el9.aarch64",
"product_id": "podman-5:5.2.2-18.rhaos4.17.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.2.2-18.rhaos4.17.el9?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-5:5.2.2-18.rhaos4.17.el9.aarch64",
"product": {
"name": "podman-plugins-5:5.2.2-18.rhaos4.17.el9.aarch64",
"product_id": "podman-plugins-5:5.2.2-18.rhaos4.17.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.2.2-18.rhaos4.17.el9?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-5:5.2.2-18.rhaos4.17.el9.aarch64",
"product": {
"name": "podman-remote-5:5.2.2-18.rhaos4.17.el9.aarch64",
"product_id": "podman-remote-5:5.2.2-18.rhaos4.17.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.2.2-18.rhaos4.17.el9?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-5:5.2.2-18.rhaos4.17.el9.aarch64",
"product": {
"name": "podman-tests-5:5.2.2-18.rhaos4.17.el9.aarch64",
"product_id": "podman-tests-5:5.2.2-18.rhaos4.17.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.2.2-18.rhaos4.17.el9?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-5:5.2.2-18.rhaos4.17.el9.aarch64",
"product": {
"name": "podman-debugsource-5:5.2.2-18.rhaos4.17.el9.aarch64",
"product_id": "podman-debugsource-5:5.2.2-18.rhaos4.17.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.2.2-18.rhaos4.17.el9?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"product": {
"name": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"product_id": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.2.2-18.rhaos4.17.el9?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"product": {
"name": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"product_id": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.2.2-18.rhaos4.17.el9?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"product": {
"name": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"product_id": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.2.2-18.rhaos4.17.el9?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-5:5.2.2-18.rhaos4.17.el8.aarch64",
"product": {
"name": "podman-5:5.2.2-18.rhaos4.17.el8.aarch64",
"product_id": "podman-5:5.2.2-18.rhaos4.17.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.2.2-18.rhaos4.17.el8?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-5:5.2.2-18.rhaos4.17.el8.aarch64",
"product": {
"name": "podman-catatonit-5:5.2.2-18.rhaos4.17.el8.aarch64",
"product_id": "podman-catatonit-5:5.2.2-18.rhaos4.17.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@5.2.2-18.rhaos4.17.el8?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.aarch64",
"product": {
"name": "podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.aarch64",
"product_id": "podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@5.2.2-18.rhaos4.17.el8?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-5:5.2.2-18.rhaos4.17.el8.aarch64",
"product": {
"name": "podman-plugins-5:5.2.2-18.rhaos4.17.el8.aarch64",
"product_id": "podman-plugins-5:5.2.2-18.rhaos4.17.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.2.2-18.rhaos4.17.el8?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-5:5.2.2-18.rhaos4.17.el8.aarch64",
"product": {
"name": "podman-remote-5:5.2.2-18.rhaos4.17.el8.aarch64",
"product_id": "podman-remote-5:5.2.2-18.rhaos4.17.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.2.2-18.rhaos4.17.el8?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-5:5.2.2-18.rhaos4.17.el8.aarch64",
"product": {
"name": "podman-tests-5:5.2.2-18.rhaos4.17.el8.aarch64",
"product_id": "podman-tests-5:5.2.2-18.rhaos4.17.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.2.2-18.rhaos4.17.el8?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-5:5.2.2-18.rhaos4.17.el8.aarch64",
"product": {
"name": "podman-debugsource-5:5.2.2-18.rhaos4.17.el8.aarch64",
"product_id": "podman-debugsource-5:5.2.2-18.rhaos4.17.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.2.2-18.rhaos4.17.el8?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"product": {
"name": "podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"product_id": "podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@5.2.2-18.rhaos4.17.el8?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"product": {
"name": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"product_id": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.2.2-18.rhaos4.17.el8?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"product": {
"name": "podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"product_id": "podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@5.2.2-18.rhaos4.17.el8?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"product": {
"name": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"product_id": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.2.2-18.rhaos4.17.el8?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"product": {
"name": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"product_id": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.2.2-18.rhaos4.17.el8?arch=aarch64\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"product": {
"name": "podman-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"product_id": "podman-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.2.2-18.rhaos4.17.el9?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"product": {
"name": "podman-plugins-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"product_id": "podman-plugins-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.2.2-18.rhaos4.17.el9?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"product": {
"name": "podman-remote-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"product_id": "podman-remote-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.2.2-18.rhaos4.17.el9?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"product": {
"name": "podman-tests-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"product_id": "podman-tests-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.2.2-18.rhaos4.17.el9?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"product": {
"name": "podman-debugsource-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"product_id": "podman-debugsource-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.2.2-18.rhaos4.17.el9?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"product": {
"name": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"product_id": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.2.2-18.rhaos4.17.el9?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"product_id": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.2.2-18.rhaos4.17.el9?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"product": {
"name": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"product_id": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.2.2-18.rhaos4.17.el9?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"product": {
"name": "podman-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"product_id": "podman-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.2.2-18.rhaos4.17.el8?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"product": {
"name": "podman-catatonit-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"product_id": "podman-catatonit-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@5.2.2-18.rhaos4.17.el8?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"product": {
"name": "podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"product_id": "podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@5.2.2-18.rhaos4.17.el8?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"product": {
"name": "podman-plugins-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"product_id": "podman-plugins-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.2.2-18.rhaos4.17.el8?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"product": {
"name": "podman-remote-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"product_id": "podman-remote-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.2.2-18.rhaos4.17.el8?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"product": {
"name": "podman-tests-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"product_id": "podman-tests-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.2.2-18.rhaos4.17.el8?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"product": {
"name": "podman-debugsource-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"product_id": "podman-debugsource-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.2.2-18.rhaos4.17.el8?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"product": {
"name": "podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"product_id": "podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@5.2.2-18.rhaos4.17.el8?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"product": {
"name": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"product_id": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.2.2-18.rhaos4.17.el8?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"product": {
"name": "podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"product_id": "podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@5.2.2-18.rhaos4.17.el8?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"product_id": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.2.2-18.rhaos4.17.el8?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"product": {
"name": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"product_id": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.2.2-18.rhaos4.17.el8?arch=ppc64le\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.2.2-18.rhaos4.17.el9.s390x",
"product": {
"name": "podman-5:5.2.2-18.rhaos4.17.el9.s390x",
"product_id": "podman-5:5.2.2-18.rhaos4.17.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.2.2-18.rhaos4.17.el9?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-5:5.2.2-18.rhaos4.17.el9.s390x",
"product": {
"name": "podman-plugins-5:5.2.2-18.rhaos4.17.el9.s390x",
"product_id": "podman-plugins-5:5.2.2-18.rhaos4.17.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.2.2-18.rhaos4.17.el9?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-5:5.2.2-18.rhaos4.17.el9.s390x",
"product": {
"name": "podman-remote-5:5.2.2-18.rhaos4.17.el9.s390x",
"product_id": "podman-remote-5:5.2.2-18.rhaos4.17.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.2.2-18.rhaos4.17.el9?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-5:5.2.2-18.rhaos4.17.el9.s390x",
"product": {
"name": "podman-tests-5:5.2.2-18.rhaos4.17.el9.s390x",
"product_id": "podman-tests-5:5.2.2-18.rhaos4.17.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.2.2-18.rhaos4.17.el9?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-5:5.2.2-18.rhaos4.17.el9.s390x",
"product": {
"name": "podman-debugsource-5:5.2.2-18.rhaos4.17.el9.s390x",
"product_id": "podman-debugsource-5:5.2.2-18.rhaos4.17.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.2.2-18.rhaos4.17.el9?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"product": {
"name": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"product_id": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.2.2-18.rhaos4.17.el9?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"product": {
"name": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"product_id": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.2.2-18.rhaos4.17.el9?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"product": {
"name": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"product_id": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.2.2-18.rhaos4.17.el9?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-5:5.2.2-18.rhaos4.17.el8.s390x",
"product": {
"name": "podman-5:5.2.2-18.rhaos4.17.el8.s390x",
"product_id": "podman-5:5.2.2-18.rhaos4.17.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.2.2-18.rhaos4.17.el8?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-5:5.2.2-18.rhaos4.17.el8.s390x",
"product": {
"name": "podman-catatonit-5:5.2.2-18.rhaos4.17.el8.s390x",
"product_id": "podman-catatonit-5:5.2.2-18.rhaos4.17.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@5.2.2-18.rhaos4.17.el8?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.s390x",
"product": {
"name": "podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.s390x",
"product_id": "podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@5.2.2-18.rhaos4.17.el8?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-5:5.2.2-18.rhaos4.17.el8.s390x",
"product": {
"name": "podman-plugins-5:5.2.2-18.rhaos4.17.el8.s390x",
"product_id": "podman-plugins-5:5.2.2-18.rhaos4.17.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.2.2-18.rhaos4.17.el8?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-5:5.2.2-18.rhaos4.17.el8.s390x",
"product": {
"name": "podman-remote-5:5.2.2-18.rhaos4.17.el8.s390x",
"product_id": "podman-remote-5:5.2.2-18.rhaos4.17.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.2.2-18.rhaos4.17.el8?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-5:5.2.2-18.rhaos4.17.el8.s390x",
"product": {
"name": "podman-tests-5:5.2.2-18.rhaos4.17.el8.s390x",
"product_id": "podman-tests-5:5.2.2-18.rhaos4.17.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.2.2-18.rhaos4.17.el8?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-5:5.2.2-18.rhaos4.17.el8.s390x",
"product": {
"name": "podman-debugsource-5:5.2.2-18.rhaos4.17.el8.s390x",
"product_id": "podman-debugsource-5:5.2.2-18.rhaos4.17.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.2.2-18.rhaos4.17.el8?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"product": {
"name": "podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"product_id": "podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@5.2.2-18.rhaos4.17.el8?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"product": {
"name": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"product_id": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.2.2-18.rhaos4.17.el8?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"product": {
"name": "podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"product_id": "podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@5.2.2-18.rhaos4.17.el8?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"product": {
"name": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"product_id": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.2.2-18.rhaos4.17.el8?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"product": {
"name": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"product_id": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.2.2-18.rhaos4.17.el8?arch=s390x\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.2.2-18.rhaos4.17.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.aarch64"
},
"product_reference": "podman-5:5.2.2-18.rhaos4.17.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.2.2-18.rhaos4.17.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.ppc64le"
},
"product_reference": "podman-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.2.2-18.rhaos4.17.el8.s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.s390x"
},
"product_reference": "podman-5:5.2.2-18.rhaos4.17.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.2.2-18.rhaos4.17.el8.src as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.src"
},
"product_reference": "podman-5:5.2.2-18.rhaos4.17.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.2.2-18.rhaos4.17.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.x86_64"
},
"product_reference": "podman-5:5.2.2-18.rhaos4.17.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-5:5.2.2-18.rhaos4.17.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.aarch64"
},
"product_reference": "podman-catatonit-5:5.2.2-18.rhaos4.17.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-5:5.2.2-18.rhaos4.17.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.ppc64le"
},
"product_reference": "podman-catatonit-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-5:5.2.2-18.rhaos4.17.el8.s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.s390x"
},
"product_reference": "podman-catatonit-5:5.2.2-18.rhaos4.17.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-5:5.2.2-18.rhaos4.17.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.x86_64"
},
"product_reference": "podman-catatonit-5:5.2.2-18.rhaos4.17.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64"
},
"product_reference": "podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le"
},
"product_reference": "podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x"
},
"product_reference": "podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64"
},
"product_reference": "podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64"
},
"product_reference": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le"
},
"product_reference": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x"
},
"product_reference": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64"
},
"product_reference": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-5:5.2.2-18.rhaos4.17.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.aarch64"
},
"product_reference": "podman-debugsource-5:5.2.2-18.rhaos4.17.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-5:5.2.2-18.rhaos4.17.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.ppc64le"
},
"product_reference": "podman-debugsource-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-5:5.2.2-18.rhaos4.17.el8.s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.s390x"
},
"product_reference": "podman-debugsource-5:5.2.2-18.rhaos4.17.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-5:5.2.2-18.rhaos4.17.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.x86_64"
},
"product_reference": "podman-debugsource-5:5.2.2-18.rhaos4.17.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-5:5.2.2-18.rhaos4.17.el8.noarch as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el8.noarch"
},
"product_reference": "podman-docker-5:5.2.2-18.rhaos4.17.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.aarch64"
},
"product_reference": "podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.ppc64le"
},
"product_reference": "podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.s390x"
},
"product_reference": "podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.x86_64"
},
"product_reference": "podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64"
},
"product_reference": "podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le"
},
"product_reference": "podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x"
},
"product_reference": "podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64"
},
"product_reference": "podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-5:5.2.2-18.rhaos4.17.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.aarch64"
},
"product_reference": "podman-plugins-5:5.2.2-18.rhaos4.17.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-5:5.2.2-18.rhaos4.17.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.ppc64le"
},
"product_reference": "podman-plugins-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-5:5.2.2-18.rhaos4.17.el8.s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.s390x"
},
"product_reference": "podman-plugins-5:5.2.2-18.rhaos4.17.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-5:5.2.2-18.rhaos4.17.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.x86_64"
},
"product_reference": "podman-plugins-5:5.2.2-18.rhaos4.17.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64"
},
"product_reference": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x"
},
"product_reference": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64"
},
"product_reference": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5:5.2.2-18.rhaos4.17.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.aarch64"
},
"product_reference": "podman-remote-5:5.2.2-18.rhaos4.17.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5:5.2.2-18.rhaos4.17.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.ppc64le"
},
"product_reference": "podman-remote-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5:5.2.2-18.rhaos4.17.el8.s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.s390x"
},
"product_reference": "podman-remote-5:5.2.2-18.rhaos4.17.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5:5.2.2-18.rhaos4.17.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.x86_64"
},
"product_reference": "podman-remote-5:5.2.2-18.rhaos4.17.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64"
},
"product_reference": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le"
},
"product_reference": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x"
},
"product_reference": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64"
},
"product_reference": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-5:5.2.2-18.rhaos4.17.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.aarch64"
},
"product_reference": "podman-tests-5:5.2.2-18.rhaos4.17.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-5:5.2.2-18.rhaos4.17.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.ppc64le"
},
"product_reference": "podman-tests-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-5:5.2.2-18.rhaos4.17.el8.s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.s390x"
},
"product_reference": "podman-tests-5:5.2.2-18.rhaos4.17.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-5:5.2.2-18.rhaos4.17.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.x86_64"
},
"product_reference": "podman-tests-5:5.2.2-18.rhaos4.17.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.2.2-18.rhaos4.17.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.aarch64"
},
"product_reference": "podman-5:5.2.2-18.rhaos4.17.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.2.2-18.rhaos4.17.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.ppc64le"
},
"product_reference": "podman-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.2.2-18.rhaos4.17.el9.s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.s390x"
},
"product_reference": "podman-5:5.2.2-18.rhaos4.17.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.2.2-18.rhaos4.17.el9.src as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.src"
},
"product_reference": "podman-5:5.2.2-18.rhaos4.17.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.2.2-18.rhaos4.17.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.x86_64"
},
"product_reference": "podman-5:5.2.2-18.rhaos4.17.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64"
},
"product_reference": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le"
},
"product_reference": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x"
},
"product_reference": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64"
},
"product_reference": "podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-5:5.2.2-18.rhaos4.17.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.aarch64"
},
"product_reference": "podman-debugsource-5:5.2.2-18.rhaos4.17.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-5:5.2.2-18.rhaos4.17.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.ppc64le"
},
"product_reference": "podman-debugsource-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-5:5.2.2-18.rhaos4.17.el9.s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.s390x"
},
"product_reference": "podman-debugsource-5:5.2.2-18.rhaos4.17.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-5:5.2.2-18.rhaos4.17.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.x86_64"
},
"product_reference": "podman-debugsource-5:5.2.2-18.rhaos4.17.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-5:5.2.2-18.rhaos4.17.el9.noarch as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el9.noarch"
},
"product_reference": "podman-docker-5:5.2.2-18.rhaos4.17.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-5:5.2.2-18.rhaos4.17.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.aarch64"
},
"product_reference": "podman-plugins-5:5.2.2-18.rhaos4.17.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-5:5.2.2-18.rhaos4.17.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.ppc64le"
},
"product_reference": "podman-plugins-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-5:5.2.2-18.rhaos4.17.el9.s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.s390x"
},
"product_reference": "podman-plugins-5:5.2.2-18.rhaos4.17.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-5:5.2.2-18.rhaos4.17.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.x86_64"
},
"product_reference": "podman-plugins-5:5.2.2-18.rhaos4.17.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64"
},
"product_reference": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x"
},
"product_reference": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64"
},
"product_reference": "podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5:5.2.2-18.rhaos4.17.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.aarch64"
},
"product_reference": "podman-remote-5:5.2.2-18.rhaos4.17.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5:5.2.2-18.rhaos4.17.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.ppc64le"
},
"product_reference": "podman-remote-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5:5.2.2-18.rhaos4.17.el9.s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.s390x"
},
"product_reference": "podman-remote-5:5.2.2-18.rhaos4.17.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5:5.2.2-18.rhaos4.17.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.x86_64"
},
"product_reference": "podman-remote-5:5.2.2-18.rhaos4.17.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64"
},
"product_reference": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le"
},
"product_reference": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x"
},
"product_reference": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64"
},
"product_reference": "podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-5:5.2.2-18.rhaos4.17.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.aarch64"
},
"product_reference": "podman-tests-5:5.2.2-18.rhaos4.17.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-5:5.2.2-18.rhaos4.17.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.ppc64le"
},
"product_reference": "podman-tests-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-5:5.2.2-18.rhaos4.17.el9.s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.s390x"
},
"product_reference": "podman-tests-5:5.2.2-18.rhaos4.17.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-5:5.2.2-18.rhaos4.17.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.x86_64"
},
"product_reference": "podman-tests-5:5.2.2-18.rhaos4.17.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyasn1-0:0.5.1-4.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-IRONIC-4.17:python-pyasn1-0:0.5.1-4.el9.src"
},
"product_reference": "python-pyasn1-0:0.5.1-4.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyasn1-doc-0:0.5.1-4.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-IRONIC-4.17:python-pyasn1-doc-0:0.5.1-4.el9.noarch"
},
"product_reference": "python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyasn1-0:0.5.1-4.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-IRONIC-4.17:python3-pyasn1-0:0.5.1-4.el9.noarch"
},
"product_reference": "python3-pyasn1-0:0.5.1-4.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyasn1-modules-0:0.5.1-4.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.17",
"product_id": "9Base-RHOSE-IRONIC-4.17:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
},
"product_reference": "python3-pyasn1-modules-0:0.5.1-4.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.17"
}
]
},
"vulnerabilities": [
{
"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": [
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
}
],
"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": [
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.src",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el8.noarch",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.x86_64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.src",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el9.noarch",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.x86_64"
],
"known_not_affected": [
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
},
"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-05-20T13:36:25+00:00",
"details": "For OpenShift Container Platform 4.17 see the following documentation,\nwhich will be updated shortly for this release, for important instructions\non how to upgrade your cluster and fully apply this asynchronous errata\nupdate:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/release_notes/",
"product_ids": [
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.src",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el8.noarch",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.x86_64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.src",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el9.noarch",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17595"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.src",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el8.noarch",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.x86_64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.src",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el9.noarch",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.src",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el8.noarch",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.x86_64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.src",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el9.noarch",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.src",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el8.noarch",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.x86_64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.src",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el9.noarch",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.x86_64"
],
"known_not_affected": [
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-20T13:36:25+00:00",
"details": "For OpenShift Container Platform 4.17 see the following documentation,\nwhich will be updated shortly for this release, for important instructions\non how to upgrade your cluster and fully apply this asynchronous errata\nupdate:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/release_notes/",
"product_ids": [
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.src",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el8.noarch",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.x86_64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.src",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el9.noarch",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17595"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.src",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el8.noarch",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.x86_64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.src",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el9.noarch",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.src",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el8.noarch",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.x86_64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.src",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el9.noarch",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually 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": [
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.src",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el8.noarch",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.x86_64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.src",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el9.noarch",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.x86_64"
],
"known_not_affected": [
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-20T13:36:25+00:00",
"details": "For OpenShift Container Platform 4.17 see the following documentation,\nwhich will be updated shortly for this release, for important instructions\non how to upgrade your cluster and fully apply this asynchronous errata\nupdate:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/release_notes/",
"product_ids": [
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.src",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el8.noarch",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.x86_64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.src",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el9.noarch",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17595"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.src",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el8.noarch",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.x86_64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.src",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el9.noarch",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.src",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el8.noarch",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.x86_64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.src",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el9.noarch",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"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": [
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
}
],
"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": [
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.src",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el8.noarch",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.x86_64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.src",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el9.noarch",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.x86_64"
],
"known_not_affected": [
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
},
"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-05-20T13:36:25+00:00",
"details": "For OpenShift Container Platform 4.17 see the following documentation,\nwhich will be updated shortly for this release, for important instructions\non how to upgrade your cluster and fully apply this asynchronous errata\nupdate:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/release_notes/",
"product_ids": [
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.src",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el8.noarch",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.x86_64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.src",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el9.noarch",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17595"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.src",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el8.noarch",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.x86_64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.src",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el9.noarch",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.src",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el8.noarch",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.x86_64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.src",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el9.noarch",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.x86_64"
],
"known_not_affected": [
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-20T13:36:25+00:00",
"details": "For OpenShift Container Platform 4.17 see the following documentation,\nwhich will be updated shortly for this release, for important instructions\non how to upgrade your cluster and fully apply this asynchronous errata\nupdate:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/release_notes/",
"product_ids": [
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.src",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el8.noarch",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.x86_64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.src",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el9.noarch",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17595"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.src",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el8.noarch",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.x86_64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.src",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el9.noarch",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-23490",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-16T20:03:33.790513+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.src",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el8.noarch",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.x86_64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.src",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el9.noarch",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430472"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pyasn1, a generic ASN.1 library for Python. A remote attacker could exploit this vulnerability by sending a specially crafted RELATIVE-OID with excessive continuation octets. This input validation vulnerability leads to memory exhaustion, resulting in a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1: Denial of Service due to memory exhaustion from malformed RELATIVE-OID",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
],
"known_not_affected": [
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.src",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el8.noarch",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.x86_64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.src",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el9.noarch",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23490"
},
{
"category": "external",
"summary": "RHBZ#2430472",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430472"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23490",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23490"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23490",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23490"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/3908f144229eed4df24bd569d16e5991ace44970",
"url": "https://github.com/pyasn1/pyasn1/commit/3908f144229eed4df24bd569d16e5991ace44970"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.2",
"url": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.2"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-63vm-454h-vhhq",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-63vm-454h-vhhq"
}
],
"release_date": "2026-01-16T19:03:36.442000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-20T13:36:25+00:00",
"details": "For OpenShift Container Platform 4.17 see the following documentation,\nwhich will be updated shortly for this release, for important instructions\non how to upgrade your cluster and fully apply this asynchronous errata\nupdate:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/release_notes/",
"product_ids": [
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17595"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.src",
"8Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-catatonit-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el8.noarch",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-gvproxy-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el8.x86_64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.aarch64",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.ppc64le",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.s390x",
"8Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el8.x86_64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.src",
"9Base-RHOSE-4.17:podman-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-debugsource-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-docker-5:5.2.2-18.rhaos4.17.el9.noarch",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-plugins-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-remote-debuginfo-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.aarch64",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.ppc64le",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.s390x",
"9Base-RHOSE-4.17:podman-tests-5:5.2.2-18.rhaos4.17.el9.x86_64",
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-0:0.5.1-4.el9.src",
"9Base-RHOSE-IRONIC-4.17:python-pyasn1-doc-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-0:0.5.1-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.17:python3-pyasn1-modules-0:0.5.1-4.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1: Denial of Service due to memory exhaustion from malformed RELATIVE-OID"
}
]
}
RHSA-2026:17686
Vulnerability from csaf_redhat - Published: 2026-05-14 19:28 - Updated: 2026-06-27 20:38A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:osbuild-composer-0:134.1-6.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:osbuild-composer-0:134.1-6.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:osbuild-composer-0:134.1-6.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:osbuild-composer-0:134.1-6.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:osbuild-composer-0:134.1-6.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:osbuild-composer-core-0:134.1-6.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:osbuild-composer-core-0:134.1-6.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:osbuild-composer-core-0:134.1-6.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:osbuild-composer-core-0:134.1-6.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:osbuild-composer-core-debuginfo-0:134.1-6.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:osbuild-composer-core-debuginfo-0:134.1-6.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:osbuild-composer-core-debuginfo-0:134.1-6.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:osbuild-composer-core-debuginfo-0:134.1-6.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:osbuild-composer-debugsource-0:134.1-6.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:osbuild-composer-debugsource-0:134.1-6.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:osbuild-composer-debugsource-0:134.1-6.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:osbuild-composer-debugsource-0:134.1-6.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:osbuild-composer-worker-0:134.1-6.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:osbuild-composer-worker-0:134.1-6.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:osbuild-composer-worker-0:134.1-6.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:osbuild-composer-worker-0:134.1-6.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for osbuild-composer 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 Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "A service for building customized OS artifacts, such as VM images and OSTree commits, that uses osbuild under the hood. Besides building images for local usage, it can also upload images directly to cloud. It is compatible with composer-cli and cockpit-composer clients.\n\nSecurity Fix(es):\n\n* crypto/tls: Unexpected session resumption in crypto/tls (CVE-2025-68121)\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:17686",
"url": "https://access.redhat.com/errata/RHSA-2026:17686"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_17686.json"
}
],
"title": "Red Hat Security Advisory: osbuild-composer security update",
"tracking": {
"current_release_date": "2026-06-27T20:38:54+00:00",
"generator": {
"date": "2026-06-27T20:38:54+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2026:17686",
"initial_release_date": "2026-05-14T19:28:08+00:00",
"revision_history": [
{
"date": "2026-05-14T19:28:08+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-14T19:28:08+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-27T20:38:54+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_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:134.1-6.el10_0.src",
"product": {
"name": "osbuild-composer-0:134.1-6.el10_0.src",
"product_id": "osbuild-composer-0:134.1-6.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@134.1-6.el10_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:134.1-6.el10_0.aarch64",
"product": {
"name": "osbuild-composer-0:134.1-6.el10_0.aarch64",
"product_id": "osbuild-composer-0:134.1-6.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@134.1-6.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:134.1-6.el10_0.aarch64",
"product": {
"name": "osbuild-composer-core-0:134.1-6.el10_0.aarch64",
"product_id": "osbuild-composer-core-0:134.1-6.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@134.1-6.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:134.1-6.el10_0.aarch64",
"product": {
"name": "osbuild-composer-worker-0:134.1-6.el10_0.aarch64",
"product_id": "osbuild-composer-worker-0:134.1-6.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@134.1-6.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:134.1-6.el10_0.aarch64",
"product": {
"name": "osbuild-composer-debugsource-0:134.1-6.el10_0.aarch64",
"product_id": "osbuild-composer-debugsource-0:134.1-6.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@134.1-6.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:134.1-6.el10_0.aarch64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:134.1-6.el10_0.aarch64",
"product_id": "osbuild-composer-core-debuginfo-0:134.1-6.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@134.1-6.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.aarch64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.aarch64",
"product_id": "osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@134.1-6.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.aarch64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.aarch64",
"product_id": "osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@134.1-6.el10_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:134.1-6.el10_0.ppc64le",
"product": {
"name": "osbuild-composer-0:134.1-6.el10_0.ppc64le",
"product_id": "osbuild-composer-0:134.1-6.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@134.1-6.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:134.1-6.el10_0.ppc64le",
"product": {
"name": "osbuild-composer-core-0:134.1-6.el10_0.ppc64le",
"product_id": "osbuild-composer-core-0:134.1-6.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@134.1-6.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:134.1-6.el10_0.ppc64le",
"product": {
"name": "osbuild-composer-worker-0:134.1-6.el10_0.ppc64le",
"product_id": "osbuild-composer-worker-0:134.1-6.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@134.1-6.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:134.1-6.el10_0.ppc64le",
"product": {
"name": "osbuild-composer-debugsource-0:134.1-6.el10_0.ppc64le",
"product_id": "osbuild-composer-debugsource-0:134.1-6.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@134.1-6.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:134.1-6.el10_0.ppc64le",
"product": {
"name": "osbuild-composer-core-debuginfo-0:134.1-6.el10_0.ppc64le",
"product_id": "osbuild-composer-core-debuginfo-0:134.1-6.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@134.1-6.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.ppc64le",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.ppc64le",
"product_id": "osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@134.1-6.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.ppc64le",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.ppc64le",
"product_id": "osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@134.1-6.el10_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:134.1-6.el10_0.s390x",
"product": {
"name": "osbuild-composer-0:134.1-6.el10_0.s390x",
"product_id": "osbuild-composer-0:134.1-6.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@134.1-6.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:134.1-6.el10_0.s390x",
"product": {
"name": "osbuild-composer-core-0:134.1-6.el10_0.s390x",
"product_id": "osbuild-composer-core-0:134.1-6.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@134.1-6.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:134.1-6.el10_0.s390x",
"product": {
"name": "osbuild-composer-worker-0:134.1-6.el10_0.s390x",
"product_id": "osbuild-composer-worker-0:134.1-6.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@134.1-6.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:134.1-6.el10_0.s390x",
"product": {
"name": "osbuild-composer-debugsource-0:134.1-6.el10_0.s390x",
"product_id": "osbuild-composer-debugsource-0:134.1-6.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@134.1-6.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:134.1-6.el10_0.s390x",
"product": {
"name": "osbuild-composer-core-debuginfo-0:134.1-6.el10_0.s390x",
"product_id": "osbuild-composer-core-debuginfo-0:134.1-6.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@134.1-6.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.s390x",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.s390x",
"product_id": "osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@134.1-6.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.s390x",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.s390x",
"product_id": "osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@134.1-6.el10_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:134.1-6.el10_0.x86_64",
"product": {
"name": "osbuild-composer-0:134.1-6.el10_0.x86_64",
"product_id": "osbuild-composer-0:134.1-6.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@134.1-6.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:134.1-6.el10_0.x86_64",
"product": {
"name": "osbuild-composer-core-0:134.1-6.el10_0.x86_64",
"product_id": "osbuild-composer-core-0:134.1-6.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@134.1-6.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:134.1-6.el10_0.x86_64",
"product": {
"name": "osbuild-composer-worker-0:134.1-6.el10_0.x86_64",
"product_id": "osbuild-composer-worker-0:134.1-6.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@134.1-6.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:134.1-6.el10_0.x86_64",
"product": {
"name": "osbuild-composer-debugsource-0:134.1-6.el10_0.x86_64",
"product_id": "osbuild-composer-debugsource-0:134.1-6.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@134.1-6.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:134.1-6.el10_0.x86_64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:134.1-6.el10_0.x86_64",
"product_id": "osbuild-composer-core-debuginfo-0:134.1-6.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@134.1-6.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.x86_64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.x86_64",
"product_id": "osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@134.1-6.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.x86_64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.x86_64",
"product_id": "osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@134.1-6.el10_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:134.1-6.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:osbuild-composer-0:134.1-6.el10_0.aarch64"
},
"product_reference": "osbuild-composer-0:134.1-6.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:134.1-6.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:osbuild-composer-0:134.1-6.el10_0.ppc64le"
},
"product_reference": "osbuild-composer-0:134.1-6.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:134.1-6.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:osbuild-composer-0:134.1-6.el10_0.s390x"
},
"product_reference": "osbuild-composer-0:134.1-6.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:134.1-6.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:osbuild-composer-0:134.1-6.el10_0.src"
},
"product_reference": "osbuild-composer-0:134.1-6.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:134.1-6.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:osbuild-composer-0:134.1-6.el10_0.x86_64"
},
"product_reference": "osbuild-composer-0:134.1-6.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:134.1-6.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:osbuild-composer-core-0:134.1-6.el10_0.aarch64"
},
"product_reference": "osbuild-composer-core-0:134.1-6.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:134.1-6.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:osbuild-composer-core-0:134.1-6.el10_0.ppc64le"
},
"product_reference": "osbuild-composer-core-0:134.1-6.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:134.1-6.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:osbuild-composer-core-0:134.1-6.el10_0.s390x"
},
"product_reference": "osbuild-composer-core-0:134.1-6.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:134.1-6.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:osbuild-composer-core-0:134.1-6.el10_0.x86_64"
},
"product_reference": "osbuild-composer-core-0:134.1-6.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:134.1-6.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:osbuild-composer-core-debuginfo-0:134.1-6.el10_0.aarch64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:134.1-6.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:134.1-6.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:osbuild-composer-core-debuginfo-0:134.1-6.el10_0.ppc64le"
},
"product_reference": "osbuild-composer-core-debuginfo-0:134.1-6.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:134.1-6.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:osbuild-composer-core-debuginfo-0:134.1-6.el10_0.s390x"
},
"product_reference": "osbuild-composer-core-debuginfo-0:134.1-6.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:134.1-6.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:osbuild-composer-core-debuginfo-0:134.1-6.el10_0.x86_64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:134.1-6.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:134.1-6.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:osbuild-composer-debugsource-0:134.1-6.el10_0.aarch64"
},
"product_reference": "osbuild-composer-debugsource-0:134.1-6.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:134.1-6.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:osbuild-composer-debugsource-0:134.1-6.el10_0.ppc64le"
},
"product_reference": "osbuild-composer-debugsource-0:134.1-6.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:134.1-6.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:osbuild-composer-debugsource-0:134.1-6.el10_0.s390x"
},
"product_reference": "osbuild-composer-debugsource-0:134.1-6.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:134.1-6.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:osbuild-composer-debugsource-0:134.1-6.el10_0.x86_64"
},
"product_reference": "osbuild-composer-debugsource-0:134.1-6.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.aarch64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.ppc64le"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.s390x"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.x86_64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:134.1-6.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:osbuild-composer-worker-0:134.1-6.el10_0.aarch64"
},
"product_reference": "osbuild-composer-worker-0:134.1-6.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:134.1-6.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:osbuild-composer-worker-0:134.1-6.el10_0.ppc64le"
},
"product_reference": "osbuild-composer-worker-0:134.1-6.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:134.1-6.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:osbuild-composer-worker-0:134.1-6.el10_0.s390x"
},
"product_reference": "osbuild-composer-worker-0:134.1-6.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:134.1-6.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:osbuild-composer-worker-0:134.1-6.el10_0.x86_64"
},
"product_reference": "osbuild-composer-worker-0:134.1-6.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.aarch64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.ppc64le"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.s390x"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.x86_64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"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:osbuild-composer-0:134.1-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:osbuild-composer-0:134.1-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:osbuild-composer-0:134.1-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:osbuild-composer-0:134.1-6.el10_0.src",
"AppStream-10.0.Z.E2S:osbuild-composer-0:134.1-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:osbuild-composer-core-0:134.1-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:osbuild-composer-core-0:134.1-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:osbuild-composer-core-0:134.1-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:osbuild-composer-core-0:134.1-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:osbuild-composer-core-debuginfo-0:134.1-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:osbuild-composer-core-debuginfo-0:134.1-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:osbuild-composer-core-debuginfo-0:134.1-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:osbuild-composer-core-debuginfo-0:134.1-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:osbuild-composer-debugsource-0:134.1-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:osbuild-composer-debugsource-0:134.1-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:osbuild-composer-debugsource-0:134.1-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:osbuild-composer-debugsource-0:134.1-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:osbuild-composer-worker-0:134.1-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:osbuild-composer-worker-0:134.1-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:osbuild-composer-worker-0:134.1-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:osbuild-composer-worker-0:134.1-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-14T19:28: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-10.0.Z.E2S:osbuild-composer-0:134.1-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:osbuild-composer-0:134.1-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:osbuild-composer-0:134.1-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:osbuild-composer-0:134.1-6.el10_0.src",
"AppStream-10.0.Z.E2S:osbuild-composer-0:134.1-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:osbuild-composer-core-0:134.1-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:osbuild-composer-core-0:134.1-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:osbuild-composer-core-0:134.1-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:osbuild-composer-core-0:134.1-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:osbuild-composer-core-debuginfo-0:134.1-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:osbuild-composer-core-debuginfo-0:134.1-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:osbuild-composer-core-debuginfo-0:134.1-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:osbuild-composer-core-debuginfo-0:134.1-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:osbuild-composer-debugsource-0:134.1-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:osbuild-composer-debugsource-0:134.1-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:osbuild-composer-debugsource-0:134.1-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:osbuild-composer-debugsource-0:134.1-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:osbuild-composer-worker-0:134.1-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:osbuild-composer-worker-0:134.1-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:osbuild-composer-worker-0:134.1-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:osbuild-composer-worker-0:134.1-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17686"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:osbuild-composer-0:134.1-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:osbuild-composer-0:134.1-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:osbuild-composer-0:134.1-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:osbuild-composer-0:134.1-6.el10_0.src",
"AppStream-10.0.Z.E2S:osbuild-composer-0:134.1-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:osbuild-composer-core-0:134.1-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:osbuild-composer-core-0:134.1-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:osbuild-composer-core-0:134.1-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:osbuild-composer-core-0:134.1-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:osbuild-composer-core-debuginfo-0:134.1-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:osbuild-composer-core-debuginfo-0:134.1-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:osbuild-composer-core-debuginfo-0:134.1-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:osbuild-composer-core-debuginfo-0:134.1-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:osbuild-composer-debugsource-0:134.1-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:osbuild-composer-debugsource-0:134.1-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:osbuild-composer-debugsource-0:134.1-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:osbuild-composer-debugsource-0:134.1-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:osbuild-composer-tests-debuginfo-0:134.1-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:osbuild-composer-worker-0:134.1-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:osbuild-composer-worker-0:134.1-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:osbuild-composer-worker-0:134.1-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:osbuild-composer-worker-0:134.1-6.el10_0.x86_64",
"AppStream-10.0.Z.E2S:osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.aarch64",
"AppStream-10.0.Z.E2S:osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.s390x",
"AppStream-10.0.Z.E2S:osbuild-composer-worker-debuginfo-0:134.1-6.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
}
]
}
RHSA-2026:18913
Vulnerability from csaf_redhat - Published: 2026-05-19 13:37 - Updated: 2026-06-27 20:38A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.x86_64 | — |
Vendor Fix
fix
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: AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.x86_64 | — |
Vendor Fix
fix
|
{
"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 containernetworking-plugins is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of 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 Network Interface (CNI) project consists of a specification and libraries for writing plug-ins for configuring network interfaces in Linux containers, along with a number of supported plug-ins. CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. \n\nSecurity Fix(es):\n\n* crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate (CVE-2025-61729)\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\n* crypto/tls: Unexpected session resumption in crypto/tls (CVE-2025-68121)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9 Release Notes linked from the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:18913",
"url": "https://access.redhat.com/errata/RHSA-2026:18913"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.8_release_notes/index",
"url": "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.8_release_notes/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "RHEL-146295",
"url": "https://issues.redhat.com/browse/RHEL-146295"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_18913.json"
}
],
"title": "Red Hat Security Advisory: containernetworking-plugins security update",
"tracking": {
"current_release_date": "2026-06-27T20:38:57+00:00",
"generator": {
"date": "2026-06-27T20:38:57+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2026:18913",
"initial_release_date": "2026-05-19T13:37:43+00:00",
"revision_history": [
{
"date": "2026-05-19T13:37:43+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-19T13:37:43+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-27T20:38:57+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.9.0-2.el9.src",
"product": {
"name": "containernetworking-plugins-1:1.9.0-2.el9.src",
"product_id": "containernetworking-plugins-1:1.9.0-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.9.0-2.el9?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.9.0-2.el9.aarch64",
"product": {
"name": "containernetworking-plugins-1:1.9.0-2.el9.aarch64",
"product_id": "containernetworking-plugins-1:1.9.0-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.9.0-2.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.9.0-2.el9.aarch64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.9.0-2.el9.aarch64",
"product_id": "containernetworking-plugins-debugsource-1:1.9.0-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.9.0-2.el9?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.9.0-2.el9.aarch64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.9.0-2.el9.aarch64",
"product_id": "containernetworking-plugins-debuginfo-1:1.9.0-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.9.0-2.el9?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.9.0-2.el9.ppc64le",
"product": {
"name": "containernetworking-plugins-1:1.9.0-2.el9.ppc64le",
"product_id": "containernetworking-plugins-1:1.9.0-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.9.0-2.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.9.0-2.el9.ppc64le",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.9.0-2.el9.ppc64le",
"product_id": "containernetworking-plugins-debugsource-1:1.9.0-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.9.0-2.el9?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.9.0-2.el9.ppc64le",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.9.0-2.el9.ppc64le",
"product_id": "containernetworking-plugins-debuginfo-1:1.9.0-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.9.0-2.el9?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.9.0-2.el9.x86_64",
"product": {
"name": "containernetworking-plugins-1:1.9.0-2.el9.x86_64",
"product_id": "containernetworking-plugins-1:1.9.0-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.9.0-2.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.9.0-2.el9.x86_64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.9.0-2.el9.x86_64",
"product_id": "containernetworking-plugins-debugsource-1:1.9.0-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.9.0-2.el9?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.9.0-2.el9.x86_64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.9.0-2.el9.x86_64",
"product_id": "containernetworking-plugins-debuginfo-1:1.9.0-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.9.0-2.el9?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.9.0-2.el9.s390x",
"product": {
"name": "containernetworking-plugins-1:1.9.0-2.el9.s390x",
"product_id": "containernetworking-plugins-1:1.9.0-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.9.0-2.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.9.0-2.el9.s390x",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.9.0-2.el9.s390x",
"product_id": "containernetworking-plugins-debugsource-1:1.9.0-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.9.0-2.el9?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.9.0-2.el9.s390x",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.9.0-2.el9.s390x",
"product_id": "containernetworking-plugins-debuginfo-1:1.9.0-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.9.0-2.el9?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.9.0-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.aarch64"
},
"product_reference": "containernetworking-plugins-1:1.9.0-2.el9.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.9.0-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.ppc64le"
},
"product_reference": "containernetworking-plugins-1:1.9.0-2.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.9.0-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.s390x"
},
"product_reference": "containernetworking-plugins-1:1.9.0-2.el9.s390x",
"relates_to_product_reference": "AppStream-9.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.9.0-2.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.src"
},
"product_reference": "containernetworking-plugins-1:1.9.0-2.el9.src",
"relates_to_product_reference": "AppStream-9.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.9.0-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.x86_64"
},
"product_reference": "containernetworking-plugins-1:1.9.0-2.el9.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.9.0-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.aarch64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.9.0-2.el9.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.9.0-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.ppc64le"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.9.0-2.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.9.0-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.s390x"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.9.0-2.el9.s390x",
"relates_to_product_reference": "AppStream-9.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.9.0-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.x86_64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.9.0-2.el9.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.9.0-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.aarch64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.9.0-2.el9.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.9.0-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.ppc64le"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.9.0-2.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.9.0-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.s390x"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.9.0-2.el9.s390x",
"relates_to_product_reference": "AppStream-9.8.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.9.0-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.x86_64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.9.0-2.el9.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important 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.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.aarch64",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.ppc64le",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.s390x",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.src",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.x86_64",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.aarch64",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.ppc64le",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.s390x",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.x86_64",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.aarch64",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.ppc64le",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.s390x",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T13:37:43+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.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.aarch64",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.ppc64le",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.s390x",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.src",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.x86_64",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.aarch64",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.ppc64le",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.s390x",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.x86_64",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.aarch64",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.ppc64le",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.s390x",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18913"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.aarch64",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.ppc64le",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.s390x",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.src",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.x86_64",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.aarch64",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.ppc64le",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.s390x",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.x86_64",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.aarch64",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.ppc64le",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.s390x",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.aarch64",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.ppc64le",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.s390x",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.src",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.x86_64",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.aarch64",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.ppc64le",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.s390x",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.x86_64",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.aarch64",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.ppc64le",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.s390x",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"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",
"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": [
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.aarch64",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.ppc64le",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.s390x",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.src",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.x86_64",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.aarch64",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.ppc64le",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.s390x",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.x86_64",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.aarch64",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.ppc64le",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.s390x",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.x86_64"
]
},
"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-05-19T13:37:43+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.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.aarch64",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.ppc64le",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.s390x",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.src",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.x86_64",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.aarch64",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.ppc64le",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.s390x",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.x86_64",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.aarch64",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.ppc64le",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.s390x",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18913"
}
],
"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.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.aarch64",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.ppc64le",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.s390x",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.src",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.x86_64",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.aarch64",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.ppc64le",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.s390x",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.x86_64",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.aarch64",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.ppc64le",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.s390x",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"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.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.aarch64",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.ppc64le",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.s390x",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.src",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.x86_64",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.aarch64",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.ppc64le",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.s390x",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.x86_64",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.aarch64",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.ppc64le",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.s390x",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T13:37:43+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.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.aarch64",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.ppc64le",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.s390x",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.src",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.x86_64",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.aarch64",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.ppc64le",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.s390x",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.x86_64",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.aarch64",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.ppc64le",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.s390x",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:18913"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.aarch64",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.ppc64le",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.s390x",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.src",
"AppStream-9.8.0.GA:containernetworking-plugins-1:1.9.0-2.el9.x86_64",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.aarch64",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.ppc64le",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.s390x",
"AppStream-9.8.0.GA:containernetworking-plugins-debuginfo-1:1.9.0-2.el9.x86_64",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.aarch64",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.ppc64le",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.s390x",
"AppStream-9.8.0.GA:containernetworking-plugins-debugsource-1:1.9.0-2.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
}
]
}
RHSA-2026:19013
Vulnerability from csaf_redhat - Published: 2026-05-19 13:24 - Updated: 2026-06-27 20:38A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.x86_64 | — |
Vendor Fix
fix
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: AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for delve is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Delve is a debugger for the Go programming language. The goal of the project is to provide a simple, full featured debugging tool for Go. Delve should be easy to invoke and easy to use. Chances are if you\u0027re using a debugger, things aren\u0027t going your way. With that in mind, Delve should stay out of your way as much as possible.\n\nSecurity Fix(es):\n\n* crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate (CVE-2025-61729)\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\n* crypto/tls: Unexpected session resumption in crypto/tls (CVE-2025-68121)\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:19013",
"url": "https://access.redhat.com/errata/RHSA-2026:19013"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_19013.json"
}
],
"title": "Red Hat Security Advisory: delve security update",
"tracking": {
"current_release_date": "2026-06-27T20:38:58+00:00",
"generator": {
"date": "2026-06-27T20:38:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2026:19013",
"initial_release_date": "2026-05-19T13:24:31+00:00",
"revision_history": [
{
"date": "2026-05-19T13:24:31+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-19T13:24:31+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-27T20:38:58+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.26.1-1.el10_2.src",
"product": {
"name": "delve-0:1.26.1-1.el10_2.src",
"product_id": "delve-0:1.26.1-1.el10_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.26.1-1.el10_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.26.1-1.el10_2.aarch64",
"product": {
"name": "delve-0:1.26.1-1.el10_2.aarch64",
"product_id": "delve-0:1.26.1-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.26.1-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.26.1-1.el10_2.aarch64",
"product": {
"name": "delve-debugsource-0:1.26.1-1.el10_2.aarch64",
"product_id": "delve-debugsource-0:1.26.1-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.26.1-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.26.1-1.el10_2.aarch64",
"product": {
"name": "delve-debuginfo-0:1.26.1-1.el10_2.aarch64",
"product_id": "delve-debuginfo-0:1.26.1-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.26.1-1.el10_2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.26.1-1.el10_2.ppc64le",
"product": {
"name": "delve-0:1.26.1-1.el10_2.ppc64le",
"product_id": "delve-0:1.26.1-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.26.1-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.26.1-1.el10_2.ppc64le",
"product": {
"name": "delve-debugsource-0:1.26.1-1.el10_2.ppc64le",
"product_id": "delve-debugsource-0:1.26.1-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.26.1-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.26.1-1.el10_2.ppc64le",
"product": {
"name": "delve-debuginfo-0:1.26.1-1.el10_2.ppc64le",
"product_id": "delve-debuginfo-0:1.26.1-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.26.1-1.el10_2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.26.1-1.el10_2.x86_64",
"product": {
"name": "delve-0:1.26.1-1.el10_2.x86_64",
"product_id": "delve-0:1.26.1-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.26.1-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.26.1-1.el10_2.x86_64",
"product": {
"name": "delve-debugsource-0:1.26.1-1.el10_2.x86_64",
"product_id": "delve-debugsource-0:1.26.1-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.26.1-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.26.1-1.el10_2.x86_64",
"product": {
"name": "delve-debuginfo-0:1.26.1-1.el10_2.x86_64",
"product_id": "delve-debuginfo-0:1.26.1-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.26.1-1.el10_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.26.1-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.aarch64"
},
"product_reference": "delve-0:1.26.1-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.26.1-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.ppc64le"
},
"product_reference": "delve-0:1.26.1-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.26.1-1.el10_2.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.src"
},
"product_reference": "delve-0:1.26.1-1.el10_2.src",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.26.1-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.x86_64"
},
"product_reference": "delve-0:1.26.1-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.26.1-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.aarch64"
},
"product_reference": "delve-debuginfo-0:1.26.1-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.26.1-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.ppc64le"
},
"product_reference": "delve-debuginfo-0:1.26.1-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.26.1-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.x86_64"
},
"product_reference": "delve-debuginfo-0:1.26.1-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.26.1-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.aarch64"
},
"product_reference": "delve-debugsource-0:1.26.1-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.26.1-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.ppc64le"
},
"product_reference": "delve-debugsource-0:1.26.1-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.26.1-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.x86_64"
},
"product_reference": "delve-debugsource-0:1.26.1-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important 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-10.2.Z:delve-0:1.26.1-1.el10_2.aarch64",
"AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.ppc64le",
"AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.src",
"AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.x86_64",
"AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.aarch64",
"AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.ppc64le",
"AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.x86_64",
"AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.aarch64",
"AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.ppc64le",
"AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T13:24:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.aarch64",
"AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.ppc64le",
"AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.src",
"AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.x86_64",
"AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.aarch64",
"AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.ppc64le",
"AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.x86_64",
"AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.aarch64",
"AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.ppc64le",
"AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19013"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.aarch64",
"AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.ppc64le",
"AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.src",
"AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.x86_64",
"AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.aarch64",
"AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.ppc64le",
"AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.x86_64",
"AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.aarch64",
"AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.ppc64le",
"AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_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-10.2.Z:delve-0:1.26.1-1.el10_2.aarch64",
"AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.ppc64le",
"AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.src",
"AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.x86_64",
"AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.aarch64",
"AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.ppc64le",
"AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.x86_64",
"AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.aarch64",
"AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.ppc64le",
"AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"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",
"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": [
"AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.aarch64",
"AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.ppc64le",
"AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.src",
"AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.x86_64",
"AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.aarch64",
"AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.ppc64le",
"AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.x86_64",
"AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.aarch64",
"AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.ppc64le",
"AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.x86_64"
]
},
"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-05-19T13:24:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.aarch64",
"AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.ppc64le",
"AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.src",
"AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.x86_64",
"AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.aarch64",
"AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.ppc64le",
"AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.x86_64",
"AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.aarch64",
"AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.ppc64le",
"AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19013"
}
],
"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.2.Z:delve-0:1.26.1-1.el10_2.aarch64",
"AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.ppc64le",
"AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.src",
"AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.x86_64",
"AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.aarch64",
"AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.ppc64le",
"AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.x86_64",
"AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.aarch64",
"AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.ppc64le",
"AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"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.2.Z:delve-0:1.26.1-1.el10_2.aarch64",
"AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.ppc64le",
"AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.src",
"AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.x86_64",
"AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.aarch64",
"AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.ppc64le",
"AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.x86_64",
"AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.aarch64",
"AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.ppc64le",
"AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T13:24:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.aarch64",
"AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.ppc64le",
"AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.src",
"AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.x86_64",
"AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.aarch64",
"AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.ppc64le",
"AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.x86_64",
"AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.aarch64",
"AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.ppc64le",
"AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19013"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.aarch64",
"AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.ppc64le",
"AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.src",
"AppStream-10.2.Z:delve-0:1.26.1-1.el10_2.x86_64",
"AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.aarch64",
"AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.ppc64le",
"AppStream-10.2.Z:delve-debuginfo-0:1.26.1-1.el10_2.x86_64",
"AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.aarch64",
"AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.ppc64le",
"AppStream-10.2.Z:delve-debugsource-0:1.26.1-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
}
]
}
RHSA-2026:19475
Vulnerability from csaf_redhat - Published: 2026-05-20 03:59 - Updated: 2026-06-27 20:39A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.x86_64 | — |
Vendor Fix
fix
|
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.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 osbuild-composer is now available for Red Hat Enterprise Linux 9.6 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": "A service for building customized OS artifacts, such as VM images and OSTree commits, that uses osbuild under the hood. Besides building images for local usage, it can also upload images directly to cloud. It is compatible with composer-cli and cockpit-composer clients.\n\nSecurity Fix(es):\n\n* crypto/tls: Unexpected session resumption in crypto/tls (CVE-2025-68121)\n\n* net/url: Incorrect parsing of IPv6 host literals in net/url (CVE-2026-25679)\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:19475",
"url": "https://access.redhat.com/errata/RHSA-2026:19475"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_19475.json"
}
],
"title": "Red Hat Security Advisory: osbuild-composer security update",
"tracking": {
"current_release_date": "2026-06-27T20:39:04+00:00",
"generator": {
"date": "2026-06-27T20:39:04+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2026:19475",
"initial_release_date": "2026-05-20T03:59:13+00:00",
"revision_history": [
{
"date": "2026-05-20T03:59:13+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-20T03:59:13+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-27T20:39:04+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.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:132.2-6.el9_6.src",
"product": {
"name": "osbuild-composer-0:132.2-6.el9_6.src",
"product_id": "osbuild-composer-0:132.2-6.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@132.2-6.el9_6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:132.2-6.el9_6.aarch64",
"product": {
"name": "osbuild-composer-0:132.2-6.el9_6.aarch64",
"product_id": "osbuild-composer-0:132.2-6.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@132.2-6.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:132.2-6.el9_6.aarch64",
"product": {
"name": "osbuild-composer-core-0:132.2-6.el9_6.aarch64",
"product_id": "osbuild-composer-core-0:132.2-6.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@132.2-6.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:132.2-6.el9_6.aarch64",
"product": {
"name": "osbuild-composer-worker-0:132.2-6.el9_6.aarch64",
"product_id": "osbuild-composer-worker-0:132.2-6.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@132.2-6.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:132.2-6.el9_6.aarch64",
"product": {
"name": "osbuild-composer-debugsource-0:132.2-6.el9_6.aarch64",
"product_id": "osbuild-composer-debugsource-0:132.2-6.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@132.2-6.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:132.2-6.el9_6.aarch64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:132.2-6.el9_6.aarch64",
"product_id": "osbuild-composer-core-debuginfo-0:132.2-6.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@132.2-6.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:132.2-6.el9_6.aarch64",
"product": {
"name": "osbuild-composer-debuginfo-0:132.2-6.el9_6.aarch64",
"product_id": "osbuild-composer-debuginfo-0:132.2-6.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@132.2-6.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.aarch64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.aarch64",
"product_id": "osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@132.2-6.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.aarch64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.aarch64",
"product_id": "osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@132.2-6.el9_6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:132.2-6.el9_6.ppc64le",
"product": {
"name": "osbuild-composer-0:132.2-6.el9_6.ppc64le",
"product_id": "osbuild-composer-0:132.2-6.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@132.2-6.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:132.2-6.el9_6.ppc64le",
"product": {
"name": "osbuild-composer-core-0:132.2-6.el9_6.ppc64le",
"product_id": "osbuild-composer-core-0:132.2-6.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@132.2-6.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:132.2-6.el9_6.ppc64le",
"product": {
"name": "osbuild-composer-worker-0:132.2-6.el9_6.ppc64le",
"product_id": "osbuild-composer-worker-0:132.2-6.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@132.2-6.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:132.2-6.el9_6.ppc64le",
"product": {
"name": "osbuild-composer-debugsource-0:132.2-6.el9_6.ppc64le",
"product_id": "osbuild-composer-debugsource-0:132.2-6.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@132.2-6.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:132.2-6.el9_6.ppc64le",
"product": {
"name": "osbuild-composer-core-debuginfo-0:132.2-6.el9_6.ppc64le",
"product_id": "osbuild-composer-core-debuginfo-0:132.2-6.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@132.2-6.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:132.2-6.el9_6.ppc64le",
"product": {
"name": "osbuild-composer-debuginfo-0:132.2-6.el9_6.ppc64le",
"product_id": "osbuild-composer-debuginfo-0:132.2-6.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@132.2-6.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.ppc64le",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.ppc64le",
"product_id": "osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@132.2-6.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.ppc64le",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.ppc64le",
"product_id": "osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@132.2-6.el9_6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:132.2-6.el9_6.x86_64",
"product": {
"name": "osbuild-composer-0:132.2-6.el9_6.x86_64",
"product_id": "osbuild-composer-0:132.2-6.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@132.2-6.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:132.2-6.el9_6.x86_64",
"product": {
"name": "osbuild-composer-core-0:132.2-6.el9_6.x86_64",
"product_id": "osbuild-composer-core-0:132.2-6.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@132.2-6.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:132.2-6.el9_6.x86_64",
"product": {
"name": "osbuild-composer-worker-0:132.2-6.el9_6.x86_64",
"product_id": "osbuild-composer-worker-0:132.2-6.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@132.2-6.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:132.2-6.el9_6.x86_64",
"product": {
"name": "osbuild-composer-debugsource-0:132.2-6.el9_6.x86_64",
"product_id": "osbuild-composer-debugsource-0:132.2-6.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@132.2-6.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:132.2-6.el9_6.x86_64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:132.2-6.el9_6.x86_64",
"product_id": "osbuild-composer-core-debuginfo-0:132.2-6.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@132.2-6.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:132.2-6.el9_6.x86_64",
"product": {
"name": "osbuild-composer-debuginfo-0:132.2-6.el9_6.x86_64",
"product_id": "osbuild-composer-debuginfo-0:132.2-6.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@132.2-6.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.x86_64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.x86_64",
"product_id": "osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@132.2-6.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.x86_64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.x86_64",
"product_id": "osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@132.2-6.el9_6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:132.2-6.el9_6.s390x",
"product": {
"name": "osbuild-composer-0:132.2-6.el9_6.s390x",
"product_id": "osbuild-composer-0:132.2-6.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@132.2-6.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:132.2-6.el9_6.s390x",
"product": {
"name": "osbuild-composer-core-0:132.2-6.el9_6.s390x",
"product_id": "osbuild-composer-core-0:132.2-6.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@132.2-6.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:132.2-6.el9_6.s390x",
"product": {
"name": "osbuild-composer-worker-0:132.2-6.el9_6.s390x",
"product_id": "osbuild-composer-worker-0:132.2-6.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@132.2-6.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:132.2-6.el9_6.s390x",
"product": {
"name": "osbuild-composer-debugsource-0:132.2-6.el9_6.s390x",
"product_id": "osbuild-composer-debugsource-0:132.2-6.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@132.2-6.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:132.2-6.el9_6.s390x",
"product": {
"name": "osbuild-composer-core-debuginfo-0:132.2-6.el9_6.s390x",
"product_id": "osbuild-composer-core-debuginfo-0:132.2-6.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@132.2-6.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:132.2-6.el9_6.s390x",
"product": {
"name": "osbuild-composer-debuginfo-0:132.2-6.el9_6.s390x",
"product_id": "osbuild-composer-debuginfo-0:132.2-6.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@132.2-6.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.s390x",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.s390x",
"product_id": "osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@132.2-6.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.s390x",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.s390x",
"product_id": "osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@132.2-6.el9_6?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:132.2-6.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.aarch64"
},
"product_reference": "osbuild-composer-0:132.2-6.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:132.2-6.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.ppc64le"
},
"product_reference": "osbuild-composer-0:132.2-6.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:132.2-6.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.s390x"
},
"product_reference": "osbuild-composer-0:132.2-6.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:132.2-6.el9_6.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.src"
},
"product_reference": "osbuild-composer-0:132.2-6.el9_6.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:132.2-6.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.x86_64"
},
"product_reference": "osbuild-composer-0:132.2-6.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:132.2-6.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.aarch64"
},
"product_reference": "osbuild-composer-core-0:132.2-6.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:132.2-6.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.ppc64le"
},
"product_reference": "osbuild-composer-core-0:132.2-6.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:132.2-6.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.s390x"
},
"product_reference": "osbuild-composer-core-0:132.2-6.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:132.2-6.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.x86_64"
},
"product_reference": "osbuild-composer-core-0:132.2-6.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:132.2-6.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.aarch64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:132.2-6.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:132.2-6.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.ppc64le"
},
"product_reference": "osbuild-composer-core-debuginfo-0:132.2-6.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:132.2-6.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.s390x"
},
"product_reference": "osbuild-composer-core-debuginfo-0:132.2-6.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:132.2-6.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.x86_64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:132.2-6.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:132.2-6.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.aarch64"
},
"product_reference": "osbuild-composer-debuginfo-0:132.2-6.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:132.2-6.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.ppc64le"
},
"product_reference": "osbuild-composer-debuginfo-0:132.2-6.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:132.2-6.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.s390x"
},
"product_reference": "osbuild-composer-debuginfo-0:132.2-6.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:132.2-6.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.x86_64"
},
"product_reference": "osbuild-composer-debuginfo-0:132.2-6.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:132.2-6.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.aarch64"
},
"product_reference": "osbuild-composer-debugsource-0:132.2-6.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:132.2-6.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.ppc64le"
},
"product_reference": "osbuild-composer-debugsource-0:132.2-6.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:132.2-6.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.s390x"
},
"product_reference": "osbuild-composer-debugsource-0:132.2-6.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:132.2-6.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.x86_64"
},
"product_reference": "osbuild-composer-debugsource-0:132.2-6.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.aarch64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.ppc64le"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.s390x"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.x86_64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:132.2-6.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.aarch64"
},
"product_reference": "osbuild-composer-worker-0:132.2-6.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:132.2-6.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.ppc64le"
},
"product_reference": "osbuild-composer-worker-0:132.2-6.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:132.2-6.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.s390x"
},
"product_reference": "osbuild-composer-worker-0:132.2-6.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:132.2-6.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.x86_64"
},
"product_reference": "osbuild-composer-worker-0:132.2-6.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.aarch64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.ppc64le"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.s390x"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.x86_64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"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.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.src",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-20T03:59:13+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.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.src",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19475"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.src",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.src",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-20T03:59:13+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.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.src",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19475"
},
{
"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.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.src",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.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.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.src",
"AppStream-9.6.0.Z.EUS:osbuild-composer-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-core-debuginfo-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debuginfo-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-debugsource-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-tests-debuginfo-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-0:132.2-6.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:osbuild-composer-worker-debuginfo-0:132.2-6.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
}
]
}
RHSA-2026:19634
Vulnerability from csaf_redhat - Published: 2026-05-20 13:17 - Updated: 2026-06-27 20:39A 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.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
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: AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
A flaw was found in the `crypto/tls` package within the Go (golang) standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock, leading to uncontrolled consumption of resources and ultimately a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
{
"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.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 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* 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* crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate (CVE-2025-61729)\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\n* crypto/tls: Unexpected session resumption in crypto/tls (CVE-2025-68121)\n\n* net/url: Incorrect parsing of IPv6 host literals in net/url (CVE-2026-25679)\n\n* crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages (CVE-2026-32283)\n\n* crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building (CVE-2026-32280)\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:19634",
"url": "https://access.redhat.com/errata/RHSA-2026:19634"
},
{
"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": "external",
"summary": "2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "2456338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456338"
},
{
"category": "external",
"summary": "2456339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456339"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_19634.json"
}
],
"title": "Red Hat Security Advisory: container-tools:rhel8 security update",
"tracking": {
"current_release_date": "2026-06-27T20:39:05+00:00",
"generator": {
"date": "2026-06-27T20:39:05+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2026:19634",
"initial_release_date": "2026-05-20T13:17:11+00:00",
"revision_history": [
{
"date": "2026-05-20T13:17:11+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-20T13:17:11+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-27T20:39:05+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 AUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-40.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64 (container-tools:rhel8)",
"product_id": "buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.26.11-1.module%2Bel8.6.0%2B24306%2Bfc1f97ae?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.26.11-1.module%2Bel8.6.0%2B24306%2Bfc1f97ae?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.26.11-1.module%2Bel8.6.0%2B24306%2Bfc1f97ae?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.26.11-1.module%2Bel8.6.0%2B24306%2Bfc1f97ae?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.26.11-1.module%2Bel8.6.0%2B24306%2Bfc1f97ae?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-5.module%2Bel8.6.0%2B24209%2B25a14987.1?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-5.module%2Bel8.6.0%2B24209%2B25a14987.1?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-5.module%2Bel8.6.0%2B24209%2B25a14987.1?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-40.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-40.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.6-1.module%2Bel8.6.0%2B24215%2Bd8cb7679.1?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.6-1.module%2Bel8.6.0%2B24215%2Bd8cb7679.1?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.6-1.module%2Bel8.6.0%2B24215%2Bd8cb7679.1?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"product": {
"name": "podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8)",
"product_id": "podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8)",
"product_id": "podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"product": {
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8)",
"product_id": "podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"product": {
"name": "runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64 (container-tools:rhel8)",
"product_id": "runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-1.module%2Bel8.6.0%2B24209%2B25a14987.1?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-1.module%2Bel8.6.0%2B24209%2B25a14987.1?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64 (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-1.module%2Bel8.6.0%2B24209%2B25a14987.1?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.9.5-1.module%2Bel8.6.0%2B24224%2B8a7523f7.1?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.9.5-1.module%2Bel8.6.0%2B24224%2B8a7523f7.1?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.9.5-1.module%2Bel8.6.0%2B24224%2B8a7523f7.1?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.9.5-1.module%2Bel8.6.0%2B24224%2B8a7523f7.1?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.0-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.0-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-0.7.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-0.7.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-0.7.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-0.7.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"product": {
"name": "buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src (container-tools:rhel8)",
"product_id": "buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.26.11-1.module%2Bel8.6.0%2B24306%2Bfc1f97ae?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8)",
"product_id": "cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@49.1-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=src\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8)",
"product_id": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8)",
"product_id": "container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.189.0-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-5.module%2Bel8.6.0%2B24209%2B25a14987.1?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.src (container-tools:rhel8)",
"product_id": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-40.module%2Bel8.6.0%2B24209%2B25a14987?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.src (container-tools:rhel8)",
"product_id": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=src\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=src\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=src\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=src\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.6-1.module%2Bel8.6.0%2B24215%2Bd8cb7679.1?arch=src\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"product": {
"name": "podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src (container-tools:rhel8)",
"product_id": "podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product": {
"name": "python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8)",
"product_id": "python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-podman@4.0.1-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=src\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"product": {
"name": "runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src (container-tools:rhel8)",
"product_id": "runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-1.module%2Bel8.6.0%2B24209%2B25a14987.1?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src (container-tools:rhel8)",
"product_id": "skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.9.5-1.module%2Bel8.6.0%2B24224%2B8a7523f7.1?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=src\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-0.7.module%2Bel8.6.0%2B24209%2B25a14987?arch=src\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-5.module%2Bel8.6.0%2B24209%2B25a14987?arch=src\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch (container-tools:rhel8)",
"product_id": "cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@49.1-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=noarch\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch (container-tools:rhel8)",
"product_id": "container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.189.0-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"product": {
"name": "podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch (container-tools:rhel8)",
"product_id": "podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"product": {
"name": "python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch (container-tools:rhel8)",
"product_id": "python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-podman@4.0.1-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=noarch\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-5.module%2Bel8.6.0%2B24209%2B25a14987?arch=noarch\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-40.module%2Bel8.6.0%2B24209%2B25a14987?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64 (container-tools:rhel8)",
"product_id": "buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.26.11-1.module%2Bel8.6.0%2B24306%2Bfc1f97ae?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.26.11-1.module%2Bel8.6.0%2B24306%2Bfc1f97ae?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.26.11-1.module%2Bel8.6.0%2B24306%2Bfc1f97ae?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64 (container-tools:rhel8)",
"product_id": "buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.26.11-1.module%2Bel8.6.0%2B24306%2Bfc1f97ae?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.26.11-1.module%2Bel8.6.0%2B24306%2Bfc1f97ae?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8)",
"product_id": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-5.module%2Bel8.6.0%2B24209%2B25a14987.1?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-5.module%2Bel8.6.0%2B24209%2B25a14987.1?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-5.module%2Bel8.6.0%2B24209%2B25a14987.1?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8)",
"product_id": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-40.module%2Bel8.6.0%2B24209%2B25a14987?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product": {
"name": "crit-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8)",
"product_id": "crit-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8)",
"product_id": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8)",
"product_id": "criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8)",
"product_id": "criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product": {
"name": "netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8)",
"product_id": "netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-40.module%2Bel8.6.0%2B24209%2B25a14987?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.6-1.module%2Bel8.6.0%2B24215%2Bd8cb7679.1?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.6-1.module%2Bel8.6.0%2B24215%2Bd8cb7679.1?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.6-1.module%2Bel8.6.0%2B24215%2Bd8cb7679.1?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"product": {
"name": "podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64 (container-tools:rhel8)",
"product_id": "podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64 (container-tools:rhel8)",
"product_id": "podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64 (container-tools:rhel8)",
"product_id": "podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"product": {
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64 (container-tools:rhel8)",
"product_id": "podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"product": {
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64 (container-tools:rhel8)",
"product_id": "podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"product": {
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64 (container-tools:rhel8)",
"product_id": "podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"product": {
"name": "runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64 (container-tools:rhel8)",
"product_id": "runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-1.module%2Bel8.6.0%2B24209%2B25a14987.1?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-1.module%2Bel8.6.0%2B24209%2B25a14987.1?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64 (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-1.module%2Bel8.6.0%2B24209%2B25a14987.1?arch=aarch64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.9.5-1.module%2Bel8.6.0%2B24224%2B8a7523f7.1?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.9.5-1.module%2Bel8.6.0%2B24224%2B8a7523f7.1?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.9.5-1.module%2Bel8.6.0%2B24224%2B8a7523f7.1?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64 (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.9.5-1.module%2Bel8.6.0%2B24224%2B8a7523f7.1?arch=aarch64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.0-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.0-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-0.7.module%2Bel8.6.0%2B24209%2B25a14987?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-0.7.module%2Bel8.6.0%2B24209%2B25a14987?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-0.7.module%2Bel8.6.0%2B24209%2B25a14987?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-0.7.module%2Bel8.6.0%2B24209%2B25a14987?arch=aarch64\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-40.module%2Bel8.6.0%2B24209%2B25a14987?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le (container-tools:rhel8)",
"product_id": "buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.26.11-1.module%2Bel8.6.0%2B24306%2Bfc1f97ae?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.26.11-1.module%2Bel8.6.0%2B24306%2Bfc1f97ae?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.26.11-1.module%2Bel8.6.0%2B24306%2Bfc1f97ae?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.26.11-1.module%2Bel8.6.0%2B24306%2Bfc1f97ae?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.26.11-1.module%2Bel8.6.0%2B24306%2Bfc1f97ae?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8)",
"product_id": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-5.module%2Bel8.6.0%2B24209%2B25a14987.1?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-5.module%2Bel8.6.0%2B24209%2B25a14987.1?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-5.module%2Bel8.6.0%2B24209%2B25a14987.1?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8)",
"product_id": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-40.module%2Bel8.6.0%2B24209%2B25a14987?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product": {
"name": "crit-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8)",
"product_id": "crit-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8)",
"product_id": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8)",
"product_id": "criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product": {
"name": "netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8)",
"product_id": "netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-40.module%2Bel8.6.0%2B24209%2B25a14987?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.6-1.module%2Bel8.6.0%2B24215%2Bd8cb7679.1?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.6-1.module%2Bel8.6.0%2B24215%2Bd8cb7679.1?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.6-1.module%2Bel8.6.0%2B24215%2Bd8cb7679.1?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le (container-tools:rhel8)",
"product_id": "podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le (container-tools:rhel8)",
"product_id": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le (container-tools:rhel8)",
"product_id": "podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le (container-tools:rhel8)",
"product_id": "podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8)",
"product_id": "python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le (container-tools:rhel8)",
"product_id": "runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-1.module%2Bel8.6.0%2B24209%2B25a14987.1?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-1.module%2Bel8.6.0%2B24209%2B25a14987.1?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-1.module%2Bel8.6.0%2B24209%2B25a14987.1?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.9.5-1.module%2Bel8.6.0%2B24224%2B8a7523f7.1?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.9.5-1.module%2Bel8.6.0%2B24224%2B8a7523f7.1?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.9.5-1.module%2Bel8.6.0%2B24224%2B8a7523f7.1?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.9.5-1.module%2Bel8.6.0%2B24224%2B8a7523f7.1?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.0-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.0-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-0.7.module%2Bel8.6.0%2B24209%2B25a14987?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-0.7.module%2Bel8.6.0%2B24209%2B25a14987?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-0.7.module%2Bel8.6.0%2B24209%2B25a14987?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-0.7.module%2Bel8.6.0%2B24209%2B25a14987?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-40.module%2Bel8.6.0%2B24209%2B25a14987?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"product": {
"name": "buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x (container-tools:rhel8)",
"product_id": "buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.26.11-1.module%2Bel8.6.0%2B24306%2Bfc1f97ae?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x (container-tools:rhel8)",
"product_id": "buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.26.11-1.module%2Bel8.6.0%2B24306%2Bfc1f97ae?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x (container-tools:rhel8)",
"product_id": "buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.26.11-1.module%2Bel8.6.0%2B24306%2Bfc1f97ae?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"product": {
"name": "buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x (container-tools:rhel8)",
"product_id": "buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.26.11-1.module%2Bel8.6.0%2B24306%2Bfc1f97ae?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.26.11-1.module%2Bel8.6.0%2B24306%2Bfc1f97ae?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8)",
"product_id": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8)",
"product_id": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8)",
"product_id": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-5.module%2Bel8.6.0%2B24209%2B25a14987.1?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-5.module%2Bel8.6.0%2B24209%2B25a14987.1?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-5.module%2Bel8.6.0%2B24209%2B25a14987.1?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8)",
"product_id": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-40.module%2Bel8.6.0%2B24209%2B25a14987?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product": {
"name": "crit-0:3.15-3.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8)",
"product_id": "crit-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8)",
"product_id": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8)",
"product_id": "criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8)",
"product_id": "criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product": {
"name": "netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8)",
"product_id": "netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-40.module%2Bel8.6.0%2B24209%2B25a14987?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.6-1.module%2Bel8.6.0%2B24215%2Bd8cb7679.1?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.6-1.module%2Bel8.6.0%2B24215%2Bd8cb7679.1?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.6-1.module%2Bel8.6.0%2B24215%2Bd8cb7679.1?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"product": {
"name": "podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x (container-tools:rhel8)",
"product_id": "podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"product": {
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x (container-tools:rhel8)",
"product_id": "podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x (container-tools:rhel8)",
"product_id": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"product": {
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x (container-tools:rhel8)",
"product_id": "podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x (container-tools:rhel8)",
"product_id": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"product": {
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x (container-tools:rhel8)",
"product_id": "podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"product": {
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x (container-tools:rhel8)",
"product_id": "podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"product": {
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x (container-tools:rhel8)",
"product_id": "podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-8.module%2Bel8.6.0%2B24209%2B25a14987.5?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8)",
"product_id": "python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"product": {
"name": "runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x (container-tools:rhel8)",
"product_id": "runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-1.module%2Bel8.6.0%2B24209%2B25a14987.1?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-1.module%2Bel8.6.0%2B24209%2B25a14987.1?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-1.module%2Bel8.6.0%2B24209%2B25a14987.1?arch=s390x\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x (container-tools:rhel8)",
"product_id": "skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.9.5-1.module%2Bel8.6.0%2B24224%2B8a7523f7.1?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x (container-tools:rhel8)",
"product_id": "skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.9.5-1.module%2Bel8.6.0%2B24224%2B8a7523f7.1?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x (container-tools:rhel8)",
"product_id": "skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.9.5-1.module%2Bel8.6.0%2B24224%2B8a7523f7.1?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.9.5-1.module%2Bel8.6.0%2B24224%2B8a7523f7.1?arch=s390x\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.0-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.0-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-0.7.module%2Bel8.6.0%2B24209%2B25a14987?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-0.7.module%2Bel8.6.0%2B24209%2B25a14987?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-0.7.module%2Bel8.6.0%2B24209%2B25a14987?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-0.7.module%2Bel8.6.0%2B24209%2B25a14987?arch=s390x\u0026rpmmod=container-tools:rhel8:8060020260515174849:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8"
},
"product_reference": "buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8"
},
"product_reference": "podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8"
},
"product_reference": "podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8"
},
"product_reference": "python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8"
},
"product_reference": "runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8"
},
"product_reference": "runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8"
},
"product_reference": "buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8"
},
"product_reference": "buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8"
},
"product_reference": "netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8"
},
"product_reference": "netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8"
},
"product_reference": "podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8"
},
"product_reference": "podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8"
},
"product_reference": "podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8"
},
"product_reference": "podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8"
},
"product_reference": "podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8"
},
"product_reference": "podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8"
},
"product_reference": "podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8"
},
"product_reference": "podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8"
},
"product_reference": "podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8"
},
"product_reference": "podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8"
},
"product_reference": "podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8"
},
"product_reference": "podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8"
},
"product_reference": "python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8"
},
"product_reference": "runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8"
},
"product_reference": "runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8"
},
"product_reference": "runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8"
},
"product_reference": "runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8"
},
"product_reference": "buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8"
},
"product_reference": "podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8"
},
"product_reference": "podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8"
},
"product_reference": "python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8"
},
"product_reference": "runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8"
},
"product_reference": "runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
}
]
},
"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-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.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-05-20T13:17:11+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.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19634"
},
{
"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.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.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.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.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-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important 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.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-20T13:17:11+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.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19634"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.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.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"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",
"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": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
]
},
"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-05-20T13:17:11+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.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19634"
}
],
"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.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"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.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-20T13:17:11+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.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19634"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-20T13:17:11+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.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19634"
},
{
"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.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.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.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
},
{
"cve": "CVE-2026-32280",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-08T02:01:19.572351+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456339"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32280"
},
{
"category": "external",
"summary": "RHBZ#2456339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456339"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32280",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32280"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280"
},
{
"category": "external",
"summary": "https://go.dev/cl/758320",
"url": "https://go.dev/cl/758320"
},
{
"category": "external",
"summary": "https://go.dev/issue/78282",
"url": "https://go.dev/issue/78282"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4947",
"url": "https://pkg.go.dev/vuln/GO-2026-4947"
}
],
"release_date": "2026-04-08T01:06:58.595000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-20T13:17:11+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.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19634"
}
],
"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.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building"
},
{
"cve": "CVE-2026-32283",
"cwe": {
"id": "CWE-764",
"name": "Multiple Locks of a Critical Resource"
},
"discovery_date": "2026-04-08T02:01:16.213799+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456338"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `crypto/tls` package within the Go (golang) standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock, leading to uncontrolled consumption of resources and ultimately a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32283"
},
{
"category": "external",
"summary": "RHBZ#2456338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456338"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32283",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32283"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283"
},
{
"category": "external",
"summary": "https://go.dev/cl/763767",
"url": "https://go.dev/cl/763767"
},
{
"category": "external",
"summary": "https://go.dev/issue/78334",
"url": "https://go.dev/issue/78334"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4870",
"url": "https://pkg.go.dev/vuln/GO-2026-4870"
}
],
"release_date": "2026-04-08T01:06:57.670000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-20T13:17:11+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.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19634"
}
],
"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.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.aarch64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.ppc64le::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.s390x::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.E4S:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24306+fc1f97ae.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-docker-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:podman-tests-2:4.2.0-8.module+el8.6.0+24209+25a14987.5.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24209+25a14987.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24224+8a7523f7.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.TUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages"
}
]
}
RHSA-2026:21691
Vulnerability from csaf_redhat - Published: 2026-06-04 16:14 - Updated: 2026-06-27 20:39A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64 | — |
Workaround
|
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64 | — |
Workaround
|
A flaw was found in cmd/go. An attacker can exploit this by building a malicious Go source file that uses the '#cgo pkg-config:' directive. This allows the attacker to write to an arbitrary file with partial control over its content, by providing a '--log-file' argument to the pkg-config command. This vulnerability can lead to arbitrary file write.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64 | — |
Workaround
|
A flaw was found in Go's 'cgo tool'. This vulnerability arises from a discrepancy in how Go and C/C++ comments are parsed, which allows for malicious code to be hidden within comments and then "smuggled" into the compiled `cgo` binary. An attacker could exploit this to embed and execute arbitrary code, potentially leading to significant system compromise.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64 | — |
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64 | — |
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64 | — |
Workaround
|
A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.13.67 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.13.\n\nRed Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.13.67. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2026:21689\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/release_notes",
"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:21691",
"url": "https://access.redhat.com/errata/RHSA-2026:21691"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61731",
"url": "https://access.redhat.com/security/cve/CVE-2025-61731"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61732",
"url": "https://access.redhat.com/security/cve/CVE-2025-61732"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25679",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33186",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"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_21691.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.13.67 bug fix and security update",
"tracking": {
"current_release_date": "2026-06-27T20:39:23+00:00",
"generator": {
"date": "2026-06-27T20:39:23+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2026:21691",
"initial_release_date": "2026-06-04T16:14:53+00:00",
"revision_history": [
{
"date": "2026-06-04T16:14:53+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-04T16:15:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-27T20:39:23+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.13",
"product": {
"name": "Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.13::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler@sha256%3Af6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=1779863413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel8@sha256%3A4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8\u0026tag=1779889720"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel8@sha256%3Ae598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8\u0026tag=1779889629"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kuryr-cni-rhel8@sha256%3A231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-cni-rhel8\u0026tag=1779863394"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers@sha256%3A8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=1779863994"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel8@sha256%3Ace86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=1779864485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel8-operator@sha256%3A82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=1779863985"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-operator@sha256%3A33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=1779864102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-operator@sha256%3Af8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=1779889634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=1779890827"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel8@sha256%3A7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=1779889609"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-operator@sha256%3Ae5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=1779864003"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-operator@sha256%3A8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=1779864034"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader@sha256%3A85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=1779863974"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns@sha256%3Ac3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=1779864040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher@sha256%3A62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=1779871348"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher@sha256%3A62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=1779871348"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel8@sha256%3A9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8\u0026tag=1779889631"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel8-operator@sha256%3Aab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator\u0026tag=1779864020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel8@sha256%3Ab642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8\u0026tag=1779864063"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe@sha256%3Ae28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=1779864161"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe@sha256%3Ae28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=1779864161"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar@sha256%3A860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=1779864052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar@sha256%3A860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=1779864052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner@sha256%3A3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=1779864793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner@sha256%3A3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=1779864793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-validation-webhook-rhel8@sha256%3A48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=1779889636"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3Ab35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=1779890865"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel8@sha256%3Afce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=1779864235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy@sha256%3Ab679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=1779863392"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager@sha256%3Afc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=1779863390"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter@sha256%3A5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=1779863389"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus@sha256%3A3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=1779863444"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel8@sha256%3Ad58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=1779864639"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-node-label-updater-rhel8@sha256%3A8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8\u0026tag=1779863998"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3Aa3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=1779890137"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3A8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=1779890113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3A044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=1779890216"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3A3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9\u0026tag=1779890119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy@sha256%3Ad9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=1779889635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy@sha256%3Ac8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=1779889644"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics@sha256%3A0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=1779864165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kuryr-controller-rhel8@sha256%3Aa6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-controller-rhel8\u0026tag=1779863363"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace@sha256%3A88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=1779864043"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni@sha256%3Af03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=1779864023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel8@sha256%3A5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=1779889657"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel8@sha256%3A0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=1779889638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel8@sha256%3A888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel8\u0026tag=1779889676"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder@sha256%3Af97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=1779863452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli@sha256%3A1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=1779889704"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console@sha256%3A8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=1779864415"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-operator@sha256%3A2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=1779889659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer@sha256%3A0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=1778765223"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router@sha256%3A159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=1779865553"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube@sha256%3A8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube\u0026tag=1779864503"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover@sha256%3Ae9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover\u0026tag=1779863973"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod@sha256%3Ad9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=1779864280"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry@sha256%3A90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=1779889635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests@sha256%3A3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=1779313164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel8@sha256%3A86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=1779863952"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager@sha256%3Aba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=1779889649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry@sha256%3A054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=1779864451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel8@sha256%3A85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=1778765353"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel8@sha256%3A25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=1778765274"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel8@sha256%3A2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8\u0026tag=1779889723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel8@sha256%3A6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=1779863997"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-alibaba-cloud-controller-manager-rhel8@sha256%3A0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8\u0026tag=1779864079"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-alibaba-cloud-csi-driver-container-rhel8@sha256%3Ae3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8\u0026tag=1779864508"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256%3Aa6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8\u0026tag=1779864192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-alibaba-machine-controllers-rhel8@sha256%3A69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8\u0026tag=1779889720"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel8@sha256%3A925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=1779863999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel8@sha256%3Ade4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8\u0026tag=1779889660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel8@sha256%3Aee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8\u0026tag=1779889680"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel8@sha256%3A08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8\u0026tag=1779863969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel8-operator@sha256%3A395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator\u0026tag=1779864074"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel8@sha256%3A3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8\u0026tag=1779863989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel8@sha256%3A96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8\u0026tag=1779889642"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel8@sha256%3Af88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8\u0026tag=1779889635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel8@sha256%3A1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8\u0026tag=1779863994"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel8@sha256%3A9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8\u0026tag=1779864633"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel8-operator@sha256%3Ad736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator\u0026tag=1779864005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel8@sha256%3A6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=1779864603"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel8-operator@sha256%3A43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=1779864132"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts@sha256%3Ae6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=1778765373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-operator@sha256%3A4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=1779864236"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel8@sha256%3A799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=1779864120"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel8@sha256%3A0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=1779889678"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-operator@sha256%3A530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=1779864074"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-operator@sha256%3A0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=1779864513"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel8@sha256%3Ab3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=1779864055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap@sha256%3Ab2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=1779864189"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-operator-container-rhel8@sha256%3Ae5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=1779864740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-operator-container-rhel8@sha256%3Ae5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=1779864740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-operator-rhel8@sha256%3A807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=1779864043"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-operator@sha256%3Af97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=1779863993"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-operator-rhel8@sha256%3Ae452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8\u0026tag=1779863952"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256%3A226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=1779864018"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-operator@sha256%3A0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=1779864034"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-operator@sha256%3Ad2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=1779864123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-operator@sha256%3A67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=1779864006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-operator@sha256%3A4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=1779863976"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel8-operator@sha256%3Ab941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=1779864264"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-operator@sha256%3A2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=1779889616"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-operator@sha256%3Ae274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=1779889647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256%3A2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=1779864436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver@sha256%3A1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=1779864047"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-operator@sha256%3A4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=1779864733"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-operator@sha256%3Aed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=1779864442"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel8-operator@sha256%3Addddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=1779889628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-platform-operators-manager-rhel8@sha256%3A6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8\u0026tag=1779864212"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-operator@sha256%3Ac35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=1779863398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys@sha256%3A3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys\u0026tag=1779863893"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel8@sha256%3A7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=1779889665"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel8@sha256%3Aba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=1779863998"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-operator-rhel8@sha256%3Ae4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=1779863966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-webhook-rhel8@sha256%3Abae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=1779864441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer@sha256%3Ae1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=1779864022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer@sha256%3Ae1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=1779864022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter@sha256%3A0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=1779864025"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter@sha256%3A0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=1779864025"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller@sha256%3A48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=1779889611"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller@sha256%3A48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=1779889611"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3Ae765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=1779890788"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel8@sha256%3A0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8\u0026tag=1779864509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel8@sha256%3A5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8\u0026tag=1779864100"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel8@sha256%3Af634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8\u0026tag=1779863996"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel8@sha256%3A7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8\u0026tag=1779889604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel8@sha256%3Af590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8\u0026tag=1779864019"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel8@sha256%3Af25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8\u0026tag=1779864104"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256%3A59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8\u0026tag=1779889642"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel8@sha256%3A2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8\u0026tag=1779889658"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel8@sha256%3Af28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8\u0026tag=1779889649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel8@sha256%3Ab44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel8\u0026tag=1779864066"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel8-operator@sha256%3A7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=1779864162"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer@sha256%3Af3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=1779864501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts@sha256%3A81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=1778766542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel8@sha256%3A478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=1779889585"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel8@sha256%3Aca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8\u0026tag=1779864651"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel8@sha256%3A57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8\u0026tag=1779864128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers@sha256%3Af65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=1779864348"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-operator@sha256%3A25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=1779864206"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel8@sha256%3Afa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8\u0026tag=1779864736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel8@sha256%3A4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8\u0026tag=1779864245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel8@sha256%3Af59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8\u0026tag=1779864151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel8@sha256%3A30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8\u0026tag=1779864229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-operator@sha256%3Ab0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=1779864726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel8@sha256%3A6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel8\u0026tag=1778766175"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller@sha256%3Ac54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=1779864390"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel8@sha256%3A13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=1779863412"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3A7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=1779863416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather@sha256%3A244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=1778765257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel8@sha256%3A5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=1779864053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel8@sha256%3Ad52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=1779864236"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-k8s-prometheus-adapter@sha256%3A9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=1779864028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel8@sha256%3A360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=1779313037"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-cloud-controller-manager-rhel8@sha256%3Aac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8\u0026tag=1779889646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-machine-controllers-rhel8@sha256%3A240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8\u0026tag=1779864046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel8@sha256%3A19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=1779864015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-rukpak-rhel8@sha256%3A2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-rukpak-rhel8\u0026tag=1779889640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel8@sha256%3A9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=1779889694"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel8@sha256%3A123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=1779863972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel8@sha256%3A724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=1779864222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3Abbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=1779889602"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel8@sha256%3A7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=1779863995"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel8@sha256%3A987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=1779889619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovirt-machine-controllers-rhel8@sha256%3Ad8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=1779864238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes@sha256%3A61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=1779891613"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes@sha256%3A61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=1779891613"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel8@sha256%3Afd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8\u0026tag=1779864153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-operator-rhel8@sha256%3A540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8\u0026tag=1779863962"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel8@sha256%3A12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8\u0026tag=1779864168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel8@sha256%3A9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8\u0026tag=1779864213"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel8@sha256%3A0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8\u0026tag=1779889641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sdn-rhel8@sha256%3Ab2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=1778765374"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-operator@sha256%3A19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=1779864304"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel8@sha256%3A0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=1779311878"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel8@sha256%3A9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8\u0026tag=1779889665"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel8@sha256%3A9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8\u0026tag=1779889665"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256%3A809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8\u0026tag=1779864199"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256%3A809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8\u0026tag=1779864199"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cloud-controller-manager-rhel8@sha256%3Aace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8\u0026tag=1779864192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cluster-api-controllers-rhel8@sha256%3A2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8\u0026tag=1779864001"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ada22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=1779891537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy@sha256%3A05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=1779863397"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader@sha256%3A0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=1779864034"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator@sha256%3Afea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=1779864228"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel8@sha256%3Ad0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=1779864564"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter@sha256%3Af9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=1779889631"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel8@sha256%3A20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=1779889664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-csi-driver-syncer-rhel8@sha256%3A8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8\u0026tag=1779889644"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-problem-detector-rhel8@sha256%3A966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8\u0026tag=1779864320"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important 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 OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-04T16:14:53+00:00",
"details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:596514a0fcc2e3110cbcdf2fc57295c2df375f2f0ff36452ff0d7d181ad6c603\n\nAll OpenShift Container Platform 4.13 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21691"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_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 Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually 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 OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-04T16:14:53+00:00",
"details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:596514a0fcc2e3110cbcdf2fc57295c2df375f2f0ff36452ff0d7d181ad6c603\n\nAll OpenShift Container Platform 4.13 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21691"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_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 Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2025-61731",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"discovery_date": "2026-01-28T20:01:45.587773+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434433"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in cmd/go. An attacker can exploit this by building a malicious Go source file that uses the \u0027#cgo pkg-config:\u0027 directive. This allows the attacker to write to an arbitrary file with partial control over its content, by providing a \u0027--log-file\u0027 argument to the pkg-config command. This vulnerability can lead to arbitrary file write.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cmd/go: cmd/go: Arbitrary file write via malicious pkg-config directive",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is Important rather than Moderate because compiling a malicious Go source file can cause `pkg-config` to create or append data to files at attacker-chosen locations, subject to the permissions of the build user. This can enable unintended filesystem modifications during the build process, which can lead to broken builds, alter tool behavior, and poison caches or artifacts, even without direct code execution.",
"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 Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61731"
},
{
"category": "external",
"summary": "RHBZ#2434433",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434433"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61731"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61731",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61731"
},
{
"category": "external",
"summary": "https://go.dev/cl/736711",
"url": "https://go.dev/cl/736711"
},
{
"category": "external",
"summary": "https://go.dev/issue/77100",
"url": "https://go.dev/issue/77100"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4339",
"url": "https://pkg.go.dev/vuln/GO-2026-4339"
}
],
"release_date": "2026-01-28T19:30:30.844000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-04T16:14:53+00:00",
"details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:596514a0fcc2e3110cbcdf2fc57295c2df375f2f0ff36452ff0d7d181ad6c603\n\nAll OpenShift Container Platform 4.13 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21691"
},
{
"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 Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cmd/go: cmd/go: Arbitrary file write via malicious pkg-config directive"
},
{
"cve": "CVE-2025-61732",
"discovery_date": "2026-02-05T05:00:47.678207+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437016"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s \u0027cgo tool\u0027. This vulnerability arises from a discrepancy in how Go and C/C++ comments are parsed, which allows for malicious code to be hidden within comments and then \"smuggled\" into the compiled `cgo` binary. An attacker could exploit this to embed and execute arbitrary code, potentially leading to significant system compromise.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cmd/cgo: Go cgo: Code smuggling due to comment parsing discrepancy",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important vulnerability in the `cmd/cgo` component of the Go toolchain. A parsing discrepancy between Go and C/C++ comments could allow for code smuggling into the resulting `cgo` binary. This primarily affects systems where untrusted Go modules utilizing `cgo` are built, impacting Red Hat Enterprise Linux and OpenShift Container Platform.",
"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 Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61732"
},
{
"category": "external",
"summary": "RHBZ#2437016",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437016"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61732"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61732",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61732"
},
{
"category": "external",
"summary": "https://go.dev/cl/734220",
"url": "https://go.dev/cl/734220"
},
{
"category": "external",
"summary": "https://go.dev/issue/76697",
"url": "https://go.dev/issue/76697"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4433",
"url": "https://pkg.go.dev/vuln/GO-2026-4433"
}
],
"release_date": "2026-02-05T03:42:26.392000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-04T16:14:53+00:00",
"details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:596514a0fcc2e3110cbcdf2fc57295c2df375f2f0ff36452ff0d7d181ad6c603\n\nAll OpenShift Container Platform 4.13 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21691"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cmd/cgo: Go cgo: Code smuggling due to comment parsing discrepancy"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"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 Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-04T16:14:53+00:00",
"details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:596514a0fcc2e3110cbcdf2fc57295c2df375f2f0ff36452ff0d7d181ad6c603\n\nAll OpenShift Container Platform 4.13 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21691"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"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 Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-04T16:14:53+00:00",
"details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:596514a0fcc2e3110cbcdf2fc57295c2df375f2f0ff36452ff0d7d181ad6c603\n\nAll OpenShift Container Platform 4.13 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21691"
},
{
"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 Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_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 Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
},
{
"cve": "CVE-2026-33186",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-03-20T23:02:27.802640+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449833"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "RHBZ#2449833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449833"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3",
"url": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3"
}
],
"release_date": "2026-03-20T22:23:32.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-04T16:14:53+00:00",
"details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:596514a0fcc2e3110cbcdf2fc57295c2df375f2f0ff36452ff0d7d181ad6c603\n\nAll OpenShift Container Platform 4.13 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21691"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement infrastructure-level normalization to ensure all incoming HTTP/2 `:path` headers are properly formatted with a leading slash before reaching the gRPC-Go server. This can be achieved by configuring a reverse proxy or API gateway to validate and normalize the `:path` header. Ensure that any such intermediary is properly configured and restarted to apply the changes, which may temporarily impact service availability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:799ef4b259c6aff562c5a3b15c8b0fd83b2d7b5cff526b342ecbf4e5896373cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b35755c010da1f4e77a53f43485156e0d0bd9fff3093a719ba7cc04fb070edbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:fce28fa7d558f19025d935f50c27af647d8e183345d82f53956536b2b121aabf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:57b6e075f919d85ab8faf4f639b521a1ea730bade44d379c3e79e1fb67feab78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:360e784b29fff56c23f83228efbbe63e69eec1649f0e9f53c53c8889aab664dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:888089a33c80f0c97b1f90b31487695814fead6910fa5c5e1ab2e931d15f0724_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:0ffccf7d46e03493058c33451201744fc6f9cc6902fd33db34d2ae2acf5469ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:85c3565310c61c86fdf36ae04d0c741478c66f8792a0b47d0ab337503c9a4ef5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:25ffc183febfa2cf8c94b15af292c9afd7a8ceffe2d2904ca4d17fc9f60ecbbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:2d6001a648da62a0eda639c4f377d551cbe9bae0f5eced64bdebec9a8dc4700c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:6dd3b2fe4e877c77d37362e0ac3e67067067b1ff8be8ccd8b32861900d7a52f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:0c5631a9b7a93fd6b815d20463b3a551590cfa1b09f39d77b8b276471d2eee26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:e3c6e35aab5401f48d8e6c867692b4aacbe05a33748fdcbf83840689a39521e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:a6ee3962bb6846e591065bddc2acf914d5048728534747e8dd8cc5c4f5918839_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:69c529b75d7ab8c920eb22c86fc400c7b94678808744fdfb56fa31702f309b71_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:925b8ead8e5260ed7f6fa46ffe4d07e7c646e42ac21af414e6de308c082d91d9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:de4106d4a3b7256395242b3aee01f4738febbd37ddd3b6253c1c3b2a59d1669c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ee0b0585fc8f9decf11c0fb0fbcf76dae1400c484871f827b9625151a177075c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:395ab217ad32811c672eb7e19292b61b243cd92a356b880c19a72fb4e8d75fa7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:08e7b8fd2d452682cb268199a515252c71b94b71a960de4859109e8456155684_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ef12071ec1593ce3f0635df6fec2ef262c61c8c522bc3edc2b18d0c42c15c07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:96da7667e39837305b8312e36eb2c2e7ac656f56412c37c53d7ac89ea87ea9cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f88b9694e9747f12e2891b35c065f163e76a8c102ca4f9f49c3429ddd7c570aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:1a4982644bf9a77620fc2c42eac567bd2b58e99c0c9edfdc6b2bc3183a181e93_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:d736b2a8185b5883af8c2a22efae106fda1e78357287372c3395212a2723f69a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:9098ad9d6b5aa177e16a59b9f240b0f63f0a2ed990bde697ea0c31bb96a2d61a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:e598f2333d30c0018aa047621cddb3fe54bc7df8a0a5ac09bb5ced20a812e6a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:4ce1d6fcf4681aa020ce6f69a9636302f666b1d81e6f39e730835e48f28ab02e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:6a2b202042078efcb131d2d3e063f1af42a5eaf10bcf4bc42514668040cb794f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8b7e6429f416f3a8efc2214349e6ab18670fc11f9646232e5b8cd87ad1ec1b20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:43da1f1b51ca3c5bcd546b163da00e6231f2cbf2f030dee4408de9a87f7f895e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:ce86635d3cfb4624d5c619e9cf2fb60cf61452320a13d2b0ce2440ef7ac4526a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e6a5187097b281c872b8ae0394a8552084986e0b2e83330cf05f6b3dd5e8db2c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:1ef90887b458363e50fd741381f5c9a4df88ba49444ab0315e42c0f811f2265a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4462c905f5a5097fd6d06a6cc23d958d49dfe7f269d17f02609472fcca44d144_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:0c3492a652ce96b5d485d12f6b5b8c2a296d198b884bc8ea016acd497477d6e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:530ada6ec36e70247a0c142657e95918204aeb85eeda2cae0050b981491c8c15_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:0c8f021642095b9156cada05c2a64a6c289fdf7f9b96b7fd3f3ee1ffb811b740_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:f6baa3213ed579b2510b671acba03f5013fca26082fcba2a0a6360f1d8852c19_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b3e64684f76cbfaad4d86e6620797e7f09932cc64ff020e11436d5915c9175c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b2fc553d9db722fe9f5ec51442dd15959caa154d570b0de0ab9697def8921c11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:e5e3b555024c8b32818204c41bfe09ecacd602bff51019d7440ee3b5cd475392_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:807959e97d3de605d3d8e0a0d20927ea885a8653367b139516b30bd6ed1c8a87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:f97d8c178b9c35964908c66685f22aff00be9076c5f2c0f6fa2338766c0b442f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e452066e17ddff9f3e934fb0cd405925c4820f2bd5d71e636e02a7ca2ffcca11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:226fea2d77bb70049cf10c42464a5950759268f28a95529a14e9d6c8d71e95f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:0572d13411a0c3e2b387064f0f7871f5665dce458eefd602ff0dec6be2903a6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:82dbab32d612cfe5ff90b85902270f1f4ace13ae2d449074717fffbe7b0ec9eb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:d2dee5cde0b739ae5fe6aee7e6d7b929d8213b7b5d44098008dc33aca8f64ad1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:67ff87e9611016321845f92031a2b123641ddef6af030e6df74dfaa0afc6da22_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:4fb694449c5215b607822c7a0516a4ee6e582beff23497fa966a51296c15fce0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b941e64c39ba567a4697da3923eed33b2fa2af246afd9262adc1a8fe333c1b9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2889e44e16e4d39793e8f82fdeec18dd4e65f103c191fed73e6950eb2da8a23f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e274c9fb2ff37e902ad958e1f372299efee8eb98d00f4b333bd0611917795c0f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:2068cb8da6737309d290669c616147f24e0bad85dc324510b6b2055594069c34_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:1304f4176ee86758894b6ed7dd43d2afd04187b84839d604af0919db8469f0ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:33cbdc986a6ff1fcf72c204c314109195befbbc0b9b93a27191161f58973c24f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:f8c4585b4238043e0a9c382422d85541358c1c15e7c60014a1f55c9b912dd4ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:604b57aacbd14b5eb211b3d07e5f9e2ca040e36149f4f499c56acd8b6b87030c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:4f25c2d228a4558e4b85f6b44a0d5c868ff5702af90219805552bb41c14feb51_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:ed2f273ad5146d335ca401b7e87c99f52e7ac105be2981a97a5939ac56a4fe21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:6a6bb13f64fb62fe0d8bf76d66942a9c4b6908d613ad74433b4fe972f068ac5e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:7b14e612289dbdcba85e806f2a759a5b0fb1f6321c65962723bcca0a715756db_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c35ddbaf52100f7f5b261273f712ea15d83d461f83eaeb50fb95e2008a00cbce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:e5ac73a2ca6e5d47f58c4c2ecc7d3f215ab1e5de9e598dbcacb7dcba6c3338f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:3262f734ac9bf9f73b2aa456e2f6317be7b3f15e84164fd39f327dc8e2525095_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:8a1746acb2fa48d4cf030e453dd2653b7a66e7f43c4e3e05c75bbda3df8242d3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:85b35899d4f3526ff97c7c282835d105a6d2c2eae4d20a372d38fec7fb4e9b6f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:2e9b9e92fdb56f55315cc3919c4a4591ff8950a2a0f6aa881583ff3b7ce2746c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:8af308bbbab33cd31d4e44c30ab9a466373abc39abd6f9b902a1acc889bef150_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7ecb36e4cd94b0b0b5a3170715cf4281e1351ed37631e9e39563ea3f4a0fb116_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:c3d396c924321559e30ad57af070570f8fbc888045c821b76672d4b462b1757a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:ab27c0f47dab9adece182f9f7db228b125445d986e6c472e99e5b30629522ff3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:9a561274f378a903d8284de1f50b916e54b266f6b240af00cab5a9d7ce97e1c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:b642626ba0b4e141f350d2f5b3c4c730a9b004dcd899cd25465108b7b5873264_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e4b0d2bd25d14b9e52cacd20ba0429182321ac6653969f8eac1a1ff5df5afd9d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:ba47eb4ce7ea5582c7e16c05d426e3196b077ef2fc3338c9e8c95317bf75ff58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:bae90a519dcc33f15cf953088d3e8036c8aaaebdb009959775db69267a6ef984_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:62822c6d990ebd5efde50e43586054470d7ec7e4a464093e7e0e711c551a4680_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3583e56f86497fda0cedc8100770c6cba3142a2c94d20f46f83ab775558c9644_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e1abf62208ec34ee147f3c694a93de05ae28eadb8264b309d3ace146383cea56_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:0cd6248a63819c1acad3deb94e53adebeb4c42497630e3f5292d843f6f447d04_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e28cc55817e48ddbc0fda50e2c8158c41a0a5c0e8ea2129c3cd124dcc4360a90_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:860a0f7ed30884333716d4d1b722db538af28a82420fc558e998b541323593ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:48d12fd1b516becfc84df2567c22173dcf2e65716e6a79d8f4ec6f1044452bb4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:48a86224c2321b0df5d8c44fd80c74be3e5ed396ca8f5b00fafe2d2d307c1768_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0d657f3057d644dca702933881b464473e937b3f8a8608b37330240c919f2dff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:f97c607b96555c6946cb49b3775150c8afcb7637d3efd401a77bdf83b189d720_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:90af2d328cd106d10a3eb8002b119e30f71a4b3e5348696f31a6d94526ee894f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e765b7c2add7b7b2a9fbc84c0f703a8f3a9e7acc2ba1fa0c6f7815c43448c4c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:0dcd0962c1652b24b2352c521b258d23a99fd0cf5f22bd5c4ddb7612057c3f87_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5e4929d4d0a16f7d7f49b5746ab1686000193bb49284bdebc059674f626a64c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:7ebfca680feabcfb685c45e078efdc676ac3e5cd6e383283841525a25fa5953d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:f634ae3015d0eb57e9a444bf037dd8d091fcfccd5960a7d35f803eb76a92d635_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:159d25782ef347df5a96d50aca20c9bdcb4b83f0f28d0051545ad8b1e4f511d2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:8884a458898344667d62de873fdec3c6a8fdf84fd1b88ad36b4b5040c019425f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:d58eec92df8b0d212285bbf43c92cc0b1918dd398db3c82b9325ac40aab88f76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f590c66de9bef54a88e31222d68288654c5eb79eaabfee9b3f74b66482616429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:59c3b54b2741daac009ae52f42de73bc2aa22c618dcfa3833480b5a2775241f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f25dc94395b3e58608ef15beecc2cd62eee223bc58234f23dace04c6f1047440_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:8cae83d0b4c22a2e56406cc893597f5fc8bd519b458fdda004d9c0e25a33ed27_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:2fd468b3e7c472e32df40890d7f4bf68770701e0e7dc9d10d09c0772d4f05728_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:f28628e15c0ad8cb080676b0fa15330d4cd5b36897d691f6898875cce02590f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:b44af37f7e708dbe523bea7398296045ec9a8c135679a634df5b60d839038fa9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:7a854b1ceb5c3607e76fe21e71d3c2488dcdd923d5c769594cda0b43fa4961f6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:81a0605adfcdcf9054522c466cebeb10139eeaac0ebdf538c3c83b88cd5d37a4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:f3aa4810fca2286e9fe11630b6c1240e09495eda69a66f7c0a3bff479a5bdb6e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8e87e6265e1b760be58540d7f6a3050fd964b44267c6a111fa562938a885f887_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:044acd8a9131f782311f97ca00f84b01634de86794bcf62c14420ab8e1dcbd21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a3f2eb5fa6fa405c4a05a55b35d55d5a2a866399ee1256368543ecd3f1845543_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3ed67066d49b06f15a5229712186e103fded0cf818e9d5d4012a26f905fe8081_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:9c2b6d23a4a70716be5a1c5fa69e30f5ecdd860527a1587a7bff52ce4ab02e00_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:e9880f1fba74925437b7d5fee0457d13a55e82f49e52e9fc7053af0d5e275869_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d9826a265ecb61bddba8b2e6e5fc6648802af228c7b67da2379bcca42db0d599_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c8428adad685fcf82864636291ebb5f91173205a632b240e3ab3e1e8be34e769_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:0db42628ef42a5055dd9da995b2e76e9b95e63cfb956c32c8590f5da44abd864_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:478872e74bf296aa9acb8c636bb6e2126cd346eac269f8ece4666d90ac8da665_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:ca08bd931714a8a3c79f6cf5eb0067ab88a97f745c46131fd7bb012dc4b6f6ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:231c2b36807d5d68de0454d95c956fee37e482bd15542f05c94cd2e84e31bcc9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:a6e03d92e48a96dc15b0383033be842fc7452c8d691702c0c2ea62cc78cf5279_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f65340096575e492861df5e5b7b29305099799e12c02c148d3d437c8485c5003_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:25ae63b104b45d6a0d2ab98e69861d7493fe637a0ebe5bc6939df9c3fe1860a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:fa8b27766c386f3b101df0226b8942ed57db81b9385f166a05db2638f7dd3149_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:4670d885b58ebc29d0f64f1b3aaa3de73b96ace1e4f7cd93bd6537cf7fdc9932_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:f59c6902ab2bbf05e22d920a7562b406d2b1be1446c9d631989472d358b6cf55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:30c10f38c529ed57cb7412cabe05efc2aeb41bf980343df52c3fc07c04a843cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b0885b501bde597a5bba013a14162284a761ef7d7a490877c1f9dcd1f90a569b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:6c9fdd7c626e37d13cbfb46e5268c2f5ebe48a6f86b8b9fec836708920e7fc9b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c54333f907b2d9c505f994ae1a22fb6794bf47b06de04fd16cee9fbfa8252e3f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:f03acd61a9d8717029983e3079ce3daf63614006522b8b5f6c4209491a937884_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:5f1308b416df35fe35277a8f7754c8ec2e96759404589c1749ef12923e8dbbb2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:13fc244c3d291f749a9962633eb6357e495c638ea3ed4402f545ec25563c7df1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:7047bcf9b5bb68093f3db23063154de541473bc13bb207f863b7f78da69cbecc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:244967871f876013ae89564bd24b749cd8633a0da95ebbf1a0c394a5ad7e8805_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:5968b68bfadd486c0b66e42b4f34a41fa398e3b1a531673ca5746477578581e1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:d52ec922410584a88ed35e55995a9fe723876fef498f5f04aff46f768e68246b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:ac4326c029818fe4a17a342cee81c912db8065006986850564f5a8c5b8c538ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:240207baaa7583c376bf0ba3d6322e19cea76532db096416437c67cecadc33cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:19e0eb06e2f0512f70ddbbde27f5263662a6fb97f9616aa018653172ff5f6c4a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:b679952069c45bc53634ad09dcfa4e1080027a8d3b696e9f76d9a50855ed96a3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:0bf610b47e6d50ff1dfd6b0f2a8e964d6d26f4c61119426e8c0289ac43baed72_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2956199bdf9763a460f0a33f9dacb7a2613ae95719ea23c005530d78880391c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:9947ff2bba1a63a4b874f70ed10c86cc2f593feb4efe0e7cc6455f524e32a1a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:123148e2291df5c5f7796b152b1018917e5aa324efeba4da8298852c886d2a76_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:86ce3cc1bc4a3f6480b533270f6bafb2908bfe62a9e0cc566a03db4a9b021e98_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:bbcd5648f86554f221637decb2ed5955a16408ea8b2300aecbfca8fdfe0c9850_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:724c316efdbe4f1dde0bf4db37ba3331ceb94e848b742bf716f243f343fd7c3e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:7caa90864da1ca2f0cf1a34c897e43337cbf7860b543e6406d0b7cf5f6a48102_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:ba7b6483b14b074efdee03093a36465149d0e582e5e0e91b2bdab756bbc1ecba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:88c77c1108e51bc181ad34019a0c4cb6c59e88fcc56873e84bc5c76b330e7886_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:054af3bb0135607f40ca83e3d08fd3577cee22c25b2d2fe008d92f7e02e36db8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:d8cf611de61c9a5d1d9d263eee4e864bde6d867be2d70f4f8b84f7293bb535c4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:da22b6295477d31e698b9f21130c803bd399879c0007c05e55217064119fb2f1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:61aa55e0bc05ceb3e4c1a2c317bedefd9d543e4678f880578528d7ceded67f01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:d9717c9445432c98c7637019c2251ca20fd1cc74d00c06187e04c1367cc44771_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:540c5bec2b978b0c7fa97aa8824bf387da4a9257f64522f1b0e3ed5156dc3f30_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:fd294fa5f6ac237a8b393776c6e3169b51edd6d8a0c0cba45bacad53d7c23eff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:12c2a611208507d5d3420a077440c5f061155942706ead49984a2aae7b06a714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:9a56e133a2461740b0280486def6633d976a033734dd5ce2a317383cba44585d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:05901390865fb765f71cb8e090262bde0108ed23056917ca433d1ae5bdea35c3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:fc59fad08c6ea0de12376da76a8e1dcecb37b3d55bb526cba8922b9d144ccd3c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:0d022dbb8d039538b70135565b2b0e2d41261f2968a80d88f9135fe751e9bfb7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5ccd062cb9ba493cab4f0cb308e80fd26385a0cd5a7961f74a68d51b21c45852_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:d0a23eb16fb3ae471607616c6e5e39e913d99a065bcc7635b1407b73a7c12244_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:fea19035811e61e20d6db997a8f41bc3ae2b28a5d8371250bbd8b9263c03f111_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:3ad6a674c0e7e989371b08084327c68ea2e0556bf32b4e4216a3b1facc8cb44d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:b2cc4fc27647e138575e15bce3778341fccb16eb25eb969be2a8f6e65e020ad3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:19efc6c90e9356fbf65cb55079ddacc2fa82e2bd5973126da03d6a83d89026a2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:f9cba3a39f622d829481fd903b29f68664c38099e29ba0453a084145d7b374b0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:3ea055454409d341fbcc770566db1d530ae2d16640273f3929e9933722f72d68_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:20d2510189694cf26c79614839516534bb4e42991b54ea377a9f9bea259a69b9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:0a7be51e00b7cf15da8794ce9cee33bd0e3f6cbaf90b74bbd2d2610c1d051e07_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:ace9aa34b97e26c6a5f5d255e2e4ac08ebaf1586725ce2857b890517c80a9578_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:2260b8a6be5ecf92a1065f5cf78a100b275a1ad6404a13e985e00fd01e71445b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:809956534b4a3835681b672c741fe4d7b77ff705e55eee2e9d216ed5a7814845_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:9d79f37e48290798f385529c100099e4d24d8d4f69ed2e0f4295c3a427c8eeee_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:8f61a4b2e3f15c166e489fe8872a848e79ecdf52b438bf03557621300c1be58e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:966f583b602fdc69f1b9c394b908eb93050fc409d3da11cfdadc9e567885b9e6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ddddb8726aecdfe72da3507b9134f08b5fd1f8f4a6b2dee5cb013bcd31cfa526_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:987909284b7d6cfc2eb5f5216c68b9d966b844ddd4c99ab24867e9f7ddcdb098_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation"
}
]
}
RHSA-2026:21772
Vulnerability from csaf_redhat - Published: 2026-05-28 21:29 - Updated: 2026-06-27 20:39A flaw was found in Legion of the Bouncy Castle Inc. BC-JAVA bcprov. The `GOSTCTR` implementation is unable to securely process more than 255 blocks of data due to keystream reuse. This issue allows an attacker to break the fundamental confidentiality of any data protected by the `G3413CTRBlockCipher`, potentially leading to the recovery and access of encrypted data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
Workaround
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — |
A flaw was found in Legion of the Bouncy Castle Inc. BC-JAVA bcprov. The `LDAPStoreHelper` implementation fails to properly neutralize special elements in user-supplied input before incorporating them into LDAP queries. This allows a remote attacker to execute an LDAP injection attack by supplying crafted input, potentially leading to disclosure of sensitive information or the manipulation of directory search queries.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
Workaround
|
A flaw was found in undici, a Node.js HTTP/1.1 client. A remote attacker could exploit this vulnerability by sending HTTP/1.1 requests that include duplicate Content-Length headers with different casing (e.g., "Content-Length" and "content-length"). This can lead to HTTP Request Smuggling, a technique where an attacker sends an ambiguous request that is interpreted differently by a proxy and a backend server. Successful exploitation could result in unauthorized access, cache poisoning, or credential hijacking. It may also cause a Denial of Service (DoS) if strict HTTP parsers reject the malformed requests.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
Workaround
|
A flaw was found in undici. A remote attacker can exploit this vulnerability by sending a specially crafted compressed frame, known as a "decompression bomb," during permessage-deflate decompression. The undici WebSocket client does not properly limit the size of decompressed data, leading to unbounded memory consumption. This can cause the Node.js process to exhaust available memory, resulting in a denial of service (DoS) where the process crashes or becomes unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
Workaround
|
A flaw was found in undici. A remote attacker could exploit this vulnerability by sending a specially crafted WebSocket frame with an extremely large 64-bit length. This causes undici's ByteParser to overflow its internal calculations, leading to an invalid state and a fatal TypeError. The primary consequence is a Denial of Service (DoS), which terminates the process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
Workaround
|
A flaw was found in org.eclipse.jetty. A remote attacker can exploit this vulnerability by sending a compressed HTTP request with Content-Encoding: gzip when the server's response is not compressed. This prevents the release of the JDK Inflater, leading to a resource leak. This resource exhaustion can result in a Denial of Service (DoS), making the server unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
A flaw was found in the undici WebSocket client. A remote malicious server can exploit this vulnerability by sending a WebSocket frame with an invalid `server_max_window_bits` parameter within the permessage-deflate extension. This improper validation causes the client's Node.js process to terminate, leading to a denial-of-service (DoS) condition for the client.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
Workaround
|
A flaw was found in markdown-it. A remote attacker can exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted input containing a long sequence of asterisk characters followed by a non-matching character to the `linkify` function. This triggers excessive backtracking in the regular expression, leading to a denial-of-service condition.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
A flaw was found in Legion of the Bouncy Castle Inc. BC-JAVA bcpkix. The PKIX draft `CompositeVerifier` implementation improperly accepts an empty signature sequence as a valid cryptographic signature. This issue allows a remote attacker to bypass signature verification mechanisms, potentially compromising the authenticity and integrity of data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
Workaround
|
A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application's failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
Workaround
|
A flaw was found in express-rate-limit. The default key generator incorrectly applies IPv6 subnet masking to IPv4-mapped IPv6 addresses, which are used when an IPv4 client connects to a dual-stack server. This misconfiguration causes all IPv4 traffic to be treated as a single entity for rate limiting. Consequently, a remote attacker can exhaust the rate limit with a single client, leading to a Denial of Service (DoS) for all other IPv4 clients by causing them to receive HTTP 429 errors.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
Workaround
|
A flaw was found in tar. An attacker can exploit this vulnerability by crafting a malicious tar archive containing a drive-relative symlink. This symlink, such as C:../../../target.txt, can trick the tar utility into writing files outside the intended extraction directory during normal archive extraction, leading to unauthorized file overwrite.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
A denial of service flaw has been discovered in the flatted npm library. flatted's parse() function uses a recursive revive() phase to resolve circular references in deserialized JSON. When given a crafted payload with deeply nested or self-referential $ indices, the recursion depth is unbounded, causing a stack overflow that crashes the Node.js process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
Workaround
|
A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — |
A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — |
Workaround
|
A flaw was found in Traefik, an HTTP reverse proxy and load balancer. A remote attacker can exploit this vulnerability by sending fragmented ClientHello packets during the Transport Layer Security (TLS) handshake. This causes Traefik's Server Name Indication (SNI) extraction to fail, leading to a fallback to a default TLS configuration that does not require client certificates. This allows an attacker to bypass mutual TLS (mTLS) authentication, gaining unauthorized access to services that should be protected by client certificate requirements.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
Workaround
|
A flaw was found in the Go MCP SDK's Streamable HTTP transport, which uses Go's standard `encoding/json` package. In deployments without authorization, a remote attacker can exploit this Cross-Site Request Forgery (CSRF) vulnerability. By sending browser-generated cross-site `POST` requests to a local server without proper validation of the `Origin` header or `Content-Type`, an attacker can potentially trigger unauthorized tool execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — |
Workaround
|
A flaw was found in the `crypto/x509` package within Go (golang). When verifying a certificate chain, excluded DNS (Domain Name System) constraints are not correctly applied to wildcard DNS Subject Alternative Names (SANs) if the case of the SAN differs from the constraint. This oversight could allow an attacker to bypass certificate validation, potentially leading to the acceptance of a malicious certificate that should have been rejected. This issue specifically impacts the validation of trusted certificate chains.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — |
A flaw was found in the Model Context Protocol (MCP) Go SDK. When an HTTP-based MCP server is run on localhost without authentication, a malicious website can exploit a DNS rebinding vulnerability. This allows the attacker to bypass same-origin policy restrictions and send requests to the local MCP server. Consequently, an attacker could invoke tools or access resources exposed by the MCP server on behalf of the user.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — |
Workaround
|
A flaw was found in Traefik, an HTTP reverse proxy and load balancer. This authentication bypass vulnerability exists in Traefik's ForwardAuth middleware when the `trustForwardHeader` setting is configured as `false` and Traefik is deployed behind a trusted upstream proxy. A remote attacker could exploit this to bypass authentication, potentially gaining unauthorized access to protected resources.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
Workaround
|
A flaw was found in Traefik. A remote attacker can exploit an authentication bypass vulnerability by injecting spoofed trust context through unsanitized alias headers. This is due to Traefik's forwarded-header sanitization logic not properly handling alias header names that use underscores instead of dashes. This allows an attacker to bypass authentication on protected routes without valid credentials.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
Workaround
|
A flaw was found in Thymeleaf, a server-side Java template engine. An unauthenticated remote attacker can exploit a security bypass vulnerability in the expression execution mechanisms. By providing unvalidated user input directly to the template engine, the attacker can bypass the library's protections, leading to Server-Side Template Injection (SSTI). This allows access to potentially sensitive objects from within a template.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
Workaround
|
A flaw was found in Thymeleaf, a server-side Java template engine. An unauthenticated remote attacker can exploit this vulnerability by providing unvalidated user input to the template engine. This bypasses existing security mechanisms, allowing for the execution of unauthorized expressions and leading to Server-Side Template Injection (SSTI).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
Workaround
|
A flaw was found in lego, the Let's Encrypt client and ACME library written in Go. A malicious ACME (Automated Certificate Management Environment) server can exploit a path traversal vulnerability in the webroot HTTP-01 challenge provider. By supplying a specially crafted challenge token containing directory traversal sequences, the server can cause lego to write or delete files in arbitrary locations on the system where lego is running, potentially leading to system compromise.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
Workaround
|
A flaw was found in follow-redirects. When an HTTP request follows a cross-domain redirect (a redirection to a different domain), custom authentication headers, such as X-API-Key or X-Auth-Token, are not properly stripped. This allows these sensitive headers to be forwarded verbatim to the redirect target, potentially leading to the unintended disclosure of authentication information to an untrusted third party.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
A flaw was found in Traefik, an HTTP reverse proxy and load balancer. This authentication bypass vulnerability allows an unauthenticated attacker to access protected content. The flaw occurs when the StripPrefixRegex middleware is used with authentication mechanisms such as ForwardAuth, BasicAuth, or DigestAuth. By crafting a specific URL with dot-segments, an attacker can bypass authentication checks and gain unauthorized access to sensitive resources.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
Workaround
|
A flaw was found in Spring Boot. An attacker on the same network as the remote application may be able to utilize a timing attack to discover information about a remote secret. In extreme circumstances, this could allow the attacker to determine the secret and upload changed classes, leading to remote code execution in the remote application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
Workaround
|
A flaw was found in Spring Boot. A local attacker on the same host as the application may be able to take control of the `ApplicationTemp` directory due to predictable temporary directory handling. When the `server.servlet.session.persistent` setting is enabled and the attack persists across application restarts, this could allow the attacker to read session information, hijack authenticated user sessions, or execute arbitrary code as the application's user.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
Workaround
|
A flaw was found in Spring Boot. The `${random.value}` property source utilizes a weak pseudo-random number generator (PRNG), meaning the values it produces are not sufficiently random for use as cryptographic secrets. An attacker could potentially predict these values, which may lead to information disclosure or a security bypass if they are used in sensitive applications.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
Workaround
|
A flaw was found in DOMPurify, a DOM-only cross-site scripting sanitizer. A remote attacker could exploit an inconsistency in how forbidden tags and attributes are handled when function-based tag additions are used. This allows malicious HTML, MathML, or SVG elements to bypass sanitization and execute arbitrary code in the user's browser, leading to Cross-Site Scripting (XSS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
Workaround
|
A flaw was found in Axios, an HTTP client library. This vulnerability allows an attacker to exploit a prototype pollution issue if another part of the application has already polluted the Object.prototype. By doing so, the attacker can intercept and modify JSON responses or take control of the HTTP communication. This could lead to unauthorized access to sensitive information like user credentials and request details.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
A flaw was found in Axios, a software library for making network requests. A remote attacker can exploit a prototype pollution vulnerability to inject arbitrary HTTP headers into outgoing requests. This occurs when the application's core object definitions are manipulated, causing Axios to misinterpret data and include attacker-controlled headers in network communications. This could lead to unauthorized actions or data manipulation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
Workaround
|
A flaw was found in Axios, a promise-based HTTP client for browsers and Node.js. This vulnerability occurs because the `toFormData` function recursively processes nested objects without a depth limit. A remote attacker can exploit this by sending deeply nested request data, which causes the Node.js process to crash due to a RangeError, leading to a potential Denial of Service (DoS) if the process crashes.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
A flaw was found in Axios, a promise-based HTTP client. This vulnerability, a Prototype Pollution "Gadget" attack, allows an attacker to manipulate the `Object.prototype.validateStatus` property. By polluting this property, all HTTP error responses (such as 401, 403, or 500) are silently treated as successful responses. This can lead to a complete bypass of application-level authentication and error handling, potentially granting unauthorized access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
A flaw was found in Axios, a promise-based HTTP client. An attacker who can control the destination address of an Axios request can exploit this vulnerability. By using specific internal network addresses (within the 127.0.0.0/8 range, excluding 127.0.0.1), the attacker can completely bypass the NO_PROXY protection, potentially leading to unauthorized access or information disclosure within the network. This issue is an incomplete fix for a previous vulnerability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
A flaw was found in Axios, a widely used HTTP client. This vulnerability, known as a Prototype Pollution "Gadget" attack, allows a remote attacker to subtly alter JSON API responses. By manipulating a specific function, an attacker can selectively modify data within these responses. This could lead to significant security breaches, including unauthorized privilege escalation, fraudulent balance manipulation, or bypassing critical authorization checks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Dev Spaces 3.28.0 has been released.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Dev Spaces provides a cloud developer workspace server and a browser-based IDE built for teams and organizations. Dev Spaces runs in OpenShift and is well-suited for container-based development.\nThe 3.28 release is based on Eclipse Che 7.117 and uses the DevWorkspace engine to provide support for workspaces based on devfile v2.1 and v2.2.\nUsers still using the v1 standard should migrate as soon as possible.\nhttps://devfile.io/docs/2.2.0/migrating-to-devfile-v2\nDev Spaces supports OpenShift EUS releases v4.16 and higher. Users are expected to update to supported OpenShift releases in order to continue to get Dev Spaces updates.\nhttps://access.redhat.com/support/policy/updates/openshift#crw",
"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:21772",
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_openshift_dev_spaces/3.28/html/administration_guide/installing-devspaces",
"url": "https://access.redhat.com/documentation/en-us/red_hat_openshift_dev_spaces/3.28/html/administration_guide/installing-devspaces"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14813",
"url": "https://access.redhat.com/security/cve/CVE-2025-14813"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-0636",
"url": "https://access.redhat.com/security/cve/CVE-2026-0636"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-1525",
"url": "https://access.redhat.com/security/cve/CVE-2026-1525"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-1526",
"url": "https://access.redhat.com/security/cve/CVE-2026-1526"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-1528",
"url": "https://access.redhat.com/security/cve/CVE-2026-1528"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-1605",
"url": "https://access.redhat.com/security/cve/CVE-2026-1605"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-2229",
"url": "https://access.redhat.com/security/cve/CVE-2026-2229"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-2327",
"url": "https://access.redhat.com/security/cve/CVE-2026-2327"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26996",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27904",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-29074",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-30827",
"url": "https://access.redhat.com/security/cve/CVE-2026-30827"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-31802",
"url": "https://access.redhat.com/security/cve/CVE-2026-31802"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32141",
"url": "https://access.redhat.com/security/cve/CVE-2026-32141"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32280",
"url": "https://access.redhat.com/security/cve/CVE-2026-32280"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32282",
"url": "https://access.redhat.com/security/cve/CVE-2026-32282"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32305",
"url": "https://access.redhat.com/security/cve/CVE-2026-32305"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33252",
"url": "https://access.redhat.com/security/cve/CVE-2026-33252"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33810",
"url": "https://access.redhat.com/security/cve/CVE-2026-33810"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-34742",
"url": "https://access.redhat.com/security/cve/CVE-2026-34742"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-35051",
"url": "https://access.redhat.com/security/cve/CVE-2026-35051"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-39858",
"url": "https://access.redhat.com/security/cve/CVE-2026-39858"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40477",
"url": "https://access.redhat.com/security/cve/CVE-2026-40477"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40478",
"url": "https://access.redhat.com/security/cve/CVE-2026-40478"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40611",
"url": "https://access.redhat.com/security/cve/CVE-2026-40611"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40895",
"url": "https://access.redhat.com/security/cve/CVE-2026-40895"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40912",
"url": "https://access.redhat.com/security/cve/CVE-2026-40912"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40972",
"url": "https://access.redhat.com/security/cve/CVE-2026-40972"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40973",
"url": "https://access.redhat.com/security/cve/CVE-2026-40973"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40975",
"url": "https://access.redhat.com/security/cve/CVE-2026-40975"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-41240",
"url": "https://access.redhat.com/security/cve/CVE-2026-41240"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42033",
"url": "https://access.redhat.com/security/cve/CVE-2026-42033"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42035",
"url": "https://access.redhat.com/security/cve/CVE-2026-42035"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42039",
"url": "https://access.redhat.com/security/cve/CVE-2026-42039"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42041",
"url": "https://access.redhat.com/security/cve/CVE-2026-42041"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42043",
"url": "https://access.redhat.com/security/cve/CVE-2026-42043"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42044",
"url": "https://access.redhat.com/security/cve/CVE-2026-42044"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-5588",
"url": "https://access.redhat.com/security/cve/CVE-2026-5588"
},
{
"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_21772.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Dev Spaces 3.28.0 Release.",
"tracking": {
"current_release_date": "2026-06-27T20:39:31+00:00",
"generator": {
"date": "2026-06-27T20:39:31+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2026:21772",
"initial_release_date": "2026-05-28T21:29:20+00:00",
"revision_history": [
{
"date": "2026-05-28T21:29:20+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-28T21:29:25+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-27T20:39:31+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Dev Spaces 3.28",
"product": {
"name": "Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_devspaces:3.28::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Dev Spaces"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"product": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"product_id": "registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/code-rhel9@sha256%3Ab86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/code-rhel9\u0026tag=1779814592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"product": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"product_id": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"product_identification_helper": {
"purl": "pkg:oci/code-sshd-rhel9@sha256%3Aa47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/code-sshd-rhel9\u0026tag=1779813519"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"product": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"product_id": "registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/configbump-rhel9@sha256%3Aae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/configbump-rhel9\u0026tag=1779805126"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"product": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"product_id": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/dashboard-rhel9@sha256%3Afd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/dashboard-rhel9\u0026tag=1779341289"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"product": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"product_id": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/imagepuller-rhel9@sha256%3Ace0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/imagepuller-rhel9\u0026tag=1779821829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"product": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"product_id": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jetbrains-ide-rhel9@sha256%3A2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/jetbrains-ide-rhel9\u0026tag=1779817966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"product": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"product_id": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-redirector-rhel9@sha256%3A4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/multicluster-redirector-rhel9\u0026tag=1779330003"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"product": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"product_id": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openvsx-rhel9@sha256%3Ae9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/openvsx-rhel9\u0026tag=1779528224"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"product": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"product_id": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-rhel9-operator@sha256%3Af53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/devspaces-rhel9-operator\u0026tag=1779824076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"product": {
"name": "registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"product_id": "registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-operator-bundle@sha256%3Aaea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/devspaces-operator-bundle\u0026tag=1779837964"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"product": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"product_id": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pluginregistry-rhel9@sha256%3A5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/pluginregistry-rhel9\u0026tag=1779359423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"product": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"product_id": "registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"product_identification_helper": {
"purl": "pkg:oci/server-rhel9@sha256%3A0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/server-rhel9\u0026tag=1779342423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"product": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"product_id": "registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/traefik-rhel9@sha256%3A3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/traefik-rhel9\u0026tag=1779786779"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64",
"product": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64",
"product_id": "registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/udi-rhel9@sha256%3Af038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/udi-rhel9\u0026tag=1779829736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel10@sha256%3Acc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/udi-base-rhel10\u0026tag=1779741226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel9@sha256%3Adc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1?arch=amd64\u0026repository_url=registry.redhat.io/devspaces/udi-base-rhel9\u0026tag=1779741066"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"product": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"product_id": "registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"product_identification_helper": {
"purl": "pkg:oci/code-rhel9@sha256%3Acc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/code-rhel9\u0026tag=1779814592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"product": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"product_id": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/code-sshd-rhel9@sha256%3A20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/code-sshd-rhel9\u0026tag=1779813519"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"product": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"product_id": "registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"product_identification_helper": {
"purl": "pkg:oci/configbump-rhel9@sha256%3A561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/configbump-rhel9\u0026tag=1779805126"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"product": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"product_id": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/dashboard-rhel9@sha256%3A0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/dashboard-rhel9\u0026tag=1779341289"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"product": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"product_id": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/imagepuller-rhel9@sha256%3Ad9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/imagepuller-rhel9\u0026tag=1779821829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"product": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"product_id": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jetbrains-ide-rhel9@sha256%3A2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/jetbrains-ide-rhel9\u0026tag=1779817966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"product": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"product_id": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-redirector-rhel9@sha256%3Aad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/multicluster-redirector-rhel9\u0026tag=1779330003"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"product": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"product_id": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openvsx-rhel9@sha256%3Afe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/openvsx-rhel9\u0026tag=1779528224"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"product": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"product_id": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-rhel9-operator@sha256%3A0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/devspaces-rhel9-operator\u0026tag=1779824076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"product": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"product_id": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pluginregistry-rhel9@sha256%3Ad0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/pluginregistry-rhel9\u0026tag=1779359423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"product": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"product_id": "registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/server-rhel9@sha256%3A7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/server-rhel9\u0026tag=1779342423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"product": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"product_id": "registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/traefik-rhel9@sha256%3A36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/traefik-rhel9\u0026tag=1779786779"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"product": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"product_id": "registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/udi-rhel9@sha256%3Ad991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/udi-rhel9\u0026tag=1779829736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel10@sha256%3A9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/udi-base-rhel10\u0026tag=1779741226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel9@sha256%3Aba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7?arch=s390x\u0026repository_url=registry.redhat.io/devspaces/udi-base-rhel9\u0026tag=1779741066"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"product_id": "registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/code-rhel9@sha256%3Ad752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/code-rhel9\u0026tag=1779814592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"product_id": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/code-sshd-rhel9@sha256%3A1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/code-sshd-rhel9\u0026tag=1779813519"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"product_id": "registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/configbump-rhel9@sha256%3A64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/configbump-rhel9\u0026tag=1779805126"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"product_id": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/dashboard-rhel9@sha256%3Ae10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/dashboard-rhel9\u0026tag=1779341289"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"product_id": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/imagepuller-rhel9@sha256%3Ac694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/imagepuller-rhel9\u0026tag=1779821829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"product_id": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jetbrains-ide-rhel9@sha256%3Ad23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/jetbrains-ide-rhel9\u0026tag=1779817966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"product_id": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-redirector-rhel9@sha256%3A49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/multicluster-redirector-rhel9\u0026tag=1779330003"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"product_id": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openvsx-rhel9@sha256%3A94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/openvsx-rhel9\u0026tag=1779528224"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"product_id": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-rhel9-operator@sha256%3A586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/devspaces-rhel9-operator\u0026tag=1779824076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"product_id": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pluginregistry-rhel9@sha256%3Ae16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/pluginregistry-rhel9\u0026tag=1779359423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"product_id": "registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/server-rhel9@sha256%3A0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/server-rhel9\u0026tag=1779342423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"product_id": "registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/traefik-rhel9@sha256%3A992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/traefik-rhel9\u0026tag=1779786779"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"product_id": "registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/udi-rhel9@sha256%3A09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/udi-rhel9\u0026tag=1779829736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel10@sha256%3Ab03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/udi-base-rhel10\u0026tag=1779741226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel9@sha256%3A6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces/udi-base-rhel9\u0026tag=1779741066"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"product": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"product_id": "registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"product_identification_helper": {
"purl": "pkg:oci/code-rhel9@sha256%3Acbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/code-rhel9\u0026tag=1779814592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"product": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"product_id": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"product_identification_helper": {
"purl": "pkg:oci/code-sshd-rhel9@sha256%3A1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/code-sshd-rhel9\u0026tag=1779813519"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"product": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"product_id": "registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"product_identification_helper": {
"purl": "pkg:oci/configbump-rhel9@sha256%3A4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/configbump-rhel9\u0026tag=1779805126"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"product": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"product_id": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"product_identification_helper": {
"purl": "pkg:oci/dashboard-rhel9@sha256%3Aadea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/dashboard-rhel9\u0026tag=1779341289"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"product": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"product_id": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"product_identification_helper": {
"purl": "pkg:oci/imagepuller-rhel9@sha256%3Aefd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/imagepuller-rhel9\u0026tag=1779821829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"product": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"product_id": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/jetbrains-ide-rhel9@sha256%3A1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/jetbrains-ide-rhel9\u0026tag=1779817966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"product": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"product_id": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-redirector-rhel9@sha256%3A7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/multicluster-redirector-rhel9\u0026tag=1779330003"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"product": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"product_id": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openvsx-rhel9@sha256%3A341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/openvsx-rhel9\u0026tag=1779528224"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"product": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"product_id": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-rhel9-operator@sha256%3A32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/devspaces-rhel9-operator\u0026tag=1779824076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"product": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"product_id": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pluginregistry-rhel9@sha256%3A82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/pluginregistry-rhel9\u0026tag=1779359423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"product": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"product_id": "registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"product_identification_helper": {
"purl": "pkg:oci/server-rhel9@sha256%3A811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/server-rhel9\u0026tag=1779342423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"product": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"product_id": "registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/traefik-rhel9@sha256%3Aaedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/traefik-rhel9\u0026tag=1779786779"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"product": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"product_id": "registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/udi-rhel9@sha256%3A977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/udi-rhel9\u0026tag=1779829736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel10@sha256%3A852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/udi-base-rhel10\u0026tag=1779741226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel9@sha256%3A35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8?arch=arm64\u0026repository_url=registry.redhat.io/devspaces/udi-base-rhel9\u0026tag=1779741066"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64 as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64"
},
"product_reference": "registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64 as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64"
},
"product_reference": "registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x"
},
"product_reference": "registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64 as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64"
},
"product_reference": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x"
},
"product_reference": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64 as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64"
},
"product_reference": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64 as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64"
},
"product_reference": "registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x"
},
"product_reference": "registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64 as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64"
},
"product_reference": "registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x"
},
"product_reference": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64 as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64"
},
"product_reference": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64 as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64"
},
"product_reference": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64 as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64"
},
"product_reference": "registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x"
},
"product_reference": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64 as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64"
},
"product_reference": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64 as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64"
},
"product_reference": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64 as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64"
},
"product_reference": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x"
},
"product_reference": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64 as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64"
},
"product_reference": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64 as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64"
},
"product_reference": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x"
},
"product_reference": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64 as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64"
},
"product_reference": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64 as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64"
},
"product_reference": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64 as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64"
},
"product_reference": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x"
},
"product_reference": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64 as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64"
},
"product_reference": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64 as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64"
},
"product_reference": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x"
},
"product_reference": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64 as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64"
},
"product_reference": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64 as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64"
},
"product_reference": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x"
},
"product_reference": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64 as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64"
},
"product_reference": "registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x"
},
"product_reference": "registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64 as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64"
},
"product_reference": "registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64 as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64"
},
"product_reference": "registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x"
},
"product_reference": "registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64 as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64"
},
"product_reference": "registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64 as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64 as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64 as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64 as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64 as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64"
},
"product_reference": "registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x"
},
"product_reference": "registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64 as a component of Red Hat OpenShift Dev Spaces 3.28",
"product_id": "Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
},
"product_reference": "registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.28"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-14813",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"discovery_date": "2026-04-15T10:01:27.769752+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458640"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Legion of the Bouncy Castle Inc. BC-JAVA bcprov. The `GOSTCTR` implementation is unable to securely process more than 255 blocks of data due to keystream reuse. This issue allows an attacker to break the fundamental confidentiality of any data protected by the `G3413CTRBlockCipher`, potentially leading to the recovery and access of encrypted data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "bouncycastle: BC-JAVA: GOSTCTR implementation unable to process more than 255 blocks correctly",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to capture ciphertext encrypted by the `GOSTCTR` implementation where the `G3413CTRBlockCipher` processed more than 255 blocks of data, resulting in keystream reuse. An attack typically requires capturing these overlapping ciphertexts to perform cryptanalysis and uncover the underlying data.\nThe primary impact of this vulnerability is the potential loss of confidentiality for data encrypted by the `GOSTCTR` implementation. This can compromise encrypted communications or sensitive stored data by allowing an attacker to fully recover the plaintext.",
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14813"
},
{
"category": "external",
"summary": "RHBZ#2458640",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458640"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14813"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14813",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14813"
},
{
"category": "external",
"summary": "https://github.com/bcgit/bc-java/wiki/CVE%E2%80%902025%E2%80%9014813",
"url": "https://github.com/bcgit/bc-java/wiki/CVE%E2%80%902025%E2%80%9014813"
}
],
"release_date": "2026-04-15T08:56:34.057000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, strictly limit the payload encrypted under a single key and Initialization Vector (IV) pair using the GOSTCTR implementation and G3413CTRBlockCipher to a maximum of 255 blocks. Alternatively, transition to a more secure, standardized and authenticated encryption mode.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "bouncycastle: BC-JAVA: GOSTCTR implementation unable to process more than 255 blocks correctly"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-0636",
"cwe": {
"id": "CWE-90",
"name": "Improper Neutralization of Special Elements used in an LDAP Query (\u0027LDAP Injection\u0027)"
},
"discovery_date": "2026-04-15T10:01:32.911938+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458641"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Legion of the Bouncy Castle Inc. BC-JAVA bcprov. The `LDAPStoreHelper` implementation fails to properly neutralize special elements in user-supplied input before incorporating them into LDAP queries. This allows a remote attacker to execute an LDAP injection attack by supplying crafted input, potentially leading to disclosure of sensitive information or the manipulation of directory search queries.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "bouncycastle: BC-JAVA: LDAP injection vulnerability in LDAPStoreHelper.java",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to submit crafted input to an application using the `LDAPStoreHelper` implementation for directory queries. An attack typically requires the application to pass the malicious input directly into a search filter, allowing the attacker to modify the resulting LDAP query.\nThe primary impact of this vulnerability is the loss of confidentiality and integrity for directory data. This can allow an attacker to bypass search restrictions and manipulate directory results, potentially leading to unauthorized access or privilege escalation.",
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-0636"
},
{
"category": "external",
"summary": "RHBZ#2458641",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458641"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-0636",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0636"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-0636",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-0636"
},
{
"category": "external",
"summary": "https://github.com/bcgit/bc-java/commit/d20cdb8430e09224114fec0179a71859929fcbde",
"url": "https://github.com/bcgit/bc-java/commit/d20cdb8430e09224114fec0179a71859929fcbde"
},
{
"category": "external",
"summary": "https://github.com/bcgit/bc-java/wiki/CVE%E2%80%902026%E2%80%900636",
"url": "https://github.com/bcgit/bc-java/wiki/CVE%E2%80%902026%E2%80%900636"
}
],
"release_date": "2026-04-15T08:59:12.677000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
},
{
"category": "workaround",
"details": "To mitigate this flaw, sanitize all user-supplied input to remove or escape LDAP special characters before passing it to the LDAPStoreHelper for directory queries. If the input contains unexpected metacharacters such as asterisks, parentheses or backslashes, reject the request or escape the characters.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "bouncycastle: BC-JAVA: LDAP injection vulnerability in LDAPStoreHelper.java"
},
{
"cve": "CVE-2026-1525",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2026-03-12T21:01:33.639277+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447144"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in undici, a Node.js HTTP/1.1 client. A remote attacker could exploit this vulnerability by sending HTTP/1.1 requests that include duplicate Content-Length headers with different casing (e.g., \"Content-Length\" and \"content-length\"). This can lead to HTTP Request Smuggling, a technique where an attacker sends an ambiguous request that is interpreted differently by a proxy and a backend server. Successful exploitation could result in unauthorized access, cache poisoning, or credential hijacking. It may also cause a Denial of Service (DoS) if strict HTTP parsers reject the malformed requests.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "undici: Undici: HTTP Request Smuggling and Denial of Service due to duplicate Content-Length headers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Moderate impact. A flaw in the undici Node.js HTTP/1.1 client allows for HTTP Request Smuggling or Denial of Service. This can occur in Red Hat products that use undici and process HTTP requests where user-controlled header names are not case-normalized, or headers are passed as flat arrays.",
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1525"
},
{
"category": "external",
"summary": "RHBZ#2447144",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447144"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1525",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1525"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1525",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1525"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://cwe.mitre.org/data/definitions/444.html",
"url": "https://cwe.mitre.org/data/definitions/444.html"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/security/advisories/GHSA-2mjp-6q6p-2qxm",
"url": "https://github.com/nodejs/undici/security/advisories/GHSA-2mjp-6q6p-2qxm"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/3556037",
"url": "https://hackerone.com/reports/3556037"
},
{
"category": "external",
"summary": "https://www.rfc-editor.org/rfc/rfc9110.html#section-8.6",
"url": "https://www.rfc-editor.org/rfc/rfc9110.html#section-8.6"
}
],
"release_date": "2026-03-12T19:56:55.092000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
},
{
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "undici: Undici: HTTP Request Smuggling and Denial of Service due to duplicate Content-Length headers"
},
{
"cve": "CVE-2026-1526",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-03-12T21:01:25.538271+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447142"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in undici. A remote attacker can exploit this vulnerability by sending a specially crafted compressed frame, known as a \"decompression bomb,\" during permessage-deflate decompression. The undici WebSocket client does not properly limit the size of decompressed data, leading to unbounded memory consumption. This can cause the Node.js process to exhaust available memory, resulting in a denial of service (DoS) where the process crashes or becomes unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "undici: undici: Denial of Service via unbounded memory consumption during WebSocket permessage-deflate decompression",
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1526"
},
{
"category": "external",
"summary": "RHBZ#2447142",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447142"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1526",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1526"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1526",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1526"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://datatracker.ietf.org/doc/html/rfc7692",
"url": "https://datatracker.ietf.org/doc/html/rfc7692"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/security/advisories/GHSA-vrm6-8vpv-qv8q",
"url": "https://github.com/nodejs/undici/security/advisories/GHSA-vrm6-8vpv-qv8q"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/3481206",
"url": "https://hackerone.com/reports/3481206"
}
],
"release_date": "2026-03-12T20:08:05.950000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
},
{
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_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 Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "undici: undici: Denial of Service via unbounded memory consumption during WebSocket permessage-deflate decompression"
},
{
"cve": "CVE-2026-1528",
"cwe": {
"id": "CWE-248",
"name": "Uncaught Exception"
},
"discovery_date": "2026-03-12T21:01:36.954017+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447145"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in undici. A remote attacker could exploit this vulnerability by sending a specially crafted WebSocket frame with an extremely large 64-bit length. This causes undici\u0027s ByteParser to overflow its internal calculations, leading to an invalid state and a fatal TypeError. The primary consequence is a Denial of Service (DoS), which terminates the process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "undici: undici: Denial of Service via crafted WebSocket frame with large length",
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1528"
},
{
"category": "external",
"summary": "RHBZ#2447145",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447145"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1528",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1528"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1528",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1528"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/security/advisories/GHSA-f269-vfmq-vjvj",
"url": "https://github.com/nodejs/undici/security/advisories/GHSA-f269-vfmq-vjvj"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/3537648",
"url": "https://hackerone.com/reports/3537648"
}
],
"release_date": "2026-03-12T20:21:57.775000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
},
{
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_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 Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "undici: undici: Denial of Service via crafted WebSocket frame with large length"
},
{
"cve": "CVE-2026-1605",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2026-03-05T11:00:57.250283+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444815"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in org.eclipse.jetty. A remote attacker can exploit this vulnerability by sending a compressed HTTP request with Content-Encoding: gzip when the server\u0027s response is not compressed. This prevents the release of the JDK Inflater, leading to a resource leak. This resource exhaustion can result in a Denial of Service (DoS), making the server unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "org.eclipse.jetty/jetty-server: Eclipse Jetty: Denial of Service due to unreleased JDK Inflater from compressed HTTP requests",
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1605"
},
{
"category": "external",
"summary": "RHBZ#2444815",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444815"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1605",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1605"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1605",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1605"
},
{
"category": "external",
"summary": "https://github.com/jetty/jetty.project/security/advisories/GHSA-xxh7-fcf3-rj7f",
"url": "https://github.com/jetty/jetty.project/security/advisories/GHSA-xxh7-fcf3-rj7f"
}
],
"release_date": "2026-03-05T09:39:01.315000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
}
],
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "org.eclipse.jetty/jetty-server: Eclipse Jetty: Denial of Service due to unreleased JDK Inflater from compressed HTTP requests"
},
{
"cve": "CVE-2026-2229",
"cwe": {
"id": "CWE-248",
"name": "Uncaught Exception"
},
"discovery_date": "2026-03-12T21:01:29.187989+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447143"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the undici WebSocket client. A remote malicious server can exploit this vulnerability by sending a WebSocket frame with an invalid `server_max_window_bits` parameter within the permessage-deflate extension. This improper validation causes the client\u0027s Node.js process to terminate, leading to a denial-of-service (DoS) condition for the client.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "undici: Undici: Denial of Service via invalid WebSocket permessage-deflate extension parameter",
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-2229"
},
{
"category": "external",
"summary": "RHBZ#2447143",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447143"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-2229",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2229"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-2229",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2229"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://datatracker.ietf.org/doc/html/rfc7692",
"url": "https://datatracker.ietf.org/doc/html/rfc7692"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/security/advisories/GHSA-v9p9-hfj2-hcw8",
"url": "https://github.com/nodejs/undici/security/advisories/GHSA-v9p9-hfj2-hcw8"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/3487486",
"url": "https://hackerone.com/reports/3487486"
},
{
"category": "external",
"summary": "https://nodejs.org/api/zlib.html#class-zlibinflateraw",
"url": "https://nodejs.org/api/zlib.html#class-zlibinflateraw"
}
],
"release_date": "2026-03-12T20:27:05.600000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
},
{
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_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 Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "undici: Undici: Denial of Service via invalid WebSocket permessage-deflate extension parameter"
},
{
"cve": "CVE-2026-2327",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-12T06:00:49.531803+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439272"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in markdown-it. A remote attacker can exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted input containing a long sequence of asterisk characters followed by a non-matching character to the `linkify` function. This triggers excessive backtracking in the regular expression, leading to a denial-of-service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "markdown-it: markdown-it: Denial of Service via Regular Expression Denial of Service in linkify function",
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-2327"
},
{
"category": "external",
"summary": "RHBZ#2439272",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439272"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-2327",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2327"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-2327",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2327"
},
{
"category": "external",
"summary": "https://gist.github.com/ltduc147/c9abecae1b291ede4f692f2ab988c917",
"url": "https://gist.github.com/ltduc147/c9abecae1b291ede4f692f2ab988c917"
},
{
"category": "external",
"summary": "https://github.com/markdown-it/markdown-it/blob/14.1.0/lib/rules_inline/linkify.mjs%23L33",
"url": "https://github.com/markdown-it/markdown-it/blob/14.1.0/lib/rules_inline/linkify.mjs%23L33"
},
{
"category": "external",
"summary": "https://github.com/markdown-it/markdown-it/commit/4b4bbcae5e0990a5b172378e507b33a59012ed26",
"url": "https://github.com/markdown-it/markdown-it/commit/4b4bbcae5e0990a5b172378e507b33a59012ed26"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-MARKDOWNIT-10666750",
"url": "https://security.snyk.io/vuln/SNYK-JS-MARKDOWNIT-10666750"
}
],
"release_date": "2026-02-12T05:00:07.369000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
}
],
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "markdown-it: markdown-it: Denial of Service via Regular Expression Denial of Service in linkify function"
},
{
"cve": "CVE-2026-5588",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-04-15T10:00:59.672015+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458634"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Legion of the Bouncy Castle Inc. BC-JAVA bcpkix. The PKIX draft `CompositeVerifier` implementation improperly accepts an empty signature sequence as a valid cryptographic signature. This issue allows a remote attacker to bypass signature verification mechanisms, potentially compromising the authenticity and integrity of data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "bouncycastle: BC-JAVA: PKIX draft CompositeVerifier accepts empty signature sequence as valid",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to submit a crafted payload or token containing an empty signature sequence to an application using the `CompositeVerifier` for cryptographic validation. An attack typically requires the application to process this malformed data and improperly accept the empty sequence as a valid signature, bypassing standard verification checks.\nThe primary impact of this vulnerability is the compromise of data authenticity and integrity, allowing an attacker to forge digital signatures and impersonate trusted entities.",
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5588"
},
{
"category": "external",
"summary": "RHBZ#2458634",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458634"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5588",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5588"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5588",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5588"
},
{
"category": "external",
"summary": "https://github.com/bcgit/bc-java/wiki/CVE%E2%80%902026%E2%80%905588",
"url": "https://github.com/bcgit/bc-java/wiki/CVE%E2%80%902026%E2%80%905588"
}
],
"release_date": "2026-04-15T09:06:15.617000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
},
{
"category": "workaround",
"details": "To mitigate this flaw, check that the signature sequence is not empty before passing any data to the CompositeVerifier for cryptographic validation. If the sequence is empty or null, explicitly reject the payload before it is processed.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"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 OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "bouncycastle: BC-JAVA: PKIX draft CompositeVerifier accepts empty signature sequence as valid"
},
{
"cve": "CVE-2026-26996",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-20T04:01:11.896063+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441268"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: minimatch: Denial of Service via specially crafted glob patterns",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "RHBZ#2441268",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441268"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5",
"url": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26"
}
],
"release_date": "2026-02-20T03:05:21.105000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: minimatch: Denial of Service via specially crafted glob patterns"
},
{
"cve": "CVE-2026-27904",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-26T02:01:23.004531+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442922"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "RHBZ#2442922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442922"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74"
}
],
"release_date": "2026-02-26T01:07:42.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions"
},
{
"cve": "CVE-2026-29074",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-03-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445132"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application\u0027s failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "svgo: SVGO: Denial of Service via XML entity expansion",
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "RHBZ#2445132",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445132"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29074"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673",
"url": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673"
}
],
"release_date": "2026-03-06T07:23:05.716000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
},
{
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_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 Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "svgo: SVGO: Denial of Service via XML entity expansion"
},
{
"cve": "CVE-2026-30827",
"cwe": {
"id": "CWE-1389",
"name": "Incorrect Parsing of Numbers with Different Radices"
},
"discovery_date": "2026-03-07T06:01:06.325390+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445429"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in express-rate-limit. The default key generator incorrectly applies IPv6 subnet masking to IPv4-mapped IPv6 addresses, which are used when an IPv4 client connects to a dual-stack server. This misconfiguration causes all IPv4 traffic to be treated as a single entity for rate limiting. Consequently, a remote attacker can exhaust the rate limit with a single client, leading to a Denial of Service (DoS) for all other IPv4 clients by causing them to receive HTTP 429 errors.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "express-rate-limit: express-rate-limit: Denial of Service for IPv4 clients due to incorrect IPv6 subnet masking",
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-30827"
},
{
"category": "external",
"summary": "RHBZ#2445429",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445429"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-30827",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30827"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-30827",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30827"
},
{
"category": "external",
"summary": "https://github.com/express-rate-limit/express-rate-limit/commit/14e53888cdfd1b9798faf5b634c4206409e27fc4",
"url": "https://github.com/express-rate-limit/express-rate-limit/commit/14e53888cdfd1b9798faf5b634c4206409e27fc4"
},
{
"category": "external",
"summary": "https://github.com/express-rate-limit/express-rate-limit/security/advisories/GHSA-46wh-pxpv-q5gq",
"url": "https://github.com/express-rate-limit/express-rate-limit/security/advisories/GHSA-46wh-pxpv-q5gq"
}
],
"release_date": "2026-03-07T05:19:08.206000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
},
{
"category": "workaround",
"details": "Restrict network access to applications utilizing the express-rate-limit middleware to trusted clients or networks. Implementing firewall rules or network access controls can prevent untrusted actors from exploiting the shared rate-limit bucket vulnerability affecting IPv4-mapped IPv6 addresses on dual-stack servers.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_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 Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "express-rate-limit: express-rate-limit: Denial of Service for IPv4 clients due to incorrect IPv6 subnet masking"
},
{
"cve": "CVE-2026-31802",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-03-09T22:01:31.563825+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445881"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in tar. An attacker can exploit this vulnerability by crafting a malicious tar archive containing a drive-relative symlink. This symlink, such as C:../../../target.txt, can trick the tar utility into writing files outside the intended extraction directory during normal archive extraction, leading to unauthorized file overwrite.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tar: tar: File overwrite via drive-relative symlink traversal",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a MODERATE impact vulnerability. The tar utility is susceptible to unauthorized file overwrites when processing specially crafted archives containing drive-relative symlinks. As such, it primarily affects integrity (since it can overwrite files and file contents), with no clear indication that availability or confidentiality may be affected.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31802"
},
{
"category": "external",
"summary": "RHBZ#2445881",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445881"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31802",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31802"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31802",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31802"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/commit/f48b5fa3b7985ddab96dc0f2125a4ffc9911b6ad",
"url": "https://github.com/isaacs/node-tar/commit/f48b5fa3b7985ddab96dc0f2125a4ffc9911b6ad"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/security/advisories/GHSA-9ppj-qmqm-q256",
"url": "https://github.com/isaacs/node-tar/security/advisories/GHSA-9ppj-qmqm-q256"
}
],
"release_date": "2026-03-09T21:11:56.668000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "tar: tar: File overwrite via drive-relative symlink traversal"
},
{
"cve": "CVE-2026-32141",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-03-12T19:01:30.987208+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447083"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the flatted npm library. flatted\u0027s parse() function uses a recursive revive() phase to resolve circular references in deserialized JSON. When given a crafted payload with deeply nested or self-referential $ indices, the recursion depth is unbounded, causing a stack overflow that crashes the Node.js process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "flatted: flatted: Unbounded recursion DoS in parse() revive phase",
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32141"
},
{
"category": "external",
"summary": "RHBZ#2447083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32141"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32141",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32141"
},
{
"category": "external",
"summary": "https://github.com/WebReflection/flatted/commit/7eb65d857e1a40de11c47461cdbc8541449f0606",
"url": "https://github.com/WebReflection/flatted/commit/7eb65d857e1a40de11c47461cdbc8541449f0606"
},
{
"category": "external",
"summary": "https://github.com/WebReflection/flatted/pull/88",
"url": "https://github.com/WebReflection/flatted/pull/88"
},
{
"category": "external",
"summary": "https://github.com/WebReflection/flatted/security/advisories/GHSA-25h7-pfq9-p65f",
"url": "https://github.com/WebReflection/flatted/security/advisories/GHSA-25h7-pfq9-p65f"
}
],
"release_date": "2026-03-12T18:08:09.634000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
},
{
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_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 Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "flatted: flatted: Unbounded recursion DoS in parse() revive phase"
},
{
"cve": "CVE-2026-32280",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-08T02:01:19.572351+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456339"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building",
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32280"
},
{
"category": "external",
"summary": "RHBZ#2456339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456339"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32280",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32280"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280"
},
{
"category": "external",
"summary": "https://go.dev/cl/758320",
"url": "https://go.dev/cl/758320"
},
{
"category": "external",
"summary": "https://go.dev/issue/78282",
"url": "https://go.dev/issue/78282"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4947",
"url": "https://pkg.go.dev/vuln/GO-2026-4947"
}
],
"release_date": "2026-04-08T01:06:58.595000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
}
],
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building"
},
{
"cve": "CVE-2026-32282",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-04-08T02:01:12.683211+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456336"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs access to the system and the required permissions to create a symbolic link. Additionally, the attacker must swap the target file with a symbolic link in the exact window after the `Root.Chmod` function checks its target but before acting. Due to these conditions, 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 OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32282"
},
{
"category": "external",
"summary": "RHBZ#2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32282",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32282"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282"
},
{
"category": "external",
"summary": "https://go.dev/cl/763761",
"url": "https://go.dev/cl/763761"
},
{
"category": "external",
"summary": "https://go.dev/issue/78293",
"url": "https://go.dev/issue/78293"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4864",
"url": "https://pkg.go.dev/vuln/GO-2026-4864"
}
],
"release_date": "2026-04-08T01:06:55.953000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
},
{
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root"
},
{
"cve": "CVE-2026-32305",
"cwe": {
"id": "CWE-179",
"name": "Incorrect Behavior Order: Early Validation"
},
"discovery_date": "2026-03-20T11:02:42.394091+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449595"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Traefik, an HTTP reverse proxy and load balancer. A remote attacker can exploit this vulnerability by sending fragmented ClientHello packets during the Transport Layer Security (TLS) handshake. This causes Traefik\u0027s Server Name Indication (SNI) extraction to fail, leading to a fallback to a default TLS configuration that does not require client certificates. This allows an attacker to bypass mutual TLS (mTLS) authentication, gaining unauthorized access to services that should be protected by client certificate requirements.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Traefik: github.com/traefik/traefik: Traefik: mTLS bypass allows unauthorized service access via fragmented ClientHello.",
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32305"
},
{
"category": "external",
"summary": "RHBZ#2449595",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449595"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32305",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32305"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32305",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32305"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/releases/tag/v2.11.41",
"url": "https://github.com/traefik/traefik/releases/tag/v2.11.41"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/releases/tag/v3.6.11",
"url": "https://github.com/traefik/traefik/releases/tag/v3.6.11"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/releases/tag/v3.7.0-ea.2",
"url": "https://github.com/traefik/traefik/releases/tag/v3.7.0-ea.2"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/security/advisories/GHSA-wvvq-wgcr-9q48",
"url": "https://github.com/traefik/traefik/security/advisories/GHSA-wvvq-wgcr-9q48"
}
],
"release_date": "2026-03-20T10:01:13.620000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
},
{
"category": "workaround",
"details": "To mitigate unauthorized access, restrict network access to the Traefik instance to only trusted clients and networks. Implement firewall rules to limit inbound connections to the ports Traefik listens on for mTLS-protected services. For example, using `firewalld`, specific source IP addresses or networks can be allowed. After applying firewall rules, ensure the firewall service is reloaded for changes to take effect. This reduces the attack surface by preventing untrusted external access to the Traefik instance.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Traefik: github.com/traefik/traefik: Traefik: mTLS bypass allows unauthorized service access via fragmented ClientHello."
},
{
"cve": "CVE-2026-33252",
"cwe": {
"id": "CWE-940",
"name": "Improper Verification of Source of a Communication Channel"
},
"discovery_date": "2026-03-24T00:01:27.617763+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2450542"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Go MCP SDK\u0027s Streamable HTTP transport, which uses Go\u0027s standard `encoding/json` package. In deployments without authorization, a remote attacker can exploit this Cross-Site Request Forgery (CSRF) vulnerability. By sending browser-generated cross-site `POST` requests to a local server without proper validation of the `Origin` header or `Content-Type`, an attacker can potentially trigger unauthorized tool execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "encoding/json: golang: github.com/modelcontextprotocol/go-sdk: Go MCP SDK: Remote tool execution via cross-site request forgery",
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33252"
},
{
"category": "external",
"summary": "RHBZ#2450542",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2450542"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33252",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33252"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33252",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33252"
},
{
"category": "external",
"summary": "https://github.com/modelcontextprotocol/go-sdk/commit/a433a831d6e5d5ac3b9e625a8095aa8eaa040dfc",
"url": "https://github.com/modelcontextprotocol/go-sdk/commit/a433a831d6e5d5ac3b9e625a8095aa8eaa040dfc"
},
{
"category": "external",
"summary": "https://github.com/modelcontextprotocol/go-sdk/security/advisories/GHSA-89xv-2j6f-qhc8",
"url": "https://github.com/modelcontextprotocol/go-sdk/security/advisories/GHSA-89xv-2j6f-qhc8"
}
],
"release_date": "2026-03-23T23:44:16.106000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, ensure that deployments utilizing the Go MCP SDK are configured with proper authorization mechanisms. This prevents unauthorized cross-site requests from triggering tool execution. Additionally, restrict network access to the local server running the SDK to trusted sources only, using firewall rules to limit exposure.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "encoding/json: golang: github.com/modelcontextprotocol/go-sdk: Go MCP SDK: Remote tool execution via cross-site request forgery"
},
{
"cve": "CVE-2026-33810",
"cwe": {
"id": "CWE-1289",
"name": "Improper Validation of Unsafe Equivalence in Input"
},
"discovery_date": "2026-04-08T02:01:09.100830+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456335"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `crypto/x509` package within Go (golang). When verifying a certificate chain, excluded DNS (Domain Name System) constraints are not correctly applied to wildcard DNS Subject Alternative Names (SANs) if the case of the SAN differs from the constraint. This oversight could allow an attacker to bypass certificate validation, potentially leading to the acceptance of a malicious certificate that should have been rejected. This issue specifically impacts the validation of trusted certificate chains.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Go crypto/x509: Certificate validation bypass due to incorrect DNS constraint application",
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33810"
},
{
"category": "external",
"summary": "RHBZ#2456335",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456335"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33810",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33810"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33810",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33810"
},
{
"category": "external",
"summary": "https://go.dev/cl/763763",
"url": "https://go.dev/cl/763763"
},
{
"category": "external",
"summary": "https://go.dev/issue/78332",
"url": "https://go.dev/issue/78332"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4866",
"url": "https://pkg.go.dev/vuln/GO-2026-4866"
}
],
"release_date": "2026-04-08T01:06:56.546000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Go crypto/x509: Certificate validation bypass due to incorrect DNS constraint application"
},
{
"cve": "CVE-2026-34742",
"cwe": {
"id": "CWE-1188",
"name": "Initialization of a Resource with an Insecure Default"
},
"discovery_date": "2026-04-02T19:06:39.830253+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2454608"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Model Context Protocol (MCP) Go SDK. When an HTTP-based MCP server is run on localhost without authentication, a malicious website can exploit a DNS rebinding vulnerability. This allows the attacker to bypass same-origin policy restrictions and send requests to the local MCP server. Consequently, an attacker could invoke tools or access resources exposed by the MCP server on behalf of the user.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/modelcontextprotocol/go-sdk: Model Context Protocol (MCP) Go SDK: DNS rebinding vulnerability allows unauthorized access",
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34742"
},
{
"category": "external",
"summary": "RHBZ#2454608",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2454608"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34742",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34742"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34742",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34742"
},
{
"category": "external",
"summary": "https://github.com/modelcontextprotocol/go-sdk/commit/67bd3f2e2b53ce11a16db8d976cdb8ff1e986b6d",
"url": "https://github.com/modelcontextprotocol/go-sdk/commit/67bd3f2e2b53ce11a16db8d976cdb8ff1e986b6d"
},
{
"category": "external",
"summary": "https://github.com/modelcontextprotocol/go-sdk/pull/760",
"url": "https://github.com/modelcontextprotocol/go-sdk/pull/760"
},
{
"category": "external",
"summary": "https://github.com/modelcontextprotocol/go-sdk/releases/tag/v1.4.0",
"url": "https://github.com/modelcontextprotocol/go-sdk/releases/tag/v1.4.0"
},
{
"category": "external",
"summary": "https://github.com/modelcontextprotocol/go-sdk/security/advisories/GHSA-xw59-hvm2-8pj6",
"url": "https://github.com/modelcontextprotocol/go-sdk/security/advisories/GHSA-xw59-hvm2-8pj6"
}
],
"release_date": "2026-04-02T18:32:34.781000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
},
{
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/modelcontextprotocol/go-sdk: Model Context Protocol (MCP) Go SDK: DNS rebinding vulnerability allows unauthorized access"
},
{
"cve": "CVE-2026-35051",
"cwe": {
"id": "CWE-501",
"name": "Trust Boundary Violation"
},
"discovery_date": "2026-04-30T21:01:28.437993+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2464235"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Traefik, an HTTP reverse proxy and load balancer. This authentication bypass vulnerability exists in Traefik\u0027s ForwardAuth middleware when the `trustForwardHeader` setting is configured as `false` and Traefik is deployed behind a trusted upstream proxy. A remote attacker could exploit this to bypass authentication, potentially gaining unauthorized access to protected resources.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Traefik: github.com/traefik/traefik: Traefik: Authentication bypass in ForwardAuth middleware",
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-35051"
},
{
"category": "external",
"summary": "RHBZ#2464235",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2464235"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-35051",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35051"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-35051",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-35051"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/releases/tag/v2.11.43",
"url": "https://github.com/traefik/traefik/releases/tag/v2.11.43"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/releases/tag/v3.6.14",
"url": "https://github.com/traefik/traefik/releases/tag/v3.6.14"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/releases/tag/v3.7.0-rc.2",
"url": "https://github.com/traefik/traefik/releases/tag/v3.7.0-rc.2"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/security/advisories/GHSA-6384-m2mw-rf54",
"url": "https://github.com/traefik/traefik/security/advisories/GHSA-6384-m2mw-rf54"
}
],
"release_date": "2026-04-30T20:26:06.716000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
},
{
"category": "workaround",
"details": "To mitigate this issue, ensure that the `trustForwardHeader` setting in Traefik\u0027s ForwardAuth middleware is not explicitly configured as `false` unless absolutely necessary. If Traefik is deployed behind a trusted upstream proxy, review the configuration to ensure that `trustForwardHeader` is either set to `true` or omitted, allowing Traefik to correctly process forwarded headers for authentication. If this configuration is modified, a restart or reload of the Traefik service may be required for the changes to take effect.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Traefik: github.com/traefik/traefik: Traefik: Authentication bypass in ForwardAuth middleware"
},
{
"cve": "CVE-2026-39858",
"cwe": {
"id": "CWE-289",
"name": "Authentication Bypass by Alternate Name"
},
"discovery_date": "2026-04-30T21:01:23.755037+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2464234"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Traefik. A remote attacker can exploit an authentication bypass vulnerability by injecting spoofed trust context through unsanitized alias headers. This is due to Traefik\u0027s forwarded-header sanitization logic not properly handling alias header names that use underscores instead of dashes. This allows an attacker to bypass authentication on protected routes without valid credentials.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "traefik: Traefik: Authentication bypass via unsanitized alias headers",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39858"
},
{
"category": "external",
"summary": "RHBZ#2464234",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2464234"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39858",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39858"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39858",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39858"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/releases/tag/v2.11.43",
"url": "https://github.com/traefik/traefik/releases/tag/v2.11.43"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/releases/tag/v3.6.14",
"url": "https://github.com/traefik/traefik/releases/tag/v3.6.14"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/releases/tag/v3.7.0-rc.2",
"url": "https://github.com/traefik/traefik/releases/tag/v3.7.0-rc.2"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/security/advisories/GHSA-5m6w-wvh7-57vm",
"url": "https://github.com/traefik/traefik/security/advisories/GHSA-5m6w-wvh7-57vm"
}
],
"release_date": "2026-04-30T20:26:26.300000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
},
{
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "traefik: Traefik: Authentication bypass via unsanitized alias headers"
},
{
"cve": "CVE-2026-40477",
"cwe": {
"id": "CWE-917",
"name": "Improper Neutralization of Special Elements used in an Expression Language Statement (\u0027Expression Language Injection\u0027)"
},
"discovery_date": "2026-04-17T23:00:52.793546+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2459344"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Thymeleaf, a server-side Java template engine. An unauthenticated remote attacker can exploit a security bypass vulnerability in the expression execution mechanisms. By providing unvalidated user input directly to the template engine, the attacker can bypass the library\u0027s protections, leading to Server-Side Template Injection (SSTI). This allows access to potentially sensitive objects from within a template.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "thymeleaf: Thymeleaf: Server-Side Template Injection via security bypass in expression execution",
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40477"
},
{
"category": "external",
"summary": "RHBZ#2459344",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2459344"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40477",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40477"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40477",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40477"
},
{
"category": "external",
"summary": "https://github.com/thymeleaf/thymeleaf/security/advisories/GHSA-r4v4-5mwr-2fwr",
"url": "https://github.com/thymeleaf/thymeleaf/security/advisories/GHSA-r4v4-5mwr-2fwr"
}
],
"release_date": "2026-04-17T21:53:47.271000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
},
{
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "thymeleaf: Thymeleaf: Server-Side Template Injection via security bypass in expression execution"
},
{
"cve": "CVE-2026-40478",
"cwe": {
"id": "CWE-917",
"name": "Improper Neutralization of Special Elements used in an Expression Language Statement (\u0027Expression Language Injection\u0027)"
},
"discovery_date": "2026-04-17T23:01:08.580532+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2459349"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Thymeleaf, a server-side Java template engine. An unauthenticated remote attacker can exploit this vulnerability by providing unvalidated user input to the template engine. This bypasses existing security mechanisms, allowing for the execution of unauthorized expressions and leading to Server-Side Template Injection (SSTI).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "thymeleaf: Thymeleaf: Server-Side Template Injection via expression execution bypass",
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40478"
},
{
"category": "external",
"summary": "RHBZ#2459349",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2459349"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40478",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40478"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40478",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40478"
},
{
"category": "external",
"summary": "https://github.com/thymeleaf/thymeleaf/security/advisories/GHSA-xjw8-8c5c-9r79",
"url": "https://github.com/thymeleaf/thymeleaf/security/advisories/GHSA-xjw8-8c5c-9r79"
}
],
"release_date": "2026-04-17T21:57:01.560000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
},
{
"category": "workaround",
"details": "The vulnerability arises when unvalidated user input is directly passed to the Thymeleaf template engine. To mitigate this, application developers should implement robust input validation and sanitization for all user-supplied data before it is processed by the Thymeleaf template engine. This ensures that malicious expressions cannot be executed.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "thymeleaf: Thymeleaf: Server-Side Template Injection via expression execution bypass"
},
{
"cve": "CVE-2026-40611",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-04-21T20:01:57.383011+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2460233"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in lego, the Let\u0027s Encrypt client and ACME library written in Go. A malicious ACME (Automated Certificate Management Environment) server can exploit a path traversal vulnerability in the webroot HTTP-01 challenge provider. By supplying a specially crafted challenge token containing directory traversal sequences, the server can cause lego to write or delete files in arbitrary locations on the system where lego is running, potentially leading to system compromise.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/go-acme/lego: Lego: Arbitrary file write and deletion via path traversal from a malicious ACME server",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The `lego` client, utilized in Red Hat OpenShift Dev Spaces, is susceptible to a path traversal vulnerability within its webroot HTTP-01 challenge provider. A malicious ACME server could exploit this flaw by sending a specially crafted challenge token, enabling arbitrary file write or deletion on the system running `lego`. The impact of this flaw is directly limited to the level of privileges the process running the `lego` client has, since the attacker would be able to create, write or delete only files that the lego\u0027s running UID has permission to perform the analogue operation.\n\nTo exploit this vulnerability the user needs to be tricked to connect to a malicious ACME server or the attacker needs to firstly compromise the ACME server to send the crafted challenge token in order to trigger the path traversal vulnerability.",
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40611"
},
{
"category": "external",
"summary": "RHBZ#2460233",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460233"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40611",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40611"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40611",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40611"
},
{
"category": "external",
"summary": "https://github.com/go-acme/lego/security/advisories/GHSA-qqx8-2xmm-jrv8",
"url": "https://github.com/go-acme/lego/security/advisories/GHSA-qqx8-2xmm-jrv8"
}
],
"release_date": "2026-04-21T17:58:35.221000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
},
{
"category": "workaround",
"details": "To mitigate this issue, ensure that the `lego` client only interacts with trusted ACME servers. Additionally, run the `lego` process with the least necessary privileges and in a restricted environment to limit the potential impact of arbitrary file operations. This may involve containerization or specific filesystem access controls.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/go-acme/lego: Lego: Arbitrary file write and deletion via path traversal from a malicious ACME server"
},
{
"cve": "CVE-2026-40895",
"cwe": {
"id": "CWE-212",
"name": "Improper Removal of Sensitive Information Before Storage or Transfer"
},
"discovery_date": "2026-04-21T21:02:33.280553+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2460297"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in follow-redirects. When an HTTP request follows a cross-domain redirect (a redirection to a different domain), custom authentication headers, such as X-API-Key or X-Auth-Token, are not properly stripped. This allows these sensitive headers to be forwarded verbatim to the redirect target, potentially leading to the unintended disclosure of authentication information to an untrusted third party.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "follow-redirects: follow-redirects: Information disclosure via cross-domain redirects",
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40895"
},
{
"category": "external",
"summary": "RHBZ#2460297",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460297"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40895",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40895"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40895",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40895"
},
{
"category": "external",
"summary": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-r4q5-vmmm-2653",
"url": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-r4q5-vmmm-2653"
}
],
"release_date": "2026-04-21T19:59:59.759000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "follow-redirects: follow-redirects: Information disclosure via cross-domain redirects"
},
{
"cve": "CVE-2026-40912",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-04-30T21:01:06.544377+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2464229"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Traefik, an HTTP reverse proxy and load balancer. This authentication bypass vulnerability allows an unauthenticated attacker to access protected content. The flaw occurs when the StripPrefixRegex middleware is used with authentication mechanisms such as ForwardAuth, BasicAuth, or DigestAuth. By crafting a specific URL with dot-segments, an attacker can bypass authentication checks and gain unauthorized access to sensitive resources.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/traefik/traefik: Traefik: Authentication bypass via crafted URL dot-segments in StripPrefixRegex middleware",
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40912"
},
{
"category": "external",
"summary": "RHBZ#2464229",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2464229"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40912",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40912"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40912",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40912"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/releases/tag/v2.11.43",
"url": "https://github.com/traefik/traefik/releases/tag/v2.11.43"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/releases/tag/v3.6.14",
"url": "https://github.com/traefik/traefik/releases/tag/v3.6.14"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/releases/tag/v3.7.0-rc.2",
"url": "https://github.com/traefik/traefik/releases/tag/v3.7.0-rc.2"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/security/advisories/GHSA-6jwx-7vp4-9847",
"url": "https://github.com/traefik/traefik/security/advisories/GHSA-6jwx-7vp4-9847"
}
],
"release_date": "2026-04-30T20:38:21.969000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
},
{
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/traefik/traefik: Traefik: Authentication bypass via crafted URL dot-segments in StripPrefixRegex middleware"
},
{
"cve": "CVE-2026-40972",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2026-04-28T00:02:02.075124+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2463332"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Spring Boot. An attacker on the same network as the remote application may be able to utilize a timing attack to discover information about a remote secret. In extreme circumstances, this could allow the attacker to determine the secret and upload changed classes, leading to remote code execution in the remote application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Spring Boot: Spring Boot: Remote code execution via timing attack in DevTools remote secret comparison",
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40972"
},
{
"category": "external",
"summary": "RHBZ#2463332",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2463332"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40972",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40972"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40972",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40972"
},
{
"category": "external",
"summary": "https://spring.io/security/cve-2026-40972",
"url": "https://spring.io/security/cve-2026-40972"
}
],
"release_date": "2026-04-27T23:15:19.194000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable the Spring Boot DevTools remote functionality in production environments. This feature is primarily intended for development and should not be enabled in publicly accessible deployments.\n\nTo disable remote DevTools, ensure the `spring.devtools.remote.secret` property is not configured, or explicitly set `spring.devtools.remote.enabled=false` in your application\u0027s `application.properties` or `application.yml` file.\n\nExample for `application.properties`:\n`spring.devtools.remote.enabled=false`\n\nDisabling this feature may impact development workflows that rely on remote DevTools capabilities. A restart of the application is required for the changes to take effect.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Spring Boot: Spring Boot: Remote code execution via timing attack in DevTools remote secret comparison"
},
{
"cve": "CVE-2026-40973",
"cwe": {
"id": "CWE-341",
"name": "Predictable from Observable State"
},
"discovery_date": "2026-04-28T00:01:55.408040+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2463330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Spring Boot. A local attacker on the same host as the application may be able to take control of the `ApplicationTemp` directory due to predictable temporary directory handling. When the `server.servlet.session.persistent` setting is enabled and the attack persists across application restarts, this could allow the attacker to read session information, hijack authenticated user sessions, or execute arbitrary code as the application\u0027s user.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Spring Boot: Spring Boot: Arbitrary Code Execution and Session Hijacking via predictable temporary directory",
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40973"
},
{
"category": "external",
"summary": "RHBZ#2463330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2463330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40973",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40973"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40973",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40973"
},
{
"category": "external",
"summary": "https://spring.io/security/cve-2026-40973",
"url": "https://spring.io/security/cve-2026-40973"
}
],
"release_date": "2026-04-27T23:29:51.946000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
},
{
"category": "workaround",
"details": "To mitigate this issue, ensure that the `server.servlet.session.persistent` property is set to `false` in your Spring Boot application\u0027s configuration. This prevents session information from being written to the predictable temporary directory, thereby removing the conditions necessary for exploitation. Disabling persistent sessions may affect application behavior that relies on session data surviving restarts.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Spring Boot: Spring Boot: Arbitrary Code Execution and Session Hijacking via predictable temporary directory"
},
{
"cve": "CVE-2026-40975",
"cwe": {
"id": "CWE-338",
"name": "Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)"
},
"discovery_date": "2026-04-28T00:01:58.716976+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2463331"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Spring Boot. The `${random.value}` property source utilizes a weak pseudo-random number generator (PRNG), meaning the values it produces are not sufficiently random for use as cryptographic secrets. An attacker could potentially predict these values, which may lead to information disclosure or a security bypass if they are used in sensitive applications.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Spring Boot: Spring Boot: Weak pseudo-random number generation can lead to information disclosure.",
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40975"
},
{
"category": "external",
"summary": "RHBZ#2463331",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2463331"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40975",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40975"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40975",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40975"
},
{
"category": "external",
"summary": "https://spring.io/security/cve-2026-40975",
"url": "https://spring.io/security/cve-2026-40975"
}
],
"release_date": "2026-04-27T23:32:58.596000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
},
{
"category": "workaround",
"details": "Applications utilizing Spring Boot should avoid using the `${random.value}` property for generating cryptographic secrets or other security-sensitive data. Developers should review their application configurations and code to ensure that only cryptographically strong random number generators are used for such purposes. For UUID generation, `${random.uuid}` is not affected and can be used.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Spring Boot: Spring Boot: Weak pseudo-random number generation can lead to information disclosure."
},
{
"cve": "CVE-2026-41240",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-04-23T16:04:41.751666+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461147"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in DOMPurify, a DOM-only cross-site scripting sanitizer. A remote attacker could exploit an inconsistency in how forbidden tags and attributes are handled when function-based tag additions are used. This allows malicious HTML, MathML, or SVG elements to bypass sanitization and execute arbitrary code in the user\u0027s browser, leading to Cross-Site Scripting (XSS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "DOMPurify: DOMPurify: Cross-Site Scripting (XSS) via inconsistent tag sanitization",
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-41240"
},
{
"category": "external",
"summary": "RHBZ#2461147",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461147"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-41240",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41240"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-41240",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-41240"
},
{
"category": "external",
"summary": "https://github.com/cure53/DOMPurify/commit/c361baa18dbdcb3344a41110f4c48ad85bf48f80",
"url": "https://github.com/cure53/DOMPurify/commit/c361baa18dbdcb3344a41110f4c48ad85bf48f80"
},
{
"category": "external",
"summary": "https://github.com/cure53/DOMPurify/releases/tag/3.4.0",
"url": "https://github.com/cure53/DOMPurify/releases/tag/3.4.0"
},
{
"category": "external",
"summary": "https://github.com/cure53/DOMPurify/security/advisories/GHSA-h7mw-gpvr-xq4m",
"url": "https://github.com/cure53/DOMPurify/security/advisories/GHSA-h7mw-gpvr-xq4m"
}
],
"release_date": "2026-04-23T14:54:32.426000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
},
{
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "DOMPurify: DOMPurify: Cross-Site Scripting (XSS) via inconsistent tag sanitization"
},
{
"cve": "CVE-2026-42033",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-24T18:01:20.937507+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461607"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, an HTTP client library. This vulnerability allows an attacker to exploit a prototype pollution issue if another part of the application has already polluted the Object.prototype. By doing so, the attacker can intercept and modify JSON responses or take control of the HTTP communication. This could lead to unauthorized access to sensitive information like user credentials and request details.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: HTTP Transport Hijacking via Prototype Pollution",
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42033"
},
{
"category": "external",
"summary": "RHBZ#2461607",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461607"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42033",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42033"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42033",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42033"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-pf86-5x62-jrwf",
"url": "https://github.com/axios/axios/security/advisories/GHSA-pf86-5x62-jrwf"
}
],
"release_date": "2026-04-24T17:36:44.132000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: HTTP Transport Hijacking via Prototype Pollution"
},
{
"cve": "CVE-2026-42035",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-24T18:01:17.109481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461606"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a software library for making network requests. A remote attacker can exploit a prototype pollution vulnerability to inject arbitrary HTTP headers into outgoing requests. This occurs when the application\u0027s core object definitions are manipulated, causing Axios to misinterpret data and include attacker-controlled headers in network communications. This could lead to unauthorized actions or data manipulation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Arbitrary HTTP header injection via prototype pollution",
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42035"
},
{
"category": "external",
"summary": "RHBZ#2461606",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461606"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42035"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42035",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42035"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-6chq-wfr3-2hj9",
"url": "https://github.com/axios/axios/security/advisories/GHSA-6chq-wfr3-2hj9"
}
],
"release_date": "2026-04-24T17:38:07.752000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
},
{
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "axios: Axios: Arbitrary HTTP header injection via prototype pollution"
},
{
"cve": "CVE-2026-42039",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-24T19:01:44.887156+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461630"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client for browsers and Node.js. This vulnerability occurs because the `toFormData` function recursively processes nested objects without a depth limit. A remote attacker can exploit this by sending deeply nested request data, which causes the Node.js process to crash due to a RangeError, leading to a potential Denial of Service (DoS) if the process crashes.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Node.js: Axios: Denial of Service via unbounded recursion in toFormData with deeply nested request 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 OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42039"
},
{
"category": "external",
"summary": "RHBZ#2461630",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461630"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42039",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42039"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42039",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42039"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-62hf-57xw-28j9",
"url": "https://github.com/axios/axios/security/advisories/GHSA-62hf-57xw-28j9"
}
],
"release_date": "2026-04-24T18:01:30.775000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
}
],
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Node.js: Axios: Denial of Service via unbounded recursion in toFormData with deeply nested request data"
},
{
"cve": "CVE-2026-42041",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-24T19:01:41.034289+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461629"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. This vulnerability, a Prototype Pollution \"Gadget\" attack, allows an attacker to manipulate the `Object.prototype.validateStatus` property. By polluting this property, all HTTP error responses (such as 401, 403, or 500) are silently treated as successful responses. This can lead to a complete bypass of application-level authentication and error handling, potentially granting unauthorized access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Authentication bypass due to prototype pollution of HTTP error handling",
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42041"
},
{
"category": "external",
"summary": "RHBZ#2461629",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461629"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42041",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42041"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42041",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42041"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-w9j2-pvgh-6h63",
"url": "https://github.com/axios/axios/security/advisories/GHSA-w9j2-pvgh-6h63"
}
],
"release_date": "2026-04-24T17:55:30.036000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Authentication bypass due to prototype pollution of HTTP error handling"
},
{
"cve": "CVE-2026-42043",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2026-04-24T19:01:22.552379+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461626"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. An attacker who can control the destination address of an Axios request can exploit this vulnerability. By using specific internal network addresses (within the 127.0.0.0/8 range, excluding 127.0.0.1), the attacker can completely bypass the NO_PROXY protection, potentially leading to unauthorized access or information disclosure within the network. This issue is an incomplete fix for a previous vulnerability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: NO_PROXY bypass via crafted URL",
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42043"
},
{
"category": "external",
"summary": "RHBZ#2461626",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461626"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42043",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42043"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42043",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42043"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-pmwg-cvhr-8vh7",
"url": "https://github.com/axios/axios/security/advisories/GHSA-pmwg-cvhr-8vh7"
}
],
"release_date": "2026-04-24T17:54:42.668000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: NO_PROXY bypass via crafted URL"
},
{
"cve": "CVE-2026-42044",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-24T19:01:13.418725+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461624"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a widely used HTTP client. This vulnerability, known as a Prototype Pollution \"Gadget\" attack, allows a remote attacker to subtly alter JSON API responses. By manipulating a specific function, an attacker can selectively modify data within these responses. This could lead to significant security breaches, including unauthorized privilege escalation, fraudulent balance manipulation, or bypassing critical authorization checks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Invisible JSON Response Tampering via Prototype Pollution Gadget",
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42044"
},
{
"category": "external",
"summary": "RHBZ#2461624",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461624"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42044",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42044"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42044",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42044"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-3w6x-2g7m-8v23",
"url": "https://github.com/axios/axios/security/advisories/GHSA-3w6x-2g7m-8v23"
}
],
"release_date": "2026-04-24T17:49:49.517000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-28T21:29:20+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
},
{
"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 Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:b86a03ffcc1fc359116cc0ca231c64e5d612f047d41b5a2d44d1f3a9d880c14b_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cbe05937b330c830b280fcde70ddc04e76fc01770f519db54385e62d3cdc4365_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:cc5228f1a81ab52552eff2f4b4147affa898ffa429a49f7fb47ca394e892c482_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-rhel9@sha256:d752b1a872d03c454c7a2e8a6141fe41df0a62d5e968be7a69f0203fefcb6559_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1a5fb68c1f62c66f2d62c3b6a3ef48ed902e59307b1a9e50c658132ee870f3cd_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:1d42bcfcf3be9fdb75625eb17ecc7b05d311ceb7e5db9b64a61b957a0dac2017_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:20e1309511f84fb268d23fc50ef0756dfc4fdb917b6647e6b09c24d59439288d_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:a47056a230633c885e68ec24f4a0827e6ed6e295a16ab03ee7a4ef5ea1064254_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:4805d4c6d4c2d53d3515ad28ac35c6360413bef3dc5399ce328449b16bcac729_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:561ca113c28e37b1753d902d2f42dc698bfcbbc2f2e3eb5e0b4d549fb5593309_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:64e5a7d8b8ea5d4f4e9248ffe5ff1235897a6fb799e9ae80cc321730c6173b1a_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/configbump-rhel9@sha256:ae093c3335e1d3ebc56814a7482cf5783e6bf5bfab536b1e04dd88a74a8260e4_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:0f5532354d096fca2b4b51e1184c5d219d9c51880873482437ddf64c197ceb1f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:adea9256b3e9ff929f054325d167c4412c61d2d0e89b5975d751c261a3985414_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e10099e6dec84dd608b95679315fd09d6a8c377f57dabf68f5b3e1fdb12a10e5_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/dashboard-rhel9@sha256:fd8259ec2fe8fe72432e32186b2319bc0ef5eb1d25092b66b8f65dda04e783ac_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:aea41739b819bbf8d1bfbb67d82606f651c196fa31e44a55df0c54b9bbaba589_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:0abb9413b448c31440bf42cdd876174b1534043011a68842c95d18baca978b65_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:32489db0d434bcd83578d77acb7c3e8cbbcb7458ffe47bc003423df9b2437133_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:586e3c00134033b5371c6eb5c839c65c89e7833918122db6ad6de7b286caf2da_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:f53eafc9e43fca96bad5352706b791476164902cf53261437642da9352b9e121_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:c694a1979337f1666efdc017209e7b3a77b9639f823086ce907c166f6120fa71_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:ce0df59b0323f22f213488878123cbce067b946a2ea600e9fc6d26f2ac9ad12e_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:d9e4872d43f955438cd3f7bd7bc1498941e6e830ea156781f066fdd8ee892d8e_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:efd2d59a47a3507c3cdbd8e890c6d9a0c868025659fccc67d3f718253fede591_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:1c79ec491dbdcb2dcd861df09d8cadb3b6db3743b614b65301020f4a2f6d39dd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2babef463b6f97f7befd13ea628baae2d4d893cc9f81158ff91d82cca428d801_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2d4c066361ac0ba3b0113a03d1b8710d9fe96b666f090853ed9a5bf8bd5aadea_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:d23f8c49b65d7f605c661c01183e2da4fa7ea6c34aa69a9d9b7f552aeb759945_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:49e24bc1bd333713715af7930958a6b01a595ff6320742c7c485f441e6385eb2_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:4f77d16fd69ef14da0a96ea0f0e05ca331fcfa5c88df7b51a5c8d95e86bdb913_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:7296dbe969621fa457003014943f4a109e913dfef63def00ac079eb700b51ecd_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ad3122a7a3fe50239ada2ef6ae9e085c6cf76baa1376fdcff3829d759a1064f3_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:341c8f0f91bd41d4bded00443cd7ab2ddab4972a5ee1ddff4dcbfcdd5c2764f4_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:94d4124c7884916fbce4af4655b8a5eef5b62df6a21afabf6461bbb898d895b9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:e9eef99fc45b2ce06fadacf3db85e6e2f1fbabb16afc250929387ce2589732c3_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/openvsx-rhel9@sha256:fe8c450b4f48bd6935495464a3c2a7bfcf29e2bee04d44f9e60344351c49b049_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:5f22f4a4c2de62f4569dcfbdf3650edc51aacee3b4cb6c49c87b25c6bf530b6c_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:82fe544aa4f03ca665ad23acbb5472032ccdb04fc9e96d77b3b8e764e544f846_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:d0250c5ec7cd6f6a1584680bb23a9b86c7791a8b8176561b9d093301d41a6218_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:e16a96851641fe2f7a92889a3ca6e8357d4a8f762bdd5b6116332965fdbd3a19_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0ba5969eb9013d9d44e20c12fe0a510cf38ca6948ce1d61e087f4cb527044d72_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:0e2ef986cf3ec33b9df0ef362570fd536b2805da20d0e99b6fb25b053235d117_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:7868955f9a0266eb48a93cfb965e08fd8171a1e26f46c1e172e27cbd5db9a34f_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/server-rhel9@sha256:811c26489ddc1729faa31a91a4a1ca7f6486e3aec6b846f7d9cb3c353ac2fa50_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:3485ff167c400ce15935150104f4a3cf430bcf12cbf29f9b34674a94d381b7d6_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:36af8b9a1a82fb3f1db23701ba3c1d28c0e8d517e0b2c5f15802c30ed38335ff_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:992ea99b0f70663a8409fce0e498044cee5d09e379f45986602c3c9a10a664ba_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/traefik-rhel9@sha256:aedada1f3dc1aae7c0314be8f91dcb55f2334dba587b274a0e51e12aa082287b_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:852bbc356fb837fd973beadc9394a528be22c6ed38810aec821e7fba15fbb059_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:9fef848f79f7157c9eb8433f7ffe25d7c6077bcfbb33aa7f6f773c5b39ae0f80_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:b03208e52022e91dd863090b47da35bea4ea1c4c835d30bbf49e2d7e589895b8_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel10@sha256:cc4113bcb89360970fd57421849664a8db402be0c55ebabef47a01724c7e36f2_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:35f3dd8ce6c805bd624df77da6788be8655cd934d9a307060608459f7a9249d8_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:6c6c03f1630e51959a47f2b3f24004c6d871f7035afd720e8ec6ea2c7f2173f9_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:ba654706ac34dcedfd1ca31f3e77190d598e5d54d19c1b8d7eae8f67a924eef7_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-base-rhel9@sha256:dc74ddfbd325e06a2245681854942b461ab6eb919d1f2de62e4c89403e1ef8a1_amd64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:09d59e6aa6fb229afdebe446d5de28255af78bcfae328edfbd57b83e81b31557_ppc64le",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:977387ccbda9f2a6de9bcabd4256c2194e7e21dbdbaca842be4c37afd55b268f_arm64",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:d991c0ebd75cdd80cf18c4798b28c2b83a4962d7dc704d47d78e83439774c0e5_s390x",
"Red Hat OpenShift Dev Spaces 3.28:registry.redhat.io/devspaces/udi-rhel9@sha256:f038896c7e017a505e47d7d30aae8dea85d4573e271e41664e3bb020c3bd2be6_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Invisible JSON Response Tampering via Prototype Pollution Gadget"
}
]
}
RHSA-2026:22141
Vulnerability from csaf_redhat - Published: 2026-06-01 02:15 - Updated: 2026-06-27 20:39A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-manufacturer-0:1.0.1-2.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-owner-0:1.0.1-2.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-rendezvous-0:1.0.1-2.el10_2.noarch | — |
Vendor Fix
fix
|
A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-manufacturer-0:1.0.1-2.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-owner-0:1.0.1-2.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-rendezvous-0:1.0.1-2.el10_2.noarch | — |
Vendor Fix
fix
|
A flaw was found in Go's `crypto/x509` package. A remote attacker could exploit this by presenting a specially crafted certificate chain containing a large number of policy mappings. This inefficient validation process consumes excessive resources, which can lead to a denial of service (DoS) for applications or systems performing certificate validation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-manufacturer-0:1.0.1-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-owner-0:1.0.1-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-rendezvous-0:1.0.1-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-manufacturer-0:1.0.1-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-owner-0:1.0.1-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:go-fdo-server-rendezvous-0:1.0.1-2.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for multiple packages is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "This package provides a server-side implementation of the FIDO Device Onboard (FDO) specification, written in Go. FDO is an open standard for the late binding of device credentials, allowing for automated and secure on-boarding of devices when they are first powered on in their final location.\n\nSecurity Fix(es):\n\n* crypto/tls: Unexpected session resumption in crypto/tls (CVE-2025-68121)\n\n* crypto/x509: golang: Go crypto/x509: Denial of Service via inefficient certificate chain validation (CVE-2026-32281)\n\n* golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root (CVE-2026-32282)\n\n* crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building (CVE-2026-32280)\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:22141",
"url": "https://access.redhat.com/errata/RHSA-2026:22141"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "2456333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456333"
},
{
"category": "external",
"summary": "2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "external",
"summary": "2456339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456339"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_22141.json"
}
],
"title": "Red Hat Security Advisory: go-fdo-client and go-fdo-server security update",
"tracking": {
"current_release_date": "2026-06-27T20:39:33+00:00",
"generator": {
"date": "2026-06-27T20:39:33+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2026:22141",
"initial_release_date": "2026-06-01T02:15:37+00:00",
"revision_history": [
{
"date": "2026-06-01T02:15:37+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-01T02:15:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-27T20:39:33+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "go-fdo-server-0:1.0.1-2.el10_2.src",
"product": {
"name": "go-fdo-server-0:1.0.1-2.el10_2.src",
"product_id": "go-fdo-server-0:1.0.1-2.el10_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-fdo-server@1.0.1-2.el10_2?arch=src"
}
}
},
{
"category": "product_version",
"name": "go-fdo-client-0:1.0.0-4.el10_2.src",
"product": {
"name": "go-fdo-client-0:1.0.0-4.el10_2.src",
"product_id": "go-fdo-client-0:1.0.0-4.el10_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-fdo-client@1.0.0-4.el10_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "go-fdo-server-0:1.0.1-2.el10_2.aarch64",
"product": {
"name": "go-fdo-server-0:1.0.1-2.el10_2.aarch64",
"product_id": "go-fdo-server-0:1.0.1-2.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-fdo-server@1.0.1-2.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "go-fdo-server-debugsource-0:1.0.1-2.el10_2.aarch64",
"product": {
"name": "go-fdo-server-debugsource-0:1.0.1-2.el10_2.aarch64",
"product_id": "go-fdo-server-debugsource-0:1.0.1-2.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-fdo-server-debugsource@1.0.1-2.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "go-fdo-server-debuginfo-0:1.0.1-2.el10_2.aarch64",
"product": {
"name": "go-fdo-server-debuginfo-0:1.0.1-2.el10_2.aarch64",
"product_id": "go-fdo-server-debuginfo-0:1.0.1-2.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-fdo-server-debuginfo@1.0.1-2.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "go-fdo-client-0:1.0.0-4.el10_2.aarch64",
"product": {
"name": "go-fdo-client-0:1.0.0-4.el10_2.aarch64",
"product_id": "go-fdo-client-0:1.0.0-4.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-fdo-client@1.0.0-4.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "go-fdo-client-debugsource-0:1.0.0-4.el10_2.aarch64",
"product": {
"name": "go-fdo-client-debugsource-0:1.0.0-4.el10_2.aarch64",
"product_id": "go-fdo-client-debugsource-0:1.0.0-4.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-fdo-client-debugsource@1.0.0-4.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "go-fdo-client-debuginfo-0:1.0.0-4.el10_2.aarch64",
"product": {
"name": "go-fdo-client-debuginfo-0:1.0.0-4.el10_2.aarch64",
"product_id": "go-fdo-client-debuginfo-0:1.0.0-4.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-fdo-client-debuginfo@1.0.0-4.el10_2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-fdo-server-0:1.0.1-2.el10_2.x86_64",
"product": {
"name": "go-fdo-server-0:1.0.1-2.el10_2.x86_64",
"product_id": "go-fdo-server-0:1.0.1-2.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-fdo-server@1.0.1-2.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "go-fdo-server-debugsource-0:1.0.1-2.el10_2.x86_64",
"product": {
"name": "go-fdo-server-debugsource-0:1.0.1-2.el10_2.x86_64",
"product_id": "go-fdo-server-debugsource-0:1.0.1-2.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-fdo-server-debugsource@1.0.1-2.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "go-fdo-server-debuginfo-0:1.0.1-2.el10_2.x86_64",
"product": {
"name": "go-fdo-server-debuginfo-0:1.0.1-2.el10_2.x86_64",
"product_id": "go-fdo-server-debuginfo-0:1.0.1-2.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-fdo-server-debuginfo@1.0.1-2.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "go-fdo-client-0:1.0.0-4.el10_2.x86_64",
"product": {
"name": "go-fdo-client-0:1.0.0-4.el10_2.x86_64",
"product_id": "go-fdo-client-0:1.0.0-4.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-fdo-client@1.0.0-4.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "go-fdo-client-debugsource-0:1.0.0-4.el10_2.x86_64",
"product": {
"name": "go-fdo-client-debugsource-0:1.0.0-4.el10_2.x86_64",
"product_id": "go-fdo-client-debugsource-0:1.0.0-4.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-fdo-client-debugsource@1.0.0-4.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "go-fdo-client-debuginfo-0:1.0.0-4.el10_2.x86_64",
"product": {
"name": "go-fdo-client-debuginfo-0:1.0.0-4.el10_2.x86_64",
"product_id": "go-fdo-client-debuginfo-0:1.0.0-4.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-fdo-client-debuginfo@1.0.0-4.el10_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-fdo-server-manufacturer-0:1.0.1-2.el10_2.noarch",
"product": {
"name": "go-fdo-server-manufacturer-0:1.0.1-2.el10_2.noarch",
"product_id": "go-fdo-server-manufacturer-0:1.0.1-2.el10_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-fdo-server-manufacturer@1.0.1-2.el10_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "go-fdo-server-owner-0:1.0.1-2.el10_2.noarch",
"product": {
"name": "go-fdo-server-owner-0:1.0.1-2.el10_2.noarch",
"product_id": "go-fdo-server-owner-0:1.0.1-2.el10_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-fdo-server-owner@1.0.1-2.el10_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "go-fdo-server-rendezvous-0:1.0.1-2.el10_2.noarch",
"product": {
"name": "go-fdo-server-rendezvous-0:1.0.1-2.el10_2.noarch",
"product_id": "go-fdo-server-rendezvous-0:1.0.1-2.el10_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-fdo-server-rendezvous@1.0.1-2.el10_2?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go-fdo-client-0:1.0.0-4.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.aarch64"
},
"product_reference": "go-fdo-client-0:1.0.0-4.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-fdo-client-0:1.0.0-4.el10_2.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.src"
},
"product_reference": "go-fdo-client-0:1.0.0-4.el10_2.src",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-fdo-client-0:1.0.0-4.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.x86_64"
},
"product_reference": "go-fdo-client-0:1.0.0-4.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-fdo-client-debuginfo-0:1.0.0-4.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.aarch64"
},
"product_reference": "go-fdo-client-debuginfo-0:1.0.0-4.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-fdo-client-debuginfo-0:1.0.0-4.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.x86_64"
},
"product_reference": "go-fdo-client-debuginfo-0:1.0.0-4.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-fdo-client-debugsource-0:1.0.0-4.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.aarch64"
},
"product_reference": "go-fdo-client-debugsource-0:1.0.0-4.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-fdo-client-debugsource-0:1.0.0-4.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.x86_64"
},
"product_reference": "go-fdo-client-debugsource-0:1.0.0-4.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-fdo-server-0:1.0.1-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.aarch64"
},
"product_reference": "go-fdo-server-0:1.0.1-2.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-fdo-server-0:1.0.1-2.el10_2.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.src"
},
"product_reference": "go-fdo-server-0:1.0.1-2.el10_2.src",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-fdo-server-0:1.0.1-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.x86_64"
},
"product_reference": "go-fdo-server-0:1.0.1-2.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-fdo-server-debuginfo-0:1.0.1-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.aarch64"
},
"product_reference": "go-fdo-server-debuginfo-0:1.0.1-2.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-fdo-server-debuginfo-0:1.0.1-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.x86_64"
},
"product_reference": "go-fdo-server-debuginfo-0:1.0.1-2.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-fdo-server-debugsource-0:1.0.1-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.aarch64"
},
"product_reference": "go-fdo-server-debugsource-0:1.0.1-2.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-fdo-server-debugsource-0:1.0.1-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.x86_64"
},
"product_reference": "go-fdo-server-debugsource-0:1.0.1-2.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-fdo-server-manufacturer-0:1.0.1-2.el10_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:go-fdo-server-manufacturer-0:1.0.1-2.el10_2.noarch"
},
"product_reference": "go-fdo-server-manufacturer-0:1.0.1-2.el10_2.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-fdo-server-owner-0:1.0.1-2.el10_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:go-fdo-server-owner-0:1.0.1-2.el10_2.noarch"
},
"product_reference": "go-fdo-server-owner-0:1.0.1-2.el10_2.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-fdo-server-rendezvous-0:1.0.1-2.el10_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:go-fdo-server-rendezvous-0:1.0.1-2.el10_2.noarch"
},
"product_reference": "go-fdo-server-rendezvous-0:1.0.1-2.el10_2.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"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.2.Z:go-fdo-client-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.src",
"AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.src",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-manufacturer-0:1.0.1-2.el10_2.noarch",
"AppStream-10.2.Z:go-fdo-server-owner-0:1.0.1-2.el10_2.noarch",
"AppStream-10.2.Z:go-fdo-server-rendezvous-0:1.0.1-2.el10_2.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-01T02:15:37+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.2.Z:go-fdo-client-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.src",
"AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.src",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-manufacturer-0:1.0.1-2.el10_2.noarch",
"AppStream-10.2.Z:go-fdo-server-owner-0:1.0.1-2.el10_2.noarch",
"AppStream-10.2.Z:go-fdo-server-rendezvous-0:1.0.1-2.el10_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:22141"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.src",
"AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.src",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-manufacturer-0:1.0.1-2.el10_2.noarch",
"AppStream-10.2.Z:go-fdo-server-owner-0:1.0.1-2.el10_2.noarch",
"AppStream-10.2.Z:go-fdo-server-rendezvous-0:1.0.1-2.el10_2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-32280",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-08T02:01:19.572351+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456339"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.src",
"AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.src",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-manufacturer-0:1.0.1-2.el10_2.noarch",
"AppStream-10.2.Z:go-fdo-server-owner-0:1.0.1-2.el10_2.noarch",
"AppStream-10.2.Z:go-fdo-server-rendezvous-0:1.0.1-2.el10_2.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32280"
},
{
"category": "external",
"summary": "RHBZ#2456339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456339"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32280",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32280"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280"
},
{
"category": "external",
"summary": "https://go.dev/cl/758320",
"url": "https://go.dev/cl/758320"
},
{
"category": "external",
"summary": "https://go.dev/issue/78282",
"url": "https://go.dev/issue/78282"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4947",
"url": "https://pkg.go.dev/vuln/GO-2026-4947"
}
],
"release_date": "2026-04-08T01:06:58.595000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-01T02:15:37+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.2.Z:go-fdo-client-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.src",
"AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.src",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-manufacturer-0:1.0.1-2.el10_2.noarch",
"AppStream-10.2.Z:go-fdo-server-owner-0:1.0.1-2.el10_2.noarch",
"AppStream-10.2.Z:go-fdo-server-rendezvous-0:1.0.1-2.el10_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:22141"
}
],
"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.2.Z:go-fdo-client-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.src",
"AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.src",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-manufacturer-0:1.0.1-2.el10_2.noarch",
"AppStream-10.2.Z:go-fdo-server-owner-0:1.0.1-2.el10_2.noarch",
"AppStream-10.2.Z:go-fdo-server-rendezvous-0:1.0.1-2.el10_2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building"
},
{
"cve": "CVE-2026-32281",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-04-08T02:01:00.930989+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456333"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s `crypto/x509` package. A remote attacker could exploit this by presenting a specially crafted certificate chain containing a large number of policy mappings. This inefficient validation process consumes excessive resources, which can lead to a denial of service (DoS) for applications or systems performing certificate validation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Go crypto/x509: Denial of Service via inefficient certificate chain validation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw occurs during the validation of otherwise trusted certificate chains that contain a large number of policy mappings, leading to excessive resource consumption. Exploitation requires an attacker to present a specially crafted, yet trusted, certificate chain which would require the attacker has already compromised a trusted certificate root. Red Hat continuously monitors certificate authorities and curates the set which is trusted by default for Red Hat products.",
"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.2.Z:go-fdo-client-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.src",
"AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.src",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-manufacturer-0:1.0.1-2.el10_2.noarch",
"AppStream-10.2.Z:go-fdo-server-owner-0:1.0.1-2.el10_2.noarch",
"AppStream-10.2.Z:go-fdo-server-rendezvous-0:1.0.1-2.el10_2.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32281"
},
{
"category": "external",
"summary": "RHBZ#2456333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456333"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32281",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32281"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32281",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32281"
},
{
"category": "external",
"summary": "https://go.dev/cl/758061",
"url": "https://go.dev/cl/758061"
},
{
"category": "external",
"summary": "https://go.dev/issue/78281",
"url": "https://go.dev/issue/78281"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4946",
"url": "https://pkg.go.dev/vuln/GO-2026-4946"
}
],
"release_date": "2026-04-08T01:06:58.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-01T02:15:37+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.2.Z:go-fdo-client-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.src",
"AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.src",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-manufacturer-0:1.0.1-2.el10_2.noarch",
"AppStream-10.2.Z:go-fdo-server-owner-0:1.0.1-2.el10_2.noarch",
"AppStream-10.2.Z:go-fdo-server-rendezvous-0:1.0.1-2.el10_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:22141"
},
{
"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-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.src",
"AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.src",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-manufacturer-0:1.0.1-2.el10_2.noarch",
"AppStream-10.2.Z:go-fdo-server-owner-0:1.0.1-2.el10_2.noarch",
"AppStream-10.2.Z:go-fdo-server-rendezvous-0:1.0.1-2.el10_2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.src",
"AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.src",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-manufacturer-0:1.0.1-2.el10_2.noarch",
"AppStream-10.2.Z:go-fdo-server-owner-0:1.0.1-2.el10_2.noarch",
"AppStream-10.2.Z:go-fdo-server-rendezvous-0:1.0.1-2.el10_2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/x509: golang: Go crypto/x509: Denial of Service via inefficient certificate chain validation"
},
{
"cve": "CVE-2026-32282",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-04-08T02:01:12.683211+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456336"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs access to the system and the required permissions to create a symbolic link. Additionally, the attacker must swap the target file with a symbolic link in the exact window after the `Root.Chmod` function checks its target but before acting. Due to these conditions, 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-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.src",
"AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.src",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-manufacturer-0:1.0.1-2.el10_2.noarch",
"AppStream-10.2.Z:go-fdo-server-owner-0:1.0.1-2.el10_2.noarch",
"AppStream-10.2.Z:go-fdo-server-rendezvous-0:1.0.1-2.el10_2.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32282"
},
{
"category": "external",
"summary": "RHBZ#2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32282",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32282"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282"
},
{
"category": "external",
"summary": "https://go.dev/cl/763761",
"url": "https://go.dev/cl/763761"
},
{
"category": "external",
"summary": "https://go.dev/issue/78293",
"url": "https://go.dev/issue/78293"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4864",
"url": "https://pkg.go.dev/vuln/GO-2026-4864"
}
],
"release_date": "2026-04-08T01:06:55.953000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-01T02:15:37+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.2.Z:go-fdo-client-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.src",
"AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.src",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-manufacturer-0:1.0.1-2.el10_2.noarch",
"AppStream-10.2.Z:go-fdo-server-owner-0:1.0.1-2.el10_2.noarch",
"AppStream-10.2.Z:go-fdo-server-rendezvous-0:1.0.1-2.el10_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:22141"
},
{
"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-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.src",
"AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.src",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-manufacturer-0:1.0.1-2.el10_2.noarch",
"AppStream-10.2.Z:go-fdo-server-owner-0:1.0.1-2.el10_2.noarch",
"AppStream-10.2.Z:go-fdo-server-rendezvous-0:1.0.1-2.el10_2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.src",
"AppStream-10.2.Z:go-fdo-client-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-debuginfo-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-client-debugsource-0:1.0.0-4.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.src",
"AppStream-10.2.Z:go-fdo-server-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-debuginfo-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.aarch64",
"AppStream-10.2.Z:go-fdo-server-debugsource-0:1.0.1-2.el10_2.x86_64",
"AppStream-10.2.Z:go-fdo-server-manufacturer-0:1.0.1-2.el10_2.noarch",
"AppStream-10.2.Z:go-fdo-server-owner-0:1.0.1-2.el10_2.noarch",
"AppStream-10.2.Z:go-fdo-server-rendezvous-0:1.0.1-2.el10_2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root"
}
]
}
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.