Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-35469 (GCVE-0-2026-35469)
Vulnerability from cvelistv5 – Published: 2026-04-16 21:19 – Updated: 2026-04-17 12:37- CWE-770 - Allocation of Resources Without Limits or Throttling
| URL | Tags |
|---|---|
| https://github.com/moby/spdystream/security/advis… | x_refsource_CONFIRM |
| https://github.com/moby/spdystream/releases/tag/v0.5.1 | x_refsource_MISC |
| Vendor | Product | Version | |
|---|---|---|---|
| moby | spdystream |
Affected:
< 0.5.1
|
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-35469",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-04-17T12:37:18.505269Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-04-17T12:37:27.329Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "spdystream",
"vendor": "moby",
"versions": [
{
"status": "affected",
"version": "\u003c 0.5.1"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "spdystream is a Go library for multiplexing streams over SPDY connections. In versions 0.5.0 and below, the SPDY/3 frame parser does not validate attacker-controlled counts and lengths before allocating memory. Three allocation paths are affected: the SETTINGS frame entry count, the header count in parseHeaderValueBlock, and individual header field sizes \u2014 all read as 32-bit integers and used directly as allocation sizes with no bounds checking. Because SPDY header blocks are zlib-compressed, a small on-the-wire payload can decompress into large attacker-controlled values. A remote peer that can send SPDY frames to a service using spdystream can exhaust process memory and cause an out-of-memory crash with a single crafted control frame. This issue has been fixed in version 0.5.1."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "NONE"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-770",
"description": "CWE-770: Allocation of Resources Without Limits or Throttling",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-04-16T21:19:23.516Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/moby/spdystream/security/advisories/GHSA-pc3f-x583-g7j2",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/moby/spdystream/security/advisories/GHSA-pc3f-x583-g7j2"
},
{
"name": "https://github.com/moby/spdystream/releases/tag/v0.5.1",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/moby/spdystream/releases/tag/v0.5.1"
}
],
"source": {
"advisory": "GHSA-pc3f-x583-g7j2",
"discovery": "UNKNOWN"
},
"title": "SpdyStream: DOS on CRI"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-35469",
"datePublished": "2026-04-16T21:19:23.516Z",
"dateReserved": "2026-04-02T20:49:44.452Z",
"dateUpdated": "2026-04-17T12:37:27.329Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-35469",
"date": "2026-06-25",
"epss": "0.0043",
"percentile": "0.34366"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-35469\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-04-16T22:16:37.920\",\"lastModified\":\"2026-04-29T21:04:10.060\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"spdystream is a Go library for multiplexing streams over SPDY connections. In versions 0.5.0 and below, the SPDY/3 frame parser does not validate attacker-controlled counts and lengths before allocating memory. Three allocation paths are affected: the SETTINGS frame entry count, the header count in parseHeaderValueBlock, and individual header field sizes \u2014 all read as 32-bit integers and used directly as allocation sizes with no bounds checking. Because SPDY header blocks are zlib-compressed, a small on-the-wire payload can decompress into large attacker-controlled values. A remote peer that can send SPDY frames to a service using spdystream can exhaust process memory and cause an out-of-memory crash with a single crafted control frame. This issue has been fixed in version 0.5.1.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":8.7,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"NONE\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"NONE\",\"vulnIntegrityImpact\":\"NONE\",\"vulnAvailabilityImpact\":\"HIGH\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-770\"}]}],\"references\":[{\"url\":\"https://github.com/moby/spdystream/releases/tag/v0.5.1\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/moby/spdystream/security/advisories/GHSA-pc3f-x583-g7j2\",\"source\":\"security-advisories@github.com\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-35469\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-04-17T12:37:18.505269Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-04-17T12:37:22.027Z\"}}], \"cna\": {\"title\": \"SpdyStream: DOS on CRI\", \"source\": {\"advisory\": \"GHSA-pc3f-x583-g7j2\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 8.7, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"NONE\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"NONE\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"HIGH\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"moby\", \"product\": \"spdystream\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 0.5.1\"}]}], \"references\": [{\"url\": \"https://github.com/moby/spdystream/security/advisories/GHSA-pc3f-x583-g7j2\", \"name\": \"https://github.com/moby/spdystream/security/advisories/GHSA-pc3f-x583-g7j2\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/moby/spdystream/releases/tag/v0.5.1\", \"name\": \"https://github.com/moby/spdystream/releases/tag/v0.5.1\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"spdystream is a Go library for multiplexing streams over SPDY connections. In versions 0.5.0 and below, the SPDY/3 frame parser does not validate attacker-controlled counts and lengths before allocating memory. Three allocation paths are affected: the SETTINGS frame entry count, the header count in parseHeaderValueBlock, and individual header field sizes \\u2014 all read as 32-bit integers and used directly as allocation sizes with no bounds checking. Because SPDY header blocks are zlib-compressed, a small on-the-wire payload can decompress into large attacker-controlled values. A remote peer that can send SPDY frames to a service using spdystream can exhaust process memory and cause an out-of-memory crash with a single crafted control frame. This issue has been fixed in version 0.5.1.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-770\", \"description\": \"CWE-770: Allocation of Resources Without Limits or Throttling\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-04-16T21:19:23.516Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-35469\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-04-17T12:37:27.329Z\", \"dateReserved\": \"2026-04-02T20:49:44.452Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-04-16T21:19:23.516Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2026:27010
Vulnerability from csaf_redhat - Published: 2026-06-23 08:20 - Updated: 2026-06-24 08:59A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:37bd94d9e48b43c9c4ecc6ea8ba344b2e9d0af27656d42dc00c52777b6bc4f2c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:7291770859e17b02b237037c3bb59eb3efe4a95f08ab0587d0537e56ae24e4d6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:80a7a09d6aed0ab8e49ee2124cdc6a8be1aa02696344f922a1bb4d2ca91f8196_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:e9f1a0ac64b515979e190533e33510d7dbdb70c731228462c3b001a118c1718c_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:015eef3d224662511f0ec1c915e6be7f3df94a171971361f56ebea9504a64dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:268721ad58def272d91a7f6ec8945c943ff9ad664f08ecbffb800cdc35f02b3a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:83f0e01366ef34815a20035892cc88e4cd63134bfe62114c906959235019beff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:e8681041f99db67b9e93dd224a47471e976d3ace205340aee8a533ab2c808ae3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:257e2b35eb54800e9e0f3866c910bcdc7c49d0e00446a42a0a7186f7297e805b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:3829136b33cecd1c14a4b47252df16335cb7d140f9d986751b5cd2628a8e59a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:5089e9fff6618ca9c38ba381743f75d90b593c7b848ea00992835ad8ef086b31_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:feffd229bd5c8f63627580fbb021e8c688ea75dca307d42e44cfe7d89179f7b9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:0cc5524a32884222af3e24fe8f467033b95715c246e473426ab7123a5a0abe53_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:591ecfb4bba06859fb0fa1a8a8eb4a617fe316fe568ec462736639e78b7d8250_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:a1ecf168fb16d5db0c10fcc42513042d58da5de97162656a680eceed71f8a5ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:a2a8864e3f12d47202866dc967726567f61facda9955948cd999ddcc1a115f2c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:049b8c5865d316cbea659268751d80a06a97904982c506668d5974494aaa1624_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:05c769ac0736e073e8cbaf49068ede50e07fa3f4075af4f4a7e8c5f57fd00d2e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:31f3e6b523f349c691ec5447d5aca0029764c977b4abd18f1403d1e23d03d5bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:67cd6000ec12a77b34999b61af358e6a9ab49ba08f788be129ca332d08ec1d36_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:5fa67436a8151822bd0ff884f94a5fc8808a573846290edf160257a7b0fd8216_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:676428e03819c4a34eb2bd8a97850dca6b05555423c32ddedfb03687bc7adf4f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:8d02ee0cfabf59413114dd4f235c7dfdd66fdce3ffe1334d2fa8f89433af4374_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:cb20d4dd59c67970091d614ac8f106e660a0145c5fc0b4c72e9a803b637bb645_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:a551610c07285cb96e0af79581e539eed30c302742db40f0cd9ab8fb049f3767_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:d6a0891aeece6d6afac238ee9f1682ae2c8ccc2871cbe6f6c0c24157b367258f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:e5ce99ef24f42ef871a1d4b10d63f48f488f0428ebaf4accb59976726ce6c6e6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:ea312c528b1a091a92ea1bb7088f3b71ae99e2ec6b53308f737de45ffb3affb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:6ec247217730f3f0fb1a5f309a114aa9c230ded6e24a1e573231fdf245d03742_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:90d836afedeb1e2c7b435866f73ce60a2e00e64268b79d1ccefd9613289483f9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b4cff6601a9f44a78fd1f0081b0f478a48ca337da56a33c0fa6195a5440a5723_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:c5c34cbb1060aad2fbcfe208e44db6eb6dd4ebcd7b34c7110ba8cd4b57e65167_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:5cff83e77fab82d667e25835604e1bbbf999ea98a8110f43d8c427c14fe3a58e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:5ec67f2ffddc38756c7bb4b8c4c03a6ff94b1f857824d7de7d2090b97dddf81d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8015478d8ba3fd7be1eca3181756bab1dfb939a88a5efa0b6db814936bad7a9d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8954ee3c4df48e606898aa49ec84e797c1f51f1d4fc53e34cb27e4448d23e1f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:29e792d837d907c16b4840c1760e6df2ee37b74d788ab64e92eb4623b95ea5be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:5773c69c7c94718faa0f2460d0e70220b38fafe1c562d7e1f7b5302a310b4e30_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:0b1a6be893ca72b1505e3256f20a5b5fa0a85ab6e1f4acbc2531c100a171263d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d8651161913c36321f87331f4b0df0320b5ef394109d48fa5b387f3b5b460dbe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:290e1f47f4b24b28edc0c8759b5f5bc5796669bb478d172b25513e79ccea2535_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:de11975309f5c44e85758db0b278969e773484c521f107d240e0d5a593f4f848_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dee47230347404c6fc39f2250724824881cd9e69273888225847f92859dc9540_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7c6acb1b26c4197043d8dd29ba7d06cf600a6c816511ef0e0a4d30b14f067116_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a0c86abf15ed5b1d39d688ab209e97479baf0c498ab5039825f2d92ddd3f20c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a259c396e09a30ad3587eb14bb6486059111aaef7e31c0d49ddede02b843c03b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a75773729597b53f4d7031d855161a425a6f941db7177f73fe227c7e272a18b8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1276120f28aa9341ab84a95d70e9b0078cccee91059a144da9c17b1efe56fbc3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:6b6ae21bffad80ef9c531573ee8a7742a4ae0590d5c4c3b243da5d5f5e29a077_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:6da0283e1b193a2abe4c651db8534d8e32454294ca9c9258a36178f5a0936e61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:93ad058459a1623376a1af703f552b52054721a8437af90bb27ee79fb301fe7e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:0aa5b55327d1b60629f7ec6c46a5bbbc27ccdbd6704ae98d777b977a071b8cd0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9aae92b38f888b382d7ecc35c6d7e2de436518750c81bd8541218051dad128e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b43a0e47e51ad842c72e667957e036d5e0f34859ebc8cda7039b5c74b3dec33b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b50205a8c7584e2cb9147528a69e9c079e3433341d0f3dcdc19fb11e4b045481_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:5ad0488152cfc4d50fbf8833686973437d2257b80ce255125e50302575fd2296_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:67998cb4758d9be56880bef142aef774a6b884c3a547d970848692c094c0f5ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:bf8864887f34338d9ab7db7435bc3ab9bc1ad1e56442436d5aa91ebe36112b0d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d8886281c568829d8eb1e0371754efd1b86fac196909d6e18eb84ac54a5033cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:340d55f59c4c93f886f647a9912ad08d70bb76b7b59a8fa0d594b33eac996b42_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:80eacf50c896a145d3fe5d86aa4d92a146b60f34029c12a38996d68bac7535f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b57ae4fa6bc8ddb7aa04bf230149edd2dfe0d77426bea18969baea8e0f4ac984_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b8b5e66c9edca0855ec80b54da1a60abd46bd486516632c791170f65c765665e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:618e5ad4fbf32946e91bc6d1445262a75c61f75bd57a557634bbafc413b405b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:76b4f987a629b4bb9b12085856e6284a1d1cadcc7973149b6662aadf778b1ea4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:9efc15fc7dec7bff4942730beaf0d6d5883271275d181d3a2773dc221c982720_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:b90e6642c45ae75b6062ed30e6d6c9b761773329a58243e2c72e02b10b528feb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67bf45b93a887b1c03e390958b998fe7dd6a156813934c82bf8857ce6a0c96d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:da843d5ab649e66e6ebbd90a14992e6eb2188ea888e829e869f61de3a5fdc86f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:53951f4d2a77013475b6d072990d4abba2b61a690b575e791a1063df67325340_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:eb94b53cbb2f0cbb6e19952216cc1635f1b1bd781341dec14e150a97f40b2e5d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:379ef7bd774d31d2ec87088a5a04ad10b895863286facb0891e92d2a0395d65b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:93dff3bd0949f1bf39e66e5a94300a9e6114e4b105f2c6dc9bef15afd3554206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:27f79edd58926c815d4d91fac969751bd27bb4a91b05ac3ed18823ec4e4e62d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:4e4565c251acfec2917f22f20b7c30344813ba08f07f3ec9f3faf4999b429719_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:49614484a785c9a7535a2e409352d2919c393606616a0f3fb7d3bc602c2aa9bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:ae3fef9dafddb3e98b188954464c149abf1135f7bea8cb23f32c3fc636890dc0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:d1d4dfaa85a4d87e180216d103250473a30c0065f1eba46a8cc83a42421ffbab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:fce4a2b631b5e2e5016e1a9a756c8cbf7714a8e7fbc823f1e55f6167431b15ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:126684737ae6a16b5405f732811d61589b8f617f89f7e9e5a29e37e9c70b09d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4369dccc0d104eaf136df5262a6271cf2b5e81560e01510d6880bd71a575d850_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c3a34c76bfd211ca5b8ad24199c82ad449c4df7ff85318d8a04781fe046652f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d2a87f9263ede7a13c7ae7fbc63da6dd33cddbc063c568e20ddc6191ceea52e0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:133d2e7e37edb02a013a07a0bf96958f0f7ae3558c690417847410ab62c4f7a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:2d12f71505749ac1db214882fb78b8e0afc874ed36c90558b8bd6023ca17a661_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e922c37ff89a8629745ff0bdb2104d7f73bd21b0d0f70c51ce88e6226e1ea88a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:adb39ff31d48421f3624ec74dca50c6aaf0726215fbbeaaed8af3f3339a0e810_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cdc758ad472f509d21941b44197d9036e3efbf776b51272332fdd150a67be494_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fcbb0f4c4f90ed04b9f0978455b1399d5ac5bc9bfbc88a73b711db901b8af43d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:3f34b2674f1a5555acad65fb688fa58f2d82d0afcace2e8d578b110556d91bb9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:63a4aa5d0671ae724de6b93bd67ba6039250b2696b2e1a6a6b9bb5137a32a94b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6b87302a943dd7d5617250b792f614684ed1c85ee13833276ffc2f382a5a5ad0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:702256b42e86bee0e587ff09f78cb554b7756b67d4c3e7a06440cfc2bf7f9472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1c1b39d0cf520a7aea562b52850c13acc5b02a417ae60f583d3ac1ab253e3a4c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:31809258d958028339a7d0de33e6a1c947fe3228bb9ff6dae1b5121b48f7dc86_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:99c7f3e12e217399cbc544c080edc23c74a72778860e76a75317c0f7b3ab7056_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:be336765e73922d9742118b2e7a49d93f7c916e1893c766dcf88f56535de04ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:0d40b3834f2d962f037b8eda4bd3333cf93b7c001dea653bc1decf624780770d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4844d047c4b40dcc49507932e502a0a9d0df8f666c8558c356b4f9f15c269caa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4dff68e61185c94860103e00362fbe29c247a4e1da9a8fb98061771b0f98d239_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9faacdfad64ddc56324e54a2f4cced8e82da5ae27bf12dc79d140f97f2e17cb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:07eb80ae1fcf558dd4fd271ad76071259c6b2e114e4cac3cdbe3e2933137f370_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:7ee628bc205ae249ab8646223ce75a572f177cbe97f3a3dd5da914c96a17b4fb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:adb190ad136ef3302734fa99445e012408741036dca83997f254d0ecfadfabf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b62b0ab7afcadc868899f1b93c6aba1c7874c9120b2b4063b59b47700a65c87c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c7429bc2eba5de3e3b398b0e7ba62b8cd143c00743bc9269e775578c8a561ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e321d45c48309bbd219d75e381579b0ad239e5dcec4cd0a7343e5e6176b8b250_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e523b17db971d3e8b65974c5074a5ca82174d02af6ec97dd8837d1d01e0de3f5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f4e0cc816117d79a37c8897803120e4cfd193a10d683ed3906c4d3cc0d039194_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:41cb39dd911f6dfadc78c924bb18922fdcd2dcdb0ac5111df969fcbe48848e92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:59731a5965f3110737ee20e174aaab06f80a0bb1a9f4c3fc72f3258d5be887a1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:7d37be125716226acfc9b282b266117d1a289d32f97cc854831e15e9c4f98695_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d9861fa0b93466900fcd0522659c7b509e69f0d31a24547fc7f87aeb7edde65f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:320d9ba3b184babbe559210263d6d1d694a58ca1057604155b96f6be80928823_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:c310ff65506ca88139ff1b2cc4edd248cfbaef86d5483509353d4e9fba24191a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:def288bcb0578999f7c107c96a1d88dfd298eae43a8d5ecfca0295f30b59164a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:04c58aa73af6e286be1574b36f9021f849b81581ccefa98892aff874b5eefe2d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:24de97e2b359d9ff60de62f4abb8e3bd2712fc1593a519d0698bfafb8c3c2c11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:2f0855137ed7cac2d0d5397fbda027b7dd3bc14079991b67b9ef949de8000f2a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:1a761c8819bdfb5c01d8561b0f4127dfa1fb98e5ddb4062626bff0ab0ba3a42f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:44010d82fca6308c8fc8e4d9f79ff209ac2aed3f343091cfdc106d3d3e4a84ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6a263908ea65d9db70b405f47cce4c08fdf6a6edd4adfb55665d5af107760cd3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:e6f34cfc12a39a087716e667c11f49a44d6df3415719499656e3c65399c3ea55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:60b4f2fb7c144ea74ac8caf14fc3a68c0ea1188fd66254a539792440e8b20753_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:96c2183a743f132b62b15d704e668adb0966095953d21c6e72ea8455fdc3ee61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c86cb777195d398564da4f559f0820bc6efa23e448fe5656d8d9b7c34e69d922_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e9f8b1c5cc696c85b2ff22bd1d6c4ab8d20864487b9e432832e89dbc8748bd43_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2481cffeec3737d764f44ca5a90636a0c3d99fd2be41541a9627f4bfc189b82e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:289bae0ee0798c303ddabca015fd7449b7758d64a1471e9094e0deb58dddd1b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:d1f84e44ad3b4c15fe77632ef47d86b86faf4456708435b243c3769e9a8ad198_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:f7907d2511c859c6ab81e5dacacd3aaaa650b60f5d2b7635df2f6ad5b5343827_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:90f44b885019755b39fe3cca40b2543f7e92b5c4926f3ccb9ff19bd485d7504d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9818687d068a94f4733fd6ba620098eae367f213f783ffb921b27df5a3f15769_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b785993cdf72b7c779dce89009067697b7fa82be0949478b39be8aa08eb48f09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:bb717150a221343da958b388ffb47529f836994480c95b863d8a63ce9c0aafb4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:0896095a9b3d4af01148e27afb2bd684fb93ddc4e5f7c18fb664970458822b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:3b3bcf8a28cc8761578bb34c2337e7dfa146d873660ac3c1ff3273532ab0c669_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:589b22f2b1eea5dbfa60cadfd037333197dc0c6b40f708af0f12e105dd4e3ada_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:787d2750fa663a05b2f92af1a9e5a9d717d05545dbf361585acffc992ceaff06_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:09b05d6e8a6e6e45b17bdd5d3d3e6fd1dc1336fd40afc268abe9e84366da97cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82395dadb216b0170476bfe133f33ba9a69e32c2427b5cbc2459efad94f73194_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:bb266989ff8553cff4f2ed5f910d040f9e41520eb6b290c8e9a839db20da11ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:feb3c7cfeaddb54fd007d447412e98c401d2b9a1b82c79a979bf87638ac321be_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3bded865095d7a6108a5f12e622fcee23418b7ee292f2b6c4a392621f50af905_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6e3bf31439d54cfe047a79870a2ad2f71cbe6188909124ce8b80a6a4d5bc2057_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7e2a6f695ce64db7ad477fd0a2d59103c87be13fc9fc3a42c2df19c05d8d5fb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fcba80fafa0f0a671e59bb739731474df67f2303486de88cda7bd7c2fe467740_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:828ed08c703b4f736c72d36a1d4c65ffcb2a68e629a75011ce15f371c5e5a218_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d7bb9265679737352bd0c7ffbe937a5a55b2e4775b1a6db79c0ae13f800caf66_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:dcbffb9012fb8bc0bd7fe74811089663405af600928b7416437280a336d36c33_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e2280e1294d499d04012dbd74b56d173899649b70fb444a5b73a9c649d90d42f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:021dd6fd103565c8ae2725af761e190f8e641e81fc2d02de993da5d3ab0ce69e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:29259704742b363336c765fee73e7fb36765e668a13416b4c99e39866c003ecf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:407f188098a148a2570b1a6f71dd8a4d71fe59e88b7e53eebf73d4462e4f7985_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:64632a566f5fac59d87d261ff03e2f1fe38e3b0d625a6e62e5031b23dd7e6da8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1619bb67f7e294c84e5f5069f2b5b6d9b85e2f3f5ae43dfa7f5744018fd59d18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:66a3b78b098a87e6958e0cda70f1c4287856b2b7bfd62090610ab33ddaacbaa4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:75d826682972e78d9719d7afa57eb019a2116ea4376918c3c78bc1a1e6992c71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:77d207f3b8891232f4dc9a2611276e4c38c8216a55c4160e8d1fe5e012e39aa9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:158bdef1f73eeb432dc45f6427581992d0fc17d00d4805fa9b99edd968137eae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:2cebd247367b1fa2f4709f4b821f29f5253a6ccc529ef183c310f9a94d44f62f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:af30ab67a9cfa68fe8e34d94d1c605182a45d8ecf25f179ca0daac6f3332764b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:bf9db404d3846f16c8a65fee782b791f97b41c7047c10f1d6055c12eaf0cb64a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0d1f08618753ee9261d51dd15713fbf28de42dd0be08d1b7ad817c70c737bac3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2848c1cdd459e341cb15702e648d3960b361465b80b6cc92644353c916908819_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:9a5c6887049ca9e5ec42d793e18461cf268b1fc5d4946f4fc3d3a22457852fd4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:de17c15ac02bb371734b5bbea89012d6ff1cfb1e2e6f8f11299fd6149050dd5f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:02ed90769dfa8afd696411f4f7a4b29fb06527800e8969f276ea5236a0072b58_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:78a7039c64e5c62e66b8bcf4d9e8c358526a5231b4b5a8a5289706a572959faa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:87bf1227a9292429f37b09301090883f3ce2c288d0ba68a5b4b39dd01e440984_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:d652e829cd621ea00fe0a71d0058ba7887516d3f39ef9b711f59a216251a588c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:38374607bb3df288fb234dd8228bfb02778449a5fb6fccf6af3e9d13ea12d68c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8acdff4d319c65a7e7ea9d67fa59c26873287d72fa2b21d2fd8deef525c6f0a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d2adcb8fa551f62fd65fba3144557c87236f6bb4eaf408701931bfe1ce82a43f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:df638109e8b415f33c844407e14abcb91138cd50a8f60018605f7e1d908e2d26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:37a39791439b5c777444f3000793be9daa293521615f5050789d997a49a38170_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:93d1c30d1ee67ee6de9de32bca0039192b6b8e5f429dc59b84f1c9bc19cf659c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:aac673d96b947f2bfbb7b1c079f5f6c9c90c2484040fcbd892d7f6eff4dc6b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6e7c0771aee3e938f7dcb64fb248bdf50d000a3cf9bb314ae21f2b3220e691d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:61f5475bb031973f88e1486362cae01834778fb6c6e41a19ab932f0b3bcc7f9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:a9d5e178fd1d4b44bf69c9fdfc9c5ccd390430c6bbf4edf4e23c1fe661eafd07_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:af3f79463ab667d41f5f3822feb19e8b2b73ed6726c423c61e6c0d2a03fa114d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:b906b5bc989b0b583eb6916eb764bc35555d9661fdcb14445a52324788d6c4a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:2575b347d8e695f1649bc829ac9b1d24ccf5983270eeed8a4b29cd727ab38ad6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:74392d29496b4fa293ccb9033b984400871db2f5dd13a326145efaaac77d5c10_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8b8dbb846e47ad89863e74ca1e8c1cba724b1eb2b516e0182bea92ddc10fdde4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e069cfb24dc1f08ee257202d0ccf4e3bb1fb46461659071ec09b052f5e3ac1ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:45a47533849df989298cbe8cb17d2fc3e8d32925ca1fbe03ddee8ec7931ea9ff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:813d59edf469bb5584093041bd7f8449b6e6db67b24a680f1231bb45a7f3b8a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c97012c63658b5461f55de682b4e7a057b841cea6677c7d597a12268820bac9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:0db8d6e89ed961aa51fea2bc07f39581e11cf633ceba6c4b07ea5cfa3df22c83_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8ce2d82dd7ccb5529f2e057463ff54986d1bac2c7e60f44af7b6d5f68512d52a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cc987d88c81763d976b2fa59dbf1889f0c08a293bfc0c2d4e1e1fa3d0a4247f5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:ef641cc9fcd4d331c1dab43fc3515bb1d5bd8225845758f0626f6178aa536183_ppc64le | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.22.2 is now available with updates to packages and images that fix several bugs.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.22.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift 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 RPM packages for Red Hat OpenShift Container Platform 4.22.2. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2026:27009\n\nSecurity Fix(es):\n\n* Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code (CVE-2026-35469)\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\nAll OpenShift Container Platform 4.22 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.22/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:27010",
"url": "https://access.redhat.com/errata/RHSA-2026:27010"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-35469",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"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_27010.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.22.2 security and extras update",
"tracking": {
"current_release_date": "2026-06-24T08:59:53+00:00",
"generator": {
"date": "2026-06-24T08:59:53+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2026:27010",
"initial_release_date": "2026-06-23T08:20:59+00:00",
"revision_history": [
{
"date": "2026-06-23T08:20:59+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-23T08:21:44+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-24T08:59:53+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.22",
"product": {
"name": "Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.22::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dee47230347404c6fc39f2250724824881cd9e69273888225847f92859dc9540_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dee47230347404c6fc39f2250724824881cd9e69273888225847f92859dc9540_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dee47230347404c6fc39f2250724824881cd9e69273888225847f92859dc9540_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-event-proxy-rhel9@sha256%3Adee47230347404c6fc39f2250724824881cd9e69273888225847f92859dc9540?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=1781639628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:6da0283e1b193a2abe4c651db8534d8e32454294ca9c9258a36178f5a0936e61_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:6da0283e1b193a2abe4c651db8534d8e32454294ca9c9258a36178f5a0936e61_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:6da0283e1b193a2abe4c651db8534d8e32454294ca9c9258a36178f5a0936e61_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3A6da0283e1b193a2abe4c651db8534d8e32454294ca9c9258a36178f5a0936e61?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1781640995"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:bf8864887f34338d9ab7db7435bc3ab9bc1ad1e56442436d5aa91ebe36112b0d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:bf8864887f34338d9ab7db7435bc3ab9bc1ad1e56442436d5aa91ebe36112b0d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:bf8864887f34338d9ab7db7435bc3ab9bc1ad1e56442436d5aa91ebe36112b0d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3Abf8864887f34338d9ab7db7435bc3ab9bc1ad1e56442436d5aa91ebe36112b0d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1781639839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b43a0e47e51ad842c72e667957e036d5e0f34859ebc8cda7039b5c74b3dec33b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b43a0e47e51ad842c72e667957e036d5e0f34859ebc8cda7039b5c74b3dec33b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b43a0e47e51ad842c72e667957e036d5e0f34859ebc8cda7039b5c74b3dec33b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3Ab43a0e47e51ad842c72e667957e036d5e0f34859ebc8cda7039b5c74b3dec33b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1781640667"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b57ae4fa6bc8ddb7aa04bf230149edd2dfe0d77426bea18969baea8e0f4ac984_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b57ae4fa6bc8ddb7aa04bf230149edd2dfe0d77426bea18969baea8e0f4ac984_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b57ae4fa6bc8ddb7aa04bf230149edd2dfe0d77426bea18969baea8e0f4ac984_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-cni-rhel9@sha256%3Ab57ae4fa6bc8ddb7aa04bf230149edd2dfe0d77426bea18969baea8e0f4ac984?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=1781661297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:9efc15fc7dec7bff4942730beaf0d6d5883271275d181d3a2773dc221c982720_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:9efc15fc7dec7bff4942730beaf0d6d5883271275d181d3a2773dc221c982720_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:9efc15fc7dec7bff4942730beaf0d6d5883271275d181d3a2773dc221c982720_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-daemon-rhel9@sha256%3A9efc15fc7dec7bff4942730beaf0d6d5883271275d181d3a2773dc221c982720?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=1781661449"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67bf45b93a887b1c03e390958b998fe7dd6a156813934c82bf8857ce6a0c96d2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67bf45b93a887b1c03e390958b998fe7dd6a156813934c82bf8857ce6a0c96d2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67bf45b93a887b1c03e390958b998fe7dd6a156813934c82bf8857ce6a0c96d2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-intel-ipu-p4sdk-rhel9@sha256%3A67bf45b93a887b1c03e390958b998fe7dd6a156813934c82bf8857ce6a0c96d2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9\u0026tag=1781639689"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:eb94b53cbb2f0cbb6e19952216cc1635f1b1bd781341dec14e150a97f40b2e5d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:eb94b53cbb2f0cbb6e19952216cc1635f1b1bd781341dec14e150a97f40b2e5d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:eb94b53cbb2f0cbb6e19952216cc1635f1b1bd781341dec14e150a97f40b2e5d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-intel-ipu-vsp-rhel9@sha256%3Aeb94b53cbb2f0cbb6e19952216cc1635f1b1bd781341dec14e150a97f40b2e5d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9\u0026tag=1781639742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:379ef7bd774d31d2ec87088a5a04ad10b895863286facb0891e92d2a0395d65b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:379ef7bd774d31d2ec87088a5a04ad10b895863286facb0891e92d2a0395d65b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:379ef7bd774d31d2ec87088a5a04ad10b895863286facb0891e92d2a0395d65b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-intel-netsec-vsp-rhel9@sha256%3A379ef7bd774d31d2ec87088a5a04ad10b895863286facb0891e92d2a0395d65b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9\u0026tag=1781639713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:4e4565c251acfec2917f22f20b7c30344813ba08f07f3ec9f3faf4999b429719_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:4e4565c251acfec2917f22f20b7c30344813ba08f07f3ec9f3faf4999b429719_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:4e4565c251acfec2917f22f20b7c30344813ba08f07f3ec9f3faf4999b429719_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-marvell-cp-agent-rhel9@sha256%3A4e4565c251acfec2917f22f20b7c30344813ba08f07f3ec9f3faf4999b429719?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9\u0026tag=1781661386"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:ae3fef9dafddb3e98b188954464c149abf1135f7bea8cb23f32c3fc636890dc0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:ae3fef9dafddb3e98b188954464c149abf1135f7bea8cb23f32c3fc636890dc0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:ae3fef9dafddb3e98b188954464c149abf1135f7bea8cb23f32c3fc636890dc0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-marvell-vsp-rhel9@sha256%3Aae3fef9dafddb3e98b188954464c149abf1135f7bea8cb23f32c3fc636890dc0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9\u0026tag=1781639661"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:d1d4dfaa85a4d87e180216d103250473a30c0065f1eba46a8cc83a42421ffbab_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:d1d4dfaa85a4d87e180216d103250473a30c0065f1eba46a8cc83a42421ffbab_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:d1d4dfaa85a4d87e180216d103250473a30c0065f1eba46a8cc83a42421ffbab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-network-resources-injector-rhel9@sha256%3Ad1d4dfaa85a4d87e180216d103250473a30c0065f1eba46a8cc83a42421ffbab?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9\u0026tag=1781639830"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4369dccc0d104eaf136df5262a6271cf2b5e81560e01510d6880bd71a575d850_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4369dccc0d104eaf136df5262a6271cf2b5e81560e01510d6880bd71a575d850_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4369dccc0d104eaf136df5262a6271cf2b5e81560e01510d6880bd71a575d850_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-rhel9-operator@sha256%3A4369dccc0d104eaf136df5262a6271cf2b5e81560e01510d6880bd71a575d850?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=1781661208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:09b05d6e8a6e6e45b17bdd5d3d3e6fd1dc1336fd40afc268abe9e84366da97cd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:09b05d6e8a6e6e45b17bdd5d3d3e6fd1dc1336fd40afc268abe9e84366da97cd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:09b05d6e8a6e6e45b17bdd5d3d3e6fd1dc1336fd40afc268abe9e84366da97cd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni-rhel9@sha256%3A09b05d6e8a6e6e45b17bdd5d3d3e6fd1dc1336fd40afc268abe9e84366da97cd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=1781640962"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:3829136b33cecd1c14a4b47252df16335cb7d140f9d986751b5cd2628a8e59a2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:3829136b33cecd1c14a4b47252df16335cb7d140f9d986751b5cd2628a8e59a2_arm64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:3829136b33cecd1c14a4b47252df16335cb7d140f9d986751b5cd2628a8e59a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3A3829136b33cecd1c14a4b47252df16335cb7d140f9d986751b5cd2628a8e59a2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1781640675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:268721ad58def272d91a7f6ec8945c943ff9ad664f08ecbffb800cdc35f02b3a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:268721ad58def272d91a7f6ec8945c943ff9ad664f08ecbffb800cdc35f02b3a_arm64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:268721ad58def272d91a7f6ec8945c943ff9ad664f08ecbffb800cdc35f02b3a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3A268721ad58def272d91a7f6ec8945c943ff9ad664f08ecbffb800cdc35f02b3a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1781641776"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:591ecfb4bba06859fb0fa1a8a8eb4a617fe316fe568ec462736639e78b7d8250_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:591ecfb4bba06859fb0fa1a8a8eb4a617fe316fe568ec462736639e78b7d8250_arm64",
"product_id": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:591ecfb4bba06859fb0fa1a8a8eb4a617fe316fe568ec462736639e78b7d8250_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-compare-artifacts-rhel9@sha256%3A591ecfb4bba06859fb0fa1a8a8eb4a617fe316fe568ec462736639e78b7d8250?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=1781646867"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:04c58aa73af6e286be1574b36f9021f849b81581ccefa98892aff874b5eefe2d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:04c58aa73af6e286be1574b36f9021f849b81581ccefa98892aff874b5eefe2d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:04c58aa73af6e286be1574b36f9021f849b81581ccefa98892aff874b5eefe2d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9@sha256%3A04c58aa73af6e286be1574b36f9021f849b81581ccefa98892aff874b5eefe2d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=1781640172"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:0d40b3834f2d962f037b8eda4bd3333cf93b7c001dea653bc1decf624780770d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:0d40b3834f2d962f037b8eda4bd3333cf93b7c001dea653bc1decf624780770d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:0d40b3834f2d962f037b8eda4bd3333cf93b7c001dea653bc1decf624780770d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3A0d40b3834f2d962f037b8eda4bd3333cf93b7c001dea653bc1decf624780770d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1781640985"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b62b0ab7afcadc868899f1b93c6aba1c7874c9120b2b4063b59b47700a65c87c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b62b0ab7afcadc868899f1b93c6aba1c7874c9120b2b4063b59b47700a65c87c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b62b0ab7afcadc868899f1b93c6aba1c7874c9120b2b4063b59b47700a65c87c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3Ab62b0ab7afcadc868899f1b93c6aba1c7874c9120b2b4063b59b47700a65c87c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1781644200"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e523b17db971d3e8b65974c5074a5ca82174d02af6ec97dd8837d1d01e0de3f5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e523b17db971d3e8b65974c5074a5ca82174d02af6ec97dd8837d1d01e0de3f5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e523b17db971d3e8b65974c5074a5ca82174d02af6ec97dd8837d1d01e0de3f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3Ae523b17db971d3e8b65974c5074a5ca82174d02af6ec97dd8837d1d01e0de3f5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1781639615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:c5c34cbb1060aad2fbcfe208e44db6eb6dd4ebcd7b34c7110ba8cd4b57e65167_arm64",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:c5c34cbb1060aad2fbcfe208e44db6eb6dd4ebcd7b34c7110ba8cd4b57e65167_arm64",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:c5c34cbb1060aad2fbcfe208e44db6eb6dd4ebcd7b34c7110ba8cd4b57e65167_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel9@sha256%3Ac5c34cbb1060aad2fbcfe208e44db6eb6dd4ebcd7b34c7110ba8cd4b57e65167?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=1781732162"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:7d37be125716226acfc9b282b266117d1a289d32f97cc854831e15e9c4f98695_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:7d37be125716226acfc9b282b266117d1a289d32f97cc854831e15e9c4f98695_arm64",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:7d37be125716226acfc9b282b266117d1a289d32f97cc854831e15e9c4f98695_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3A7d37be125716226acfc9b282b266117d1a289d32f97cc854831e15e9c4f98695?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1781641390"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:5ec67f2ffddc38756c7bb4b8c4c03a6ff94b1f857824d7de7d2090b97dddf81d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:5ec67f2ffddc38756c7bb4b8c4c03a6ff94b1f857824d7de7d2090b97dddf81d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:5ec67f2ffddc38756c7bb4b8c4c03a6ff94b1f857824d7de7d2090b97dddf81d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-rhel9-operator@sha256%3A5ec67f2ffddc38756c7bb4b8c4c03a6ff94b1f857824d7de7d2090b97dddf81d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=1781641295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7c6acb1b26c4197043d8dd29ba7d06cf600a6c816511ef0e0a4d30b14f067116_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7c6acb1b26c4197043d8dd29ba7d06cf600a6c816511ef0e0a4d30b14f067116_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7c6acb1b26c4197043d8dd29ba7d06cf600a6c816511ef0e0a4d30b14f067116_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity-rhel9@sha256%3A7c6acb1b26c4197043d8dd29ba7d06cf600a6c816511ef0e0a4d30b14f067116?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=1781644314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6b87302a943dd7d5617250b792f614684ed1c85ee13833276ffc2f382a5a5ad0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6b87302a943dd7d5617250b792f614684ed1c85ee13833276ffc2f382a5a5ad0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6b87302a943dd7d5617250b792f614684ed1c85ee13833276ffc2f382a5a5ad0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-rhel9-operator@sha256%3A6b87302a943dd7d5617250b792f614684ed1c85ee13833276ffc2f382a5a5ad0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=1781661220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1c1b39d0cf520a7aea562b52850c13acc5b02a417ae60f583d3ac1ab253e3a4c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1c1b39d0cf520a7aea562b52850c13acc5b02a417ae60f583d3ac1ab253e3a4c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1c1b39d0cf520a7aea562b52850c13acc5b02a417ae60f583d3ac1ab253e3a4c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3A1c1b39d0cf520a7aea562b52850c13acc5b02a417ae60f583d3ac1ab253e3a4c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1781639828"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:05c769ac0736e073e8cbaf49068ede50e07fa3f4075af4f4a7e8c5f57fd00d2e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:05c769ac0736e073e8cbaf49068ede50e07fa3f4075af4f4a7e8c5f57fd00d2e_arm64",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:05c769ac0736e073e8cbaf49068ede50e07fa3f4075af4f4a7e8c5f57fd00d2e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel9-operator@sha256%3A05c769ac0736e073e8cbaf49068ede50e07fa3f4075af4f4a7e8c5f57fd00d2e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=1781730864"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:5773c69c7c94718faa0f2460d0e70220b38fafe1c562d7e1f7b5302a310b4e30_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:5773c69c7c94718faa0f2460d0e70220b38fafe1c562d7e1f7b5302a310b4e30_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:5773c69c7c94718faa0f2460d0e70220b38fafe1c562d7e1f7b5302a310b4e30_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-container-rhel9@sha256%3A5773c69c7c94718faa0f2460d0e70220b38fafe1c562d7e1f7b5302a310b4e30?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9\u0026tag=1781640729"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d8651161913c36321f87331f4b0df0320b5ef394109d48fa5b387f3b5b460dbe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d8651161913c36321f87331f4b0df0320b5ef394109d48fa5b387f3b5b460dbe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d8651161913c36321f87331f4b0df0320b5ef394109d48fa5b387f3b5b460dbe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-rhel9-operator@sha256%3Ad8651161913c36321f87331f4b0df0320b5ef394109d48fa5b387f3b5b460dbe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator\u0026tag=1781639699"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fcbb0f4c4f90ed04b9f0978455b1399d5ac5bc9bfbc88a73b711db901b8af43d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fcbb0f4c4f90ed04b9f0978455b1399d5ac5bc9bfbc88a73b711db901b8af43d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fcbb0f4c4f90ed04b9f0978455b1399d5ac5bc9bfbc88a73b711db901b8af43d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9@sha256%3Afcbb0f4c4f90ed04b9f0978455b1399d5ac5bc9bfbc88a73b711db901b8af43d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=1781640195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:2d12f71505749ac1db214882fb78b8e0afc874ed36c90558b8bd6023ca17a661_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:2d12f71505749ac1db214882fb78b8e0afc874ed36c90558b8bd6023ca17a661_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:2d12f71505749ac1db214882fb78b8e0afc874ed36c90558b8bd6023ca17a661_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9-operator@sha256%3A2d12f71505749ac1db214882fb78b8e0afc874ed36c90558b8bd6023ca17a661?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=1781708793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:e5ce99ef24f42ef871a1d4b10d63f48f488f0428ebaf4accb59976726ce6c6e6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:e5ce99ef24f42ef871a1d4b10d63f48f488f0428ebaf4accb59976726ce6c6e6_arm64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:e5ce99ef24f42ef871a1d4b10d63f48f488f0428ebaf4accb59976726ce6c6e6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3Ae5ce99ef24f42ef871a1d4b10d63f48f488f0428ebaf4accb59976726ce6c6e6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1781641045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:8d02ee0cfabf59413114dd4f235c7dfdd66fdce3ffe1334d2fa8f89433af4374_arm64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:8d02ee0cfabf59413114dd4f235c7dfdd66fdce3ffe1334d2fa8f89433af4374_arm64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:8d02ee0cfabf59413114dd4f235c7dfdd66fdce3ffe1334d2fa8f89433af4374_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3A8d02ee0cfabf59413114dd4f235c7dfdd66fdce3ffe1334d2fa8f89433af4374?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1781730899"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:96c2183a743f132b62b15d704e668adb0966095953d21c6e72ea8455fdc3ee61_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:96c2183a743f132b62b15d704e668adb0966095953d21c6e72ea8455fdc3ee61_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:96c2183a743f132b62b15d704e668adb0966095953d21c6e72ea8455fdc3ee61_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9@sha256%3A96c2183a743f132b62b15d704e668adb0966095953d21c6e72ea8455fdc3ee61?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=1781639783"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:44010d82fca6308c8fc8e4d9f79ff209ac2aed3f343091cfdc106d3d3e4a84ce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:44010d82fca6308c8fc8e4d9f79ff209ac2aed3f343091cfdc106d3d3e4a84ce_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:44010d82fca6308c8fc8e4d9f79ff209ac2aed3f343091cfdc106d3d3e4a84ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9-operator@sha256%3A44010d82fca6308c8fc8e4d9f79ff209ac2aed3f343091cfdc106d3d3e4a84ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=1781641590"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:d1f84e44ad3b4c15fe77632ef47d86b86faf4456708435b243c3769e9a8ad198_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:d1f84e44ad3b4c15fe77632ef47d86b86faf4456708435b243c3769e9a8ad198_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:d1f84e44ad3b4c15fe77632ef47d86b86faf4456708435b243c3769e9a8ad198_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel9@sha256%3Ad1f84e44ad3b4c15fe77632ef47d86b86faf4456708435b243c3769e9a8ad198?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=1781644191"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:e9f1a0ac64b515979e190533e33510d7dbdb70c731228462c3b001a118c1718c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:e9f1a0ac64b515979e190533e33510d7dbdb70c731228462c3b001a118c1718c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:e9f1a0ac64b515979e190533e33510d7dbdb70c731228462c3b001a118c1718c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9@sha256%3Ae9f1a0ac64b515979e190533e33510d7dbdb70c731228462c3b001a118c1718c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=1781640970"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:90f44b885019755b39fe3cca40b2543f7e92b5c4926f3ccb9ff19bd485d7504d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:90f44b885019755b39fe3cca40b2543f7e92b5c4926f3ccb9ff19bd485d7504d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:90f44b885019755b39fe3cca40b2543f7e92b5c4926f3ccb9ff19bd485d7504d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9-operator@sha256%3A90f44b885019755b39fe3cca40b2543f7e92b5c4926f3ccb9ff19bd485d7504d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=1781661209"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:021dd6fd103565c8ae2725af761e190f8e641e81fc2d02de993da5d3ab0ce69e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:021dd6fd103565c8ae2725af761e190f8e641e81fc2d02de993da5d3ab0ce69e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:021dd6fd103565c8ae2725af761e190f8e641e81fc2d02de993da5d3ab0ce69e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3A021dd6fd103565c8ae2725af761e190f8e641e81fc2d02de993da5d3ab0ce69e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=1781640977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2848c1cdd459e341cb15702e648d3960b361465b80b6cc92644353c916908819_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2848c1cdd459e341cb15702e648d3960b361465b80b6cc92644353c916908819_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2848c1cdd459e341cb15702e648d3960b361465b80b6cc92644353c916908819_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-rdma-cni-rhel9@sha256%3A2848c1cdd459e341cb15702e648d3960b361465b80b6cc92644353c916908819?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9\u0026tag=1781639621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:87bf1227a9292429f37b09301090883f3ce2c288d0ba68a5b4b39dd01e440984_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:87bf1227a9292429f37b09301090883f3ce2c288d0ba68a5b4b39dd01e440984_arm64",
"product_id": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:87bf1227a9292429f37b09301090883f3ce2c288d0ba68a5b4b39dd01e440984_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-support-log-gather-rhel9-operator@sha256%3A87bf1227a9292429f37b09301090883f3ce2c288d0ba68a5b4b39dd01e440984?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator\u0026tag=1781641734"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:74392d29496b4fa293ccb9033b984400871db2f5dd13a326145efaaac77d5c10_arm64",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:74392d29496b4fa293ccb9033b984400871db2f5dd13a326145efaaac77d5c10_arm64",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:74392d29496b4fa293ccb9033b984400871db2f5dd13a326145efaaac77d5c10_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9@sha256%3A74392d29496b4fa293ccb9033b984400871db2f5dd13a326145efaaac77d5c10?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=1781639905"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:a9d5e178fd1d4b44bf69c9fdfc9c5ccd390430c6bbf4edf4e23c1fe661eafd07_arm64",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:a9d5e178fd1d4b44bf69c9fdfc9c5ccd390430c6bbf4edf4e23c1fe661eafd07_arm64",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:a9d5e178fd1d4b44bf69c9fdfc9c5ccd390430c6bbf4edf4e23c1fe661eafd07_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9-operator@sha256%3Aa9d5e178fd1d4b44bf69c9fdfc9c5ccd390430c6bbf4edf4e23c1fe661eafd07?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=1781640743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:def288bcb0578999f7c107c96a1d88dfd298eae43a8d5ecfca0295f30b59164a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:def288bcb0578999f7c107c96a1d88dfd298eae43a8d5ecfca0295f30b59164a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:def288bcb0578999f7c107c96a1d88dfd298eae43a8d5ecfca0295f30b59164a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9-operator@sha256%3Adef288bcb0578999f7c107c96a1d88dfd298eae43a8d5ecfca0295f30b59164a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=1781639624"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:45a47533849df989298cbe8cb17d2fc3e8d32925ca1fbe03ddee8ec7931ea9ff_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:45a47533849df989298cbe8cb17d2fc3e8d32925ca1fbe03ddee8ec7931ea9ff_arm64",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:45a47533849df989298cbe8cb17d2fc3e8d32925ca1fbe03ddee8ec7931ea9ff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ptp-must-gather-rhel9@sha256%3A45a47533849df989298cbe8cb17d2fc3e8d32925ca1fbe03ddee8ec7931ea9ff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=1781644201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8ce2d82dd7ccb5529f2e057463ff54986d1bac2c7e60f44af7b6d5f68512d52a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8ce2d82dd7ccb5529f2e057463ff54986d1bac2c7e60f44af7b6d5f68512d52a_arm64",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8ce2d82dd7ccb5529f2e057463ff54986d1bac2c7e60f44af7b6d5f68512d52a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3A8ce2d82dd7ccb5529f2e057463ff54986d1bac2c7e60f44af7b6d5f68512d52a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1781641077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:0896095a9b3d4af01148e27afb2bd684fb93ddc4e5f7c18fb664970458822b5f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:0896095a9b3d4af01148e27afb2bd684fb93ddc4e5f7c18fb664970458822b5f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:0896095a9b3d4af01148e27afb2bd684fb93ddc4e5f7c18fb664970458822b5f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller-rhel9@sha256%3A0896095a9b3d4af01148e27afb2bd684fb93ddc4e5f7c18fb664970458822b5f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=1781639614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6e3bf31439d54cfe047a79870a2ad2f71cbe6188909124ce8b80a6a4d5bc2057_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6e3bf31439d54cfe047a79870a2ad2f71cbe6188909124ce8b80a6a4d5bc2057_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6e3bf31439d54cfe047a79870a2ad2f71cbe6188909124ce8b80a6a4d5bc2057_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon-rhel9@sha256%3A6e3bf31439d54cfe047a79870a2ad2f71cbe6188909124ce8b80a6a4d5bc2057?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=1781640700"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:dcbffb9012fb8bc0bd7fe74811089663405af600928b7416437280a336d36c33_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:dcbffb9012fb8bc0bd7fe74811089663405af600928b7416437280a336d36c33_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:dcbffb9012fb8bc0bd7fe74811089663405af600928b7416437280a336d36c33_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin-rhel9@sha256%3Adcbffb9012fb8bc0bd7fe74811089663405af600928b7416437280a336d36c33?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=1781639725"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:75d826682972e78d9719d7afa57eb019a2116ea4376918c3c78bc1a1e6992c71_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:75d826682972e78d9719d7afa57eb019a2116ea4376918c3c78bc1a1e6992c71_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:75d826682972e78d9719d7afa57eb019a2116ea4376918c3c78bc1a1e6992c71_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-rhel9-operator@sha256%3A75d826682972e78d9719d7afa57eb019a2116ea4376918c3c78bc1a1e6992c71?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=1781640967"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:af30ab67a9cfa68fe8e34d94d1c605182a45d8ecf25f179ca0daac6f3332764b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:af30ab67a9cfa68fe8e34d94d1c605182a45d8ecf25f179ca0daac6f3332764b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:af30ab67a9cfa68fe8e34d94d1c605182a45d8ecf25f179ca0daac6f3332764b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook-rhel9@sha256%3Aaf30ab67a9cfa68fe8e34d94d1c605182a45d8ecf25f179ca0daac6f3332764b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=1781640723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:93d1c30d1ee67ee6de9de32bca0039192b6b8e5f429dc59b84f1c9bc19cf659c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:93d1c30d1ee67ee6de9de32bca0039192b6b8e5f429dc59b84f1c9bc19cf659c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:93d1c30d1ee67ee6de9de32bca0039192b6b8e5f429dc59b84f1c9bc19cf659c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3A93d1c30d1ee67ee6de9de32bca0039192b6b8e5f429dc59b84f1c9bc19cf659c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1781640996"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d2adcb8fa551f62fd65fba3144557c87236f6bb4eaf408701931bfe1ce82a43f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d2adcb8fa551f62fd65fba3144557c87236f6bb4eaf408701931bfe1ce82a43f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d2adcb8fa551f62fd65fba3144557c87236f6bb4eaf408701931bfe1ce82a43f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3Ad2adcb8fa551f62fd65fba3144557c87236f6bb4eaf408701931bfe1ce82a43f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1781642016"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:de11975309f5c44e85758db0b278969e773484c521f107d240e0d5a593f4f848_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:de11975309f5c44e85758db0b278969e773484c521f107d240e0d5a593f4f848_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:de11975309f5c44e85758db0b278969e773484c521f107d240e0d5a593f4f848_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-event-proxy-rhel9@sha256%3Ade11975309f5c44e85758db0b278969e773484c521f107d240e0d5a593f4f848?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=1781639628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:93ad058459a1623376a1af703f552b52054721a8437af90bb27ee79fb301fe7e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:93ad058459a1623376a1af703f552b52054721a8437af90bb27ee79fb301fe7e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:93ad058459a1623376a1af703f552b52054721a8437af90bb27ee79fb301fe7e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3A93ad058459a1623376a1af703f552b52054721a8437af90bb27ee79fb301fe7e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1781640995"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:5ad0488152cfc4d50fbf8833686973437d2257b80ce255125e50302575fd2296_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:5ad0488152cfc4d50fbf8833686973437d2257b80ce255125e50302575fd2296_amd64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:5ad0488152cfc4d50fbf8833686973437d2257b80ce255125e50302575fd2296_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3A5ad0488152cfc4d50fbf8833686973437d2257b80ce255125e50302575fd2296?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1781639839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b50205a8c7584e2cb9147528a69e9c079e3433341d0f3dcdc19fb11e4b045481_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b50205a8c7584e2cb9147528a69e9c079e3433341d0f3dcdc19fb11e4b045481_amd64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b50205a8c7584e2cb9147528a69e9c079e3433341d0f3dcdc19fb11e4b045481_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3Ab50205a8c7584e2cb9147528a69e9c079e3433341d0f3dcdc19fb11e4b045481?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1781640667"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:80eacf50c896a145d3fe5d86aa4d92a146b60f34029c12a38996d68bac7535f5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:80eacf50c896a145d3fe5d86aa4d92a146b60f34029c12a38996d68bac7535f5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:80eacf50c896a145d3fe5d86aa4d92a146b60f34029c12a38996d68bac7535f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-cni-rhel9@sha256%3A80eacf50c896a145d3fe5d86aa4d92a146b60f34029c12a38996d68bac7535f5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=1781661297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:76b4f987a629b4bb9b12085856e6284a1d1cadcc7973149b6662aadf778b1ea4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:76b4f987a629b4bb9b12085856e6284a1d1cadcc7973149b6662aadf778b1ea4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:76b4f987a629b4bb9b12085856e6284a1d1cadcc7973149b6662aadf778b1ea4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-daemon-rhel9@sha256%3A76b4f987a629b4bb9b12085856e6284a1d1cadcc7973149b6662aadf778b1ea4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=1781661449"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:da843d5ab649e66e6ebbd90a14992e6eb2188ea888e829e869f61de3a5fdc86f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:da843d5ab649e66e6ebbd90a14992e6eb2188ea888e829e869f61de3a5fdc86f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:da843d5ab649e66e6ebbd90a14992e6eb2188ea888e829e869f61de3a5fdc86f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-intel-ipu-p4sdk-rhel9@sha256%3Ada843d5ab649e66e6ebbd90a14992e6eb2188ea888e829e869f61de3a5fdc86f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9\u0026tag=1781639689"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:53951f4d2a77013475b6d072990d4abba2b61a690b575e791a1063df67325340_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:53951f4d2a77013475b6d072990d4abba2b61a690b575e791a1063df67325340_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:53951f4d2a77013475b6d072990d4abba2b61a690b575e791a1063df67325340_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-intel-ipu-vsp-rhel9@sha256%3A53951f4d2a77013475b6d072990d4abba2b61a690b575e791a1063df67325340?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9\u0026tag=1781639742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:93dff3bd0949f1bf39e66e5a94300a9e6114e4b105f2c6dc9bef15afd3554206_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:93dff3bd0949f1bf39e66e5a94300a9e6114e4b105f2c6dc9bef15afd3554206_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:93dff3bd0949f1bf39e66e5a94300a9e6114e4b105f2c6dc9bef15afd3554206_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-intel-netsec-vsp-rhel9@sha256%3A93dff3bd0949f1bf39e66e5a94300a9e6114e4b105f2c6dc9bef15afd3554206?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9\u0026tag=1781639713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:27f79edd58926c815d4d91fac969751bd27bb4a91b05ac3ed18823ec4e4e62d4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:27f79edd58926c815d4d91fac969751bd27bb4a91b05ac3ed18823ec4e4e62d4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:27f79edd58926c815d4d91fac969751bd27bb4a91b05ac3ed18823ec4e4e62d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-marvell-cp-agent-rhel9@sha256%3A27f79edd58926c815d4d91fac969751bd27bb4a91b05ac3ed18823ec4e4e62d4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9\u0026tag=1781661386"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:49614484a785c9a7535a2e409352d2919c393606616a0f3fb7d3bc602c2aa9bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:49614484a785c9a7535a2e409352d2919c393606616a0f3fb7d3bc602c2aa9bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:49614484a785c9a7535a2e409352d2919c393606616a0f3fb7d3bc602c2aa9bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-marvell-vsp-rhel9@sha256%3A49614484a785c9a7535a2e409352d2919c393606616a0f3fb7d3bc602c2aa9bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9\u0026tag=1781639661"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:fce4a2b631b5e2e5016e1a9a756c8cbf7714a8e7fbc823f1e55f6167431b15ac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:fce4a2b631b5e2e5016e1a9a756c8cbf7714a8e7fbc823f1e55f6167431b15ac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:fce4a2b631b5e2e5016e1a9a756c8cbf7714a8e7fbc823f1e55f6167431b15ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-network-resources-injector-rhel9@sha256%3Afce4a2b631b5e2e5016e1a9a756c8cbf7714a8e7fbc823f1e55f6167431b15ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9\u0026tag=1781639830"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:126684737ae6a16b5405f732811d61589b8f617f89f7e9e5a29e37e9c70b09d4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:126684737ae6a16b5405f732811d61589b8f617f89f7e9e5a29e37e9c70b09d4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:126684737ae6a16b5405f732811d61589b8f617f89f7e9e5a29e37e9c70b09d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-rhel9-operator@sha256%3A126684737ae6a16b5405f732811d61589b8f617f89f7e9e5a29e37e9c70b09d4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=1781661208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82395dadb216b0170476bfe133f33ba9a69e32c2427b5cbc2459efad94f73194_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82395dadb216b0170476bfe133f33ba9a69e32c2427b5cbc2459efad94f73194_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82395dadb216b0170476bfe133f33ba9a69e32c2427b5cbc2459efad94f73194_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni-rhel9@sha256%3A82395dadb216b0170476bfe133f33ba9a69e32c2427b5cbc2459efad94f73194?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=1781640962"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:5089e9fff6618ca9c38ba381743f75d90b593c7b848ea00992835ad8ef086b31_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:5089e9fff6618ca9c38ba381743f75d90b593c7b848ea00992835ad8ef086b31_amd64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:5089e9fff6618ca9c38ba381743f75d90b593c7b848ea00992835ad8ef086b31_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3A5089e9fff6618ca9c38ba381743f75d90b593c7b848ea00992835ad8ef086b31?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1781640675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:015eef3d224662511f0ec1c915e6be7f3df94a171971361f56ebea9504a64dce_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:015eef3d224662511f0ec1c915e6be7f3df94a171971361f56ebea9504a64dce_amd64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:015eef3d224662511f0ec1c915e6be7f3df94a171971361f56ebea9504a64dce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3A015eef3d224662511f0ec1c915e6be7f3df94a171971361f56ebea9504a64dce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1781641776"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:a2a8864e3f12d47202866dc967726567f61facda9955948cd999ddcc1a115f2c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:a2a8864e3f12d47202866dc967726567f61facda9955948cd999ddcc1a115f2c_amd64",
"product_id": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:a2a8864e3f12d47202866dc967726567f61facda9955948cd999ddcc1a115f2c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-compare-artifacts-rhel9@sha256%3Aa2a8864e3f12d47202866dc967726567f61facda9955948cd999ddcc1a115f2c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=1781646867"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:24de97e2b359d9ff60de62f4abb8e3bd2712fc1593a519d0698bfafb8c3c2c11_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:24de97e2b359d9ff60de62f4abb8e3bd2712fc1593a519d0698bfafb8c3c2c11_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:24de97e2b359d9ff60de62f4abb8e3bd2712fc1593a519d0698bfafb8c3c2c11_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9@sha256%3A24de97e2b359d9ff60de62f4abb8e3bd2712fc1593a519d0698bfafb8c3c2c11?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=1781640172"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4844d047c4b40dcc49507932e502a0a9d0df8f666c8558c356b4f9f15c269caa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4844d047c4b40dcc49507932e502a0a9d0df8f666c8558c356b4f9f15c269caa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4844d047c4b40dcc49507932e502a0a9d0df8f666c8558c356b4f9f15c269caa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3A4844d047c4b40dcc49507932e502a0a9d0df8f666c8558c356b4f9f15c269caa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1781640985"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:adb190ad136ef3302734fa99445e012408741036dca83997f254d0ecfadfabf6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:adb190ad136ef3302734fa99445e012408741036dca83997f254d0ecfadfabf6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:adb190ad136ef3302734fa99445e012408741036dca83997f254d0ecfadfabf6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3Aadb190ad136ef3302734fa99445e012408741036dca83997f254d0ecfadfabf6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1781644200"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e321d45c48309bbd219d75e381579b0ad239e5dcec4cd0a7343e5e6176b8b250_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e321d45c48309bbd219d75e381579b0ad239e5dcec4cd0a7343e5e6176b8b250_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e321d45c48309bbd219d75e381579b0ad239e5dcec4cd0a7343e5e6176b8b250_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3Ae321d45c48309bbd219d75e381579b0ad239e5dcec4cd0a7343e5e6176b8b250?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1781639615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b4cff6601a9f44a78fd1f0081b0f478a48ca337da56a33c0fa6195a5440a5723_amd64",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b4cff6601a9f44a78fd1f0081b0f478a48ca337da56a33c0fa6195a5440a5723_amd64",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b4cff6601a9f44a78fd1f0081b0f478a48ca337da56a33c0fa6195a5440a5723_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel9@sha256%3Ab4cff6601a9f44a78fd1f0081b0f478a48ca337da56a33c0fa6195a5440a5723?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=1781732162"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:41cb39dd911f6dfadc78c924bb18922fdcd2dcdb0ac5111df969fcbe48848e92_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:41cb39dd911f6dfadc78c924bb18922fdcd2dcdb0ac5111df969fcbe48848e92_amd64",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:41cb39dd911f6dfadc78c924bb18922fdcd2dcdb0ac5111df969fcbe48848e92_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3A41cb39dd911f6dfadc78c924bb18922fdcd2dcdb0ac5111df969fcbe48848e92?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1781641390"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8015478d8ba3fd7be1eca3181756bab1dfb939a88a5efa0b6db814936bad7a9d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8015478d8ba3fd7be1eca3181756bab1dfb939a88a5efa0b6db814936bad7a9d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8015478d8ba3fd7be1eca3181756bab1dfb939a88a5efa0b6db814936bad7a9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-rhel9-operator@sha256%3A8015478d8ba3fd7be1eca3181756bab1dfb939a88a5efa0b6db814936bad7a9d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=1781641295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a0c86abf15ed5b1d39d688ab209e97479baf0c498ab5039825f2d92ddd3f20c8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a0c86abf15ed5b1d39d688ab209e97479baf0c498ab5039825f2d92ddd3f20c8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a0c86abf15ed5b1d39d688ab209e97479baf0c498ab5039825f2d92ddd3f20c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity-rhel9@sha256%3Aa0c86abf15ed5b1d39d688ab209e97479baf0c498ab5039825f2d92ddd3f20c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=1781644314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:702256b42e86bee0e587ff09f78cb554b7756b67d4c3e7a06440cfc2bf7f9472_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:702256b42e86bee0e587ff09f78cb554b7756b67d4c3e7a06440cfc2bf7f9472_amd64",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:702256b42e86bee0e587ff09f78cb554b7756b67d4c3e7a06440cfc2bf7f9472_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-rhel9-operator@sha256%3A702256b42e86bee0e587ff09f78cb554b7756b67d4c3e7a06440cfc2bf7f9472?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=1781661220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:99c7f3e12e217399cbc544c080edc23c74a72778860e76a75317c0f7b3ab7056_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:99c7f3e12e217399cbc544c080edc23c74a72778860e76a75317c0f7b3ab7056_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:99c7f3e12e217399cbc544c080edc23c74a72778860e76a75317c0f7b3ab7056_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3A99c7f3e12e217399cbc544c080edc23c74a72778860e76a75317c0f7b3ab7056?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1781639828"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:31f3e6b523f349c691ec5447d5aca0029764c977b4abd18f1403d1e23d03d5bf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:31f3e6b523f349c691ec5447d5aca0029764c977b4abd18f1403d1e23d03d5bf_amd64",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:31f3e6b523f349c691ec5447d5aca0029764c977b4abd18f1403d1e23d03d5bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel9-operator@sha256%3A31f3e6b523f349c691ec5447d5aca0029764c977b4abd18f1403d1e23d03d5bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=1781730864"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:29e792d837d907c16b4840c1760e6df2ee37b74d788ab64e92eb4623b95ea5be_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:29e792d837d907c16b4840c1760e6df2ee37b74d788ab64e92eb4623b95ea5be_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:29e792d837d907c16b4840c1760e6df2ee37b74d788ab64e92eb4623b95ea5be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-container-rhel9@sha256%3A29e792d837d907c16b4840c1760e6df2ee37b74d788ab64e92eb4623b95ea5be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9\u0026tag=1781640729"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:0b1a6be893ca72b1505e3256f20a5b5fa0a85ab6e1f4acbc2531c100a171263d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:0b1a6be893ca72b1505e3256f20a5b5fa0a85ab6e1f4acbc2531c100a171263d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:0b1a6be893ca72b1505e3256f20a5b5fa0a85ab6e1f4acbc2531c100a171263d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-efs-csi-driver-rhel9-operator@sha256%3A0b1a6be893ca72b1505e3256f20a5b5fa0a85ab6e1f4acbc2531c100a171263d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator\u0026tag=1781639699"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:adb39ff31d48421f3624ec74dca50c6aaf0726215fbbeaaed8af3f3339a0e810_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:adb39ff31d48421f3624ec74dca50c6aaf0726215fbbeaaed8af3f3339a0e810_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:adb39ff31d48421f3624ec74dca50c6aaf0726215fbbeaaed8af3f3339a0e810_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9@sha256%3Aadb39ff31d48421f3624ec74dca50c6aaf0726215fbbeaaed8af3f3339a0e810?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=1781640195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:133d2e7e37edb02a013a07a0bf96958f0f7ae3558c690417847410ab62c4f7a0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:133d2e7e37edb02a013a07a0bf96958f0f7ae3558c690417847410ab62c4f7a0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:133d2e7e37edb02a013a07a0bf96958f0f7ae3558c690417847410ab62c4f7a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9-operator@sha256%3A133d2e7e37edb02a013a07a0bf96958f0f7ae3558c690417847410ab62c4f7a0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=1781708793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:d6a0891aeece6d6afac238ee9f1682ae2c8ccc2871cbe6f6c0c24157b367258f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:d6a0891aeece6d6afac238ee9f1682ae2c8ccc2871cbe6f6c0c24157b367258f_amd64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:d6a0891aeece6d6afac238ee9f1682ae2c8ccc2871cbe6f6c0c24157b367258f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3Ad6a0891aeece6d6afac238ee9f1682ae2c8ccc2871cbe6f6c0c24157b367258f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1781641045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:5fa67436a8151822bd0ff884f94a5fc8808a573846290edf160257a7b0fd8216_amd64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:5fa67436a8151822bd0ff884f94a5fc8808a573846290edf160257a7b0fd8216_amd64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:5fa67436a8151822bd0ff884f94a5fc8808a573846290edf160257a7b0fd8216_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3A5fa67436a8151822bd0ff884f94a5fc8808a573846290edf160257a7b0fd8216?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1781730899"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:60b4f2fb7c144ea74ac8caf14fc3a68c0ea1188fd66254a539792440e8b20753_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:60b4f2fb7c144ea74ac8caf14fc3a68c0ea1188fd66254a539792440e8b20753_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:60b4f2fb7c144ea74ac8caf14fc3a68c0ea1188fd66254a539792440e8b20753_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9@sha256%3A60b4f2fb7c144ea74ac8caf14fc3a68c0ea1188fd66254a539792440e8b20753?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=1781639783"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:e6f34cfc12a39a087716e667c11f49a44d6df3415719499656e3c65399c3ea55_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:e6f34cfc12a39a087716e667c11f49a44d6df3415719499656e3c65399c3ea55_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:e6f34cfc12a39a087716e667c11f49a44d6df3415719499656e3c65399c3ea55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9-operator@sha256%3Ae6f34cfc12a39a087716e667c11f49a44d6df3415719499656e3c65399c3ea55?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=1781641590"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:289bae0ee0798c303ddabca015fd7449b7758d64a1471e9094e0deb58dddd1b7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:289bae0ee0798c303ddabca015fd7449b7758d64a1471e9094e0deb58dddd1b7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:289bae0ee0798c303ddabca015fd7449b7758d64a1471e9094e0deb58dddd1b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel9@sha256%3A289bae0ee0798c303ddabca015fd7449b7758d64a1471e9094e0deb58dddd1b7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=1781644191"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:7291770859e17b02b237037c3bb59eb3efe4a95f08ab0587d0537e56ae24e4d6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:7291770859e17b02b237037c3bb59eb3efe4a95f08ab0587d0537e56ae24e4d6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:7291770859e17b02b237037c3bb59eb3efe4a95f08ab0587d0537e56ae24e4d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9@sha256%3A7291770859e17b02b237037c3bb59eb3efe4a95f08ab0587d0537e56ae24e4d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=1781640970"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b785993cdf72b7c779dce89009067697b7fa82be0949478b39be8aa08eb48f09_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b785993cdf72b7c779dce89009067697b7fa82be0949478b39be8aa08eb48f09_amd64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b785993cdf72b7c779dce89009067697b7fa82be0949478b39be8aa08eb48f09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9-operator@sha256%3Ab785993cdf72b7c779dce89009067697b7fa82be0949478b39be8aa08eb48f09?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=1781661209"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:407f188098a148a2570b1a6f71dd8a4d71fe59e88b7e53eebf73d4462e4f7985_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:407f188098a148a2570b1a6f71dd8a4d71fe59e88b7e53eebf73d4462e4f7985_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:407f188098a148a2570b1a6f71dd8a4d71fe59e88b7e53eebf73d4462e4f7985_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3A407f188098a148a2570b1a6f71dd8a4d71fe59e88b7e53eebf73d4462e4f7985?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=1781640977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:9a5c6887049ca9e5ec42d793e18461cf268b1fc5d4946f4fc3d3a22457852fd4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:9a5c6887049ca9e5ec42d793e18461cf268b1fc5d4946f4fc3d3a22457852fd4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:9a5c6887049ca9e5ec42d793e18461cf268b1fc5d4946f4fc3d3a22457852fd4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-rdma-cni-rhel9@sha256%3A9a5c6887049ca9e5ec42d793e18461cf268b1fc5d4946f4fc3d3a22457852fd4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9\u0026tag=1781639621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:02ed90769dfa8afd696411f4f7a4b29fb06527800e8969f276ea5236a0072b58_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:02ed90769dfa8afd696411f4f7a4b29fb06527800e8969f276ea5236a0072b58_amd64",
"product_id": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:02ed90769dfa8afd696411f4f7a4b29fb06527800e8969f276ea5236a0072b58_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-support-log-gather-rhel9-operator@sha256%3A02ed90769dfa8afd696411f4f7a4b29fb06527800e8969f276ea5236a0072b58?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator\u0026tag=1781641734"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8b8dbb846e47ad89863e74ca1e8c1cba724b1eb2b516e0182bea92ddc10fdde4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8b8dbb846e47ad89863e74ca1e8c1cba724b1eb2b516e0182bea92ddc10fdde4_amd64",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8b8dbb846e47ad89863e74ca1e8c1cba724b1eb2b516e0182bea92ddc10fdde4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9@sha256%3A8b8dbb846e47ad89863e74ca1e8c1cba724b1eb2b516e0182bea92ddc10fdde4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=1781639905"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:61f5475bb031973f88e1486362cae01834778fb6c6e41a19ab932f0b3bcc7f9c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:61f5475bb031973f88e1486362cae01834778fb6c6e41a19ab932f0b3bcc7f9c_amd64",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:61f5475bb031973f88e1486362cae01834778fb6c6e41a19ab932f0b3bcc7f9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9-operator@sha256%3A61f5475bb031973f88e1486362cae01834778fb6c6e41a19ab932f0b3bcc7f9c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=1781640743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:320d9ba3b184babbe559210263d6d1d694a58ca1057604155b96f6be80928823_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:320d9ba3b184babbe559210263d6d1d694a58ca1057604155b96f6be80928823_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:320d9ba3b184babbe559210263d6d1d694a58ca1057604155b96f6be80928823_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9-operator@sha256%3A320d9ba3b184babbe559210263d6d1d694a58ca1057604155b96f6be80928823?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=1781639624"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c97012c63658b5461f55de682b4e7a057b841cea6677c7d597a12268820bac9c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c97012c63658b5461f55de682b4e7a057b841cea6677c7d597a12268820bac9c_amd64",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c97012c63658b5461f55de682b4e7a057b841cea6677c7d597a12268820bac9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ptp-must-gather-rhel9@sha256%3Ac97012c63658b5461f55de682b4e7a057b841cea6677c7d597a12268820bac9c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=1781644201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:0db8d6e89ed961aa51fea2bc07f39581e11cf633ceba6c4b07ea5cfa3df22c83_amd64",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:0db8d6e89ed961aa51fea2bc07f39581e11cf633ceba6c4b07ea5cfa3df22c83_amd64",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:0db8d6e89ed961aa51fea2bc07f39581e11cf633ceba6c4b07ea5cfa3df22c83_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3A0db8d6e89ed961aa51fea2bc07f39581e11cf633ceba6c4b07ea5cfa3df22c83?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1781641077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:787d2750fa663a05b2f92af1a9e5a9d717d05545dbf361585acffc992ceaff06_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:787d2750fa663a05b2f92af1a9e5a9d717d05545dbf361585acffc992ceaff06_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:787d2750fa663a05b2f92af1a9e5a9d717d05545dbf361585acffc992ceaff06_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller-rhel9@sha256%3A787d2750fa663a05b2f92af1a9e5a9d717d05545dbf361585acffc992ceaff06?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=1781639614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fcba80fafa0f0a671e59bb739731474df67f2303486de88cda7bd7c2fe467740_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fcba80fafa0f0a671e59bb739731474df67f2303486de88cda7bd7c2fe467740_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fcba80fafa0f0a671e59bb739731474df67f2303486de88cda7bd7c2fe467740_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon-rhel9@sha256%3Afcba80fafa0f0a671e59bb739731474df67f2303486de88cda7bd7c2fe467740?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=1781640700"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e2280e1294d499d04012dbd74b56d173899649b70fb444a5b73a9c649d90d42f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e2280e1294d499d04012dbd74b56d173899649b70fb444a5b73a9c649d90d42f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e2280e1294d499d04012dbd74b56d173899649b70fb444a5b73a9c649d90d42f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin-rhel9@sha256%3Ae2280e1294d499d04012dbd74b56d173899649b70fb444a5b73a9c649d90d42f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=1781639725"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1619bb67f7e294c84e5f5069f2b5b6d9b85e2f3f5ae43dfa7f5744018fd59d18_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1619bb67f7e294c84e5f5069f2b5b6d9b85e2f3f5ae43dfa7f5744018fd59d18_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1619bb67f7e294c84e5f5069f2b5b6d9b85e2f3f5ae43dfa7f5744018fd59d18_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-rhel9-operator@sha256%3A1619bb67f7e294c84e5f5069f2b5b6d9b85e2f3f5ae43dfa7f5744018fd59d18?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=1781640967"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:2cebd247367b1fa2f4709f4b821f29f5253a6ccc529ef183c310f9a94d44f62f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:2cebd247367b1fa2f4709f4b821f29f5253a6ccc529ef183c310f9a94d44f62f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:2cebd247367b1fa2f4709f4b821f29f5253a6ccc529ef183c310f9a94d44f62f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook-rhel9@sha256%3A2cebd247367b1fa2f4709f4b821f29f5253a6ccc529ef183c310f9a94d44f62f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=1781640723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:37a39791439b5c777444f3000793be9daa293521615f5050789d997a49a38170_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:37a39791439b5c777444f3000793be9daa293521615f5050789d997a49a38170_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:37a39791439b5c777444f3000793be9daa293521615f5050789d997a49a38170_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3A37a39791439b5c777444f3000793be9daa293521615f5050789d997a49a38170?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1781640996"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:38374607bb3df288fb234dd8228bfb02778449a5fb6fccf6af3e9d13ea12d68c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:38374607bb3df288fb234dd8228bfb02778449a5fb6fccf6af3e9d13ea12d68c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:38374607bb3df288fb234dd8228bfb02778449a5fb6fccf6af3e9d13ea12d68c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3A38374607bb3df288fb234dd8228bfb02778449a5fb6fccf6af3e9d13ea12d68c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1781642016"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:290e1f47f4b24b28edc0c8759b5f5bc5796669bb478d172b25513e79ccea2535_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:290e1f47f4b24b28edc0c8759b5f5bc5796669bb478d172b25513e79ccea2535_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:290e1f47f4b24b28edc0c8759b5f5bc5796669bb478d172b25513e79ccea2535_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-event-proxy-rhel9@sha256%3A290e1f47f4b24b28edc0c8759b5f5bc5796669bb478d172b25513e79ccea2535?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=1781639628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1276120f28aa9341ab84a95d70e9b0078cccee91059a144da9c17b1efe56fbc3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1276120f28aa9341ab84a95d70e9b0078cccee91059a144da9c17b1efe56fbc3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1276120f28aa9341ab84a95d70e9b0078cccee91059a144da9c17b1efe56fbc3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3A1276120f28aa9341ab84a95d70e9b0078cccee91059a144da9c17b1efe56fbc3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1781640995"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d8886281c568829d8eb1e0371754efd1b86fac196909d6e18eb84ac54a5033cd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d8886281c568829d8eb1e0371754efd1b86fac196909d6e18eb84ac54a5033cd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d8886281c568829d8eb1e0371754efd1b86fac196909d6e18eb84ac54a5033cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3Ad8886281c568829d8eb1e0371754efd1b86fac196909d6e18eb84ac54a5033cd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1781639839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9aae92b38f888b382d7ecc35c6d7e2de436518750c81bd8541218051dad128e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9aae92b38f888b382d7ecc35c6d7e2de436518750c81bd8541218051dad128e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9aae92b38f888b382d7ecc35c6d7e2de436518750c81bd8541218051dad128e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3Aa9aae92b38f888b382d7ecc35c6d7e2de436518750c81bd8541218051dad128e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1781640667"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b8b5e66c9edca0855ec80b54da1a60abd46bd486516632c791170f65c765665e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b8b5e66c9edca0855ec80b54da1a60abd46bd486516632c791170f65c765665e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b8b5e66c9edca0855ec80b54da1a60abd46bd486516632c791170f65c765665e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-cni-rhel9@sha256%3Ab8b5e66c9edca0855ec80b54da1a60abd46bd486516632c791170f65c765665e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=1781661297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:b90e6642c45ae75b6062ed30e6d6c9b761773329a58243e2c72e02b10b528feb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:b90e6642c45ae75b6062ed30e6d6c9b761773329a58243e2c72e02b10b528feb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:b90e6642c45ae75b6062ed30e6d6c9b761773329a58243e2c72e02b10b528feb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-daemon-rhel9@sha256%3Ab90e6642c45ae75b6062ed30e6d6c9b761773329a58243e2c72e02b10b528feb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=1781661449"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d2a87f9263ede7a13c7ae7fbc63da6dd33cddbc063c568e20ddc6191ceea52e0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d2a87f9263ede7a13c7ae7fbc63da6dd33cddbc063c568e20ddc6191ceea52e0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d2a87f9263ede7a13c7ae7fbc63da6dd33cddbc063c568e20ddc6191ceea52e0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-rhel9-operator@sha256%3Ad2a87f9263ede7a13c7ae7fbc63da6dd33cddbc063c568e20ddc6191ceea52e0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=1781661208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:bb266989ff8553cff4f2ed5f910d040f9e41520eb6b290c8e9a839db20da11ba_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:bb266989ff8553cff4f2ed5f910d040f9e41520eb6b290c8e9a839db20da11ba_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:bb266989ff8553cff4f2ed5f910d040f9e41520eb6b290c8e9a839db20da11ba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni-rhel9@sha256%3Abb266989ff8553cff4f2ed5f910d040f9e41520eb6b290c8e9a839db20da11ba?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=1781640962"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:257e2b35eb54800e9e0f3866c910bcdc7c49d0e00446a42a0a7186f7297e805b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:257e2b35eb54800e9e0f3866c910bcdc7c49d0e00446a42a0a7186f7297e805b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:257e2b35eb54800e9e0f3866c910bcdc7c49d0e00446a42a0a7186f7297e805b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3A257e2b35eb54800e9e0f3866c910bcdc7c49d0e00446a42a0a7186f7297e805b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1781640675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:83f0e01366ef34815a20035892cc88e4cd63134bfe62114c906959235019beff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:83f0e01366ef34815a20035892cc88e4cd63134bfe62114c906959235019beff_ppc64le",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:83f0e01366ef34815a20035892cc88e4cd63134bfe62114c906959235019beff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3A83f0e01366ef34815a20035892cc88e4cd63134bfe62114c906959235019beff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1781641776"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:a1ecf168fb16d5db0c10fcc42513042d58da5de97162656a680eceed71f8a5ee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:a1ecf168fb16d5db0c10fcc42513042d58da5de97162656a680eceed71f8a5ee_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:a1ecf168fb16d5db0c10fcc42513042d58da5de97162656a680eceed71f8a5ee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-compare-artifacts-rhel9@sha256%3Aa1ecf168fb16d5db0c10fcc42513042d58da5de97162656a680eceed71f8a5ee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=1781646867"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:2f0855137ed7cac2d0d5397fbda027b7dd3bc14079991b67b9ef949de8000f2a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:2f0855137ed7cac2d0d5397fbda027b7dd3bc14079991b67b9ef949de8000f2a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:2f0855137ed7cac2d0d5397fbda027b7dd3bc14079991b67b9ef949de8000f2a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9@sha256%3A2f0855137ed7cac2d0d5397fbda027b7dd3bc14079991b67b9ef949de8000f2a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=1781640172"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9faacdfad64ddc56324e54a2f4cced8e82da5ae27bf12dc79d140f97f2e17cb2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9faacdfad64ddc56324e54a2f4cced8e82da5ae27bf12dc79d140f97f2e17cb2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9faacdfad64ddc56324e54a2f4cced8e82da5ae27bf12dc79d140f97f2e17cb2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3A9faacdfad64ddc56324e54a2f4cced8e82da5ae27bf12dc79d140f97f2e17cb2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1781640985"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:07eb80ae1fcf558dd4fd271ad76071259c6b2e114e4cac3cdbe3e2933137f370_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:07eb80ae1fcf558dd4fd271ad76071259c6b2e114e4cac3cdbe3e2933137f370_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:07eb80ae1fcf558dd4fd271ad76071259c6b2e114e4cac3cdbe3e2933137f370_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3A07eb80ae1fcf558dd4fd271ad76071259c6b2e114e4cac3cdbe3e2933137f370?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1781644200"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c7429bc2eba5de3e3b398b0e7ba62b8cd143c00743bc9269e775578c8a561ff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c7429bc2eba5de3e3b398b0e7ba62b8cd143c00743bc9269e775578c8a561ff_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c7429bc2eba5de3e3b398b0e7ba62b8cd143c00743bc9269e775578c8a561ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3A2c7429bc2eba5de3e3b398b0e7ba62b8cd143c00743bc9269e775578c8a561ff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1781639615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:6ec247217730f3f0fb1a5f309a114aa9c230ded6e24a1e573231fdf245d03742_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:6ec247217730f3f0fb1a5f309a114aa9c230ded6e24a1e573231fdf245d03742_ppc64le",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:6ec247217730f3f0fb1a5f309a114aa9c230ded6e24a1e573231fdf245d03742_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel9@sha256%3A6ec247217730f3f0fb1a5f309a114aa9c230ded6e24a1e573231fdf245d03742?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=1781732162"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d9861fa0b93466900fcd0522659c7b509e69f0d31a24547fc7f87aeb7edde65f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d9861fa0b93466900fcd0522659c7b509e69f0d31a24547fc7f87aeb7edde65f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d9861fa0b93466900fcd0522659c7b509e69f0d31a24547fc7f87aeb7edde65f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3Ad9861fa0b93466900fcd0522659c7b509e69f0d31a24547fc7f87aeb7edde65f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1781641390"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8954ee3c4df48e606898aa49ec84e797c1f51f1d4fc53e34cb27e4448d23e1f8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8954ee3c4df48e606898aa49ec84e797c1f51f1d4fc53e34cb27e4448d23e1f8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8954ee3c4df48e606898aa49ec84e797c1f51f1d4fc53e34cb27e4448d23e1f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-rhel9-operator@sha256%3A8954ee3c4df48e606898aa49ec84e797c1f51f1d4fc53e34cb27e4448d23e1f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=1781641295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a259c396e09a30ad3587eb14bb6486059111aaef7e31c0d49ddede02b843c03b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a259c396e09a30ad3587eb14bb6486059111aaef7e31c0d49ddede02b843c03b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a259c396e09a30ad3587eb14bb6486059111aaef7e31c0d49ddede02b843c03b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity-rhel9@sha256%3Aa259c396e09a30ad3587eb14bb6486059111aaef7e31c0d49ddede02b843c03b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=1781644314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:3f34b2674f1a5555acad65fb688fa58f2d82d0afcace2e8d578b110556d91bb9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:3f34b2674f1a5555acad65fb688fa58f2d82d0afcace2e8d578b110556d91bb9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:3f34b2674f1a5555acad65fb688fa58f2d82d0afcace2e8d578b110556d91bb9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-rhel9-operator@sha256%3A3f34b2674f1a5555acad65fb688fa58f2d82d0afcace2e8d578b110556d91bb9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=1781661220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:31809258d958028339a7d0de33e6a1c947fe3228bb9ff6dae1b5121b48f7dc86_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:31809258d958028339a7d0de33e6a1c947fe3228bb9ff6dae1b5121b48f7dc86_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:31809258d958028339a7d0de33e6a1c947fe3228bb9ff6dae1b5121b48f7dc86_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3A31809258d958028339a7d0de33e6a1c947fe3228bb9ff6dae1b5121b48f7dc86?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1781639828"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:67cd6000ec12a77b34999b61af358e6a9ab49ba08f788be129ca332d08ec1d36_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:67cd6000ec12a77b34999b61af358e6a9ab49ba08f788be129ca332d08ec1d36_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:67cd6000ec12a77b34999b61af358e6a9ab49ba08f788be129ca332d08ec1d36_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel9-operator@sha256%3A67cd6000ec12a77b34999b61af358e6a9ab49ba08f788be129ca332d08ec1d36?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=1781730864"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cdc758ad472f509d21941b44197d9036e3efbf776b51272332fdd150a67be494_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cdc758ad472f509d21941b44197d9036e3efbf776b51272332fdd150a67be494_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cdc758ad472f509d21941b44197d9036e3efbf776b51272332fdd150a67be494_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9@sha256%3Acdc758ad472f509d21941b44197d9036e3efbf776b51272332fdd150a67be494?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=1781640195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e922c37ff89a8629745ff0bdb2104d7f73bd21b0d0f70c51ce88e6226e1ea88a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e922c37ff89a8629745ff0bdb2104d7f73bd21b0d0f70c51ce88e6226e1ea88a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e922c37ff89a8629745ff0bdb2104d7f73bd21b0d0f70c51ce88e6226e1ea88a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-filestore-csi-driver-rhel9-operator@sha256%3Ae922c37ff89a8629745ff0bdb2104d7f73bd21b0d0f70c51ce88e6226e1ea88a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=1781708793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:a551610c07285cb96e0af79581e539eed30c302742db40f0cd9ab8fb049f3767_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:a551610c07285cb96e0af79581e539eed30c302742db40f0cd9ab8fb049f3767_ppc64le",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:a551610c07285cb96e0af79581e539eed30c302742db40f0cd9ab8fb049f3767_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3Aa551610c07285cb96e0af79581e539eed30c302742db40f0cd9ab8fb049f3767?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1781641045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:676428e03819c4a34eb2bd8a97850dca6b05555423c32ddedfb03687bc7adf4f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:676428e03819c4a34eb2bd8a97850dca6b05555423c32ddedfb03687bc7adf4f_ppc64le",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:676428e03819c4a34eb2bd8a97850dca6b05555423c32ddedfb03687bc7adf4f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3A676428e03819c4a34eb2bd8a97850dca6b05555423c32ddedfb03687bc7adf4f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1781730899"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c86cb777195d398564da4f559f0820bc6efa23e448fe5656d8d9b7c34e69d922_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c86cb777195d398564da4f559f0820bc6efa23e448fe5656d8d9b7c34e69d922_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c86cb777195d398564da4f559f0820bc6efa23e448fe5656d8d9b7c34e69d922_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9@sha256%3Ac86cb777195d398564da4f559f0820bc6efa23e448fe5656d8d9b7c34e69d922?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=1781639783"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6a263908ea65d9db70b405f47cce4c08fdf6a6edd4adfb55665d5af107760cd3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6a263908ea65d9db70b405f47cce4c08fdf6a6edd4adfb55665d5af107760cd3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6a263908ea65d9db70b405f47cce4c08fdf6a6edd4adfb55665d5af107760cd3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9-operator@sha256%3A6a263908ea65d9db70b405f47cce4c08fdf6a6edd4adfb55665d5af107760cd3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=1781641590"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:f7907d2511c859c6ab81e5dacacd3aaaa650b60f5d2b7635df2f6ad5b5343827_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:f7907d2511c859c6ab81e5dacacd3aaaa650b60f5d2b7635df2f6ad5b5343827_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:f7907d2511c859c6ab81e5dacacd3aaaa650b60f5d2b7635df2f6ad5b5343827_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel9@sha256%3Af7907d2511c859c6ab81e5dacacd3aaaa650b60f5d2b7635df2f6ad5b5343827?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=1781644191"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:37bd94d9e48b43c9c4ecc6ea8ba344b2e9d0af27656d42dc00c52777b6bc4f2c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:37bd94d9e48b43c9c4ecc6ea8ba344b2e9d0af27656d42dc00c52777b6bc4f2c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:37bd94d9e48b43c9c4ecc6ea8ba344b2e9d0af27656d42dc00c52777b6bc4f2c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9@sha256%3A37bd94d9e48b43c9c4ecc6ea8ba344b2e9d0af27656d42dc00c52777b6bc4f2c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=1781640970"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:bb717150a221343da958b388ffb47529f836994480c95b863d8a63ce9c0aafb4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:bb717150a221343da958b388ffb47529f836994480c95b863d8a63ce9c0aafb4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:bb717150a221343da958b388ffb47529f836994480c95b863d8a63ce9c0aafb4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9-operator@sha256%3Abb717150a221343da958b388ffb47529f836994480c95b863d8a63ce9c0aafb4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=1781661209"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:29259704742b363336c765fee73e7fb36765e668a13416b4c99e39866c003ecf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:29259704742b363336c765fee73e7fb36765e668a13416b4c99e39866c003ecf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:29259704742b363336c765fee73e7fb36765e668a13416b4c99e39866c003ecf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3A29259704742b363336c765fee73e7fb36765e668a13416b4c99e39866c003ecf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=1781640977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:de17c15ac02bb371734b5bbea89012d6ff1cfb1e2e6f8f11299fd6149050dd5f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:de17c15ac02bb371734b5bbea89012d6ff1cfb1e2e6f8f11299fd6149050dd5f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:de17c15ac02bb371734b5bbea89012d6ff1cfb1e2e6f8f11299fd6149050dd5f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-rdma-cni-rhel9@sha256%3Ade17c15ac02bb371734b5bbea89012d6ff1cfb1e2e6f8f11299fd6149050dd5f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9\u0026tag=1781639621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:d652e829cd621ea00fe0a71d0058ba7887516d3f39ef9b711f59a216251a588c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:d652e829cd621ea00fe0a71d0058ba7887516d3f39ef9b711f59a216251a588c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:d652e829cd621ea00fe0a71d0058ba7887516d3f39ef9b711f59a216251a588c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-support-log-gather-rhel9-operator@sha256%3Ad652e829cd621ea00fe0a71d0058ba7887516d3f39ef9b711f59a216251a588c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator\u0026tag=1781641734"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:2575b347d8e695f1649bc829ac9b1d24ccf5983270eeed8a4b29cd727ab38ad6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:2575b347d8e695f1649bc829ac9b1d24ccf5983270eeed8a4b29cd727ab38ad6_ppc64le",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:2575b347d8e695f1649bc829ac9b1d24ccf5983270eeed8a4b29cd727ab38ad6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9@sha256%3A2575b347d8e695f1649bc829ac9b1d24ccf5983270eeed8a4b29cd727ab38ad6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=1781639905"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:b906b5bc989b0b583eb6916eb764bc35555d9661fdcb14445a52324788d6c4a1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:b906b5bc989b0b583eb6916eb764bc35555d9661fdcb14445a52324788d6c4a1_ppc64le",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:b906b5bc989b0b583eb6916eb764bc35555d9661fdcb14445a52324788d6c4a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9-operator@sha256%3Ab906b5bc989b0b583eb6916eb764bc35555d9661fdcb14445a52324788d6c4a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=1781640743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:c310ff65506ca88139ff1b2cc4edd248cfbaef86d5483509353d4e9fba24191a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:c310ff65506ca88139ff1b2cc4edd248cfbaef86d5483509353d4e9fba24191a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:c310ff65506ca88139ff1b2cc4edd248cfbaef86d5483509353d4e9fba24191a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ptp-rhel9-operator@sha256%3Ac310ff65506ca88139ff1b2cc4edd248cfbaef86d5483509353d4e9fba24191a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=1781639624"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:813d59edf469bb5584093041bd7f8449b6e6db67b24a680f1231bb45a7f3b8a0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:813d59edf469bb5584093041bd7f8449b6e6db67b24a680f1231bb45a7f3b8a0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:813d59edf469bb5584093041bd7f8449b6e6db67b24a680f1231bb45a7f3b8a0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ptp-must-gather-rhel9@sha256%3A813d59edf469bb5584093041bd7f8449b6e6db67b24a680f1231bb45a7f3b8a0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=1781644201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:ef641cc9fcd4d331c1dab43fc3515bb1d5bd8225845758f0626f6178aa536183_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:ef641cc9fcd4d331c1dab43fc3515bb1d5bd8225845758f0626f6178aa536183_ppc64le",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:ef641cc9fcd4d331c1dab43fc3515bb1d5bd8225845758f0626f6178aa536183_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3Aef641cc9fcd4d331c1dab43fc3515bb1d5bd8225845758f0626f6178aa536183?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1781641077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:589b22f2b1eea5dbfa60cadfd037333197dc0c6b40f708af0f12e105dd4e3ada_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:589b22f2b1eea5dbfa60cadfd037333197dc0c6b40f708af0f12e105dd4e3ada_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:589b22f2b1eea5dbfa60cadfd037333197dc0c6b40f708af0f12e105dd4e3ada_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller-rhel9@sha256%3A589b22f2b1eea5dbfa60cadfd037333197dc0c6b40f708af0f12e105dd4e3ada?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=1781639614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3bded865095d7a6108a5f12e622fcee23418b7ee292f2b6c4a392621f50af905_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3bded865095d7a6108a5f12e622fcee23418b7ee292f2b6c4a392621f50af905_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3bded865095d7a6108a5f12e622fcee23418b7ee292f2b6c4a392621f50af905_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon-rhel9@sha256%3A3bded865095d7a6108a5f12e622fcee23418b7ee292f2b6c4a392621f50af905?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=1781640700"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:828ed08c703b4f736c72d36a1d4c65ffcb2a68e629a75011ce15f371c5e5a218_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:828ed08c703b4f736c72d36a1d4c65ffcb2a68e629a75011ce15f371c5e5a218_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:828ed08c703b4f736c72d36a1d4c65ffcb2a68e629a75011ce15f371c5e5a218_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin-rhel9@sha256%3A828ed08c703b4f736c72d36a1d4c65ffcb2a68e629a75011ce15f371c5e5a218?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=1781639725"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:66a3b78b098a87e6958e0cda70f1c4287856b2b7bfd62090610ab33ddaacbaa4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:66a3b78b098a87e6958e0cda70f1c4287856b2b7bfd62090610ab33ddaacbaa4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:66a3b78b098a87e6958e0cda70f1c4287856b2b7bfd62090610ab33ddaacbaa4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-rhel9-operator@sha256%3A66a3b78b098a87e6958e0cda70f1c4287856b2b7bfd62090610ab33ddaacbaa4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=1781640967"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:158bdef1f73eeb432dc45f6427581992d0fc17d00d4805fa9b99edd968137eae_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:158bdef1f73eeb432dc45f6427581992d0fc17d00d4805fa9b99edd968137eae_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:158bdef1f73eeb432dc45f6427581992d0fc17d00d4805fa9b99edd968137eae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook-rhel9@sha256%3A158bdef1f73eeb432dc45f6427581992d0fc17d00d4805fa9b99edd968137eae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=1781640723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6e7c0771aee3e938f7dcb64fb248bdf50d000a3cf9bb314ae21f2b3220e691d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6e7c0771aee3e938f7dcb64fb248bdf50d000a3cf9bb314ae21f2b3220e691d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6e7c0771aee3e938f7dcb64fb248bdf50d000a3cf9bb314ae21f2b3220e691d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3Ae6e7c0771aee3e938f7dcb64fb248bdf50d000a3cf9bb314ae21f2b3220e691d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1781640996"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:df638109e8b415f33c844407e14abcb91138cd50a8f60018605f7e1d908e2d26_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:df638109e8b415f33c844407e14abcb91138cd50a8f60018605f7e1d908e2d26_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:df638109e8b415f33c844407e14abcb91138cd50a8f60018605f7e1d908e2d26_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3Adf638109e8b415f33c844407e14abcb91138cd50a8f60018605f7e1d908e2d26?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1781642016"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:6b6ae21bffad80ef9c531573ee8a7742a4ae0590d5c4c3b243da5d5f5e29a077_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:6b6ae21bffad80ef9c531573ee8a7742a4ae0590d5c4c3b243da5d5f5e29a077_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:6b6ae21bffad80ef9c531573ee8a7742a4ae0590d5c4c3b243da5d5f5e29a077_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-nfd-rhel9-operator@sha256%3A6b6ae21bffad80ef9c531573ee8a7742a4ae0590d5c4c3b243da5d5f5e29a077?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=1781640995"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:67998cb4758d9be56880bef142aef774a6b884c3a547d970848692c094c0f5ff_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:67998cb4758d9be56880bef142aef774a6b884c3a547d970848692c094c0f5ff_s390x",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:67998cb4758d9be56880bef142aef774a6b884c3a547d970848692c094c0f5ff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9@sha256%3A67998cb4758d9be56880bef142aef774a6b884c3a547d970848692c094c0f5ff?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=1781639839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:0aa5b55327d1b60629f7ec6c46a5bbbc27ccdbd6704ae98d777b977a071b8cd0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:0aa5b55327d1b60629f7ec6c46a5bbbc27ccdbd6704ae98d777b977a071b8cd0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:0aa5b55327d1b60629f7ec6c46a5bbbc27ccdbd6704ae98d777b977a071b8cd0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-clusterresourceoverride-rhel9-operator@sha256%3A0aa5b55327d1b60629f7ec6c46a5bbbc27ccdbd6704ae98d777b977a071b8cd0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=1781640667"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:340d55f59c4c93f886f647a9912ad08d70bb76b7b59a8fa0d594b33eac996b42_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:340d55f59c4c93f886f647a9912ad08d70bb76b7b59a8fa0d594b33eac996b42_s390x",
"product_id": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:340d55f59c4c93f886f647a9912ad08d70bb76b7b59a8fa0d594b33eac996b42_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-cni-rhel9@sha256%3A340d55f59c4c93f886f647a9912ad08d70bb76b7b59a8fa0d594b33eac996b42?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=1781661297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:618e5ad4fbf32946e91bc6d1445262a75c61f75bd57a557634bbafc413b405b4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:618e5ad4fbf32946e91bc6d1445262a75c61f75bd57a557634bbafc413b405b4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:618e5ad4fbf32946e91bc6d1445262a75c61f75bd57a557634bbafc413b405b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-daemon-rhel9@sha256%3A618e5ad4fbf32946e91bc6d1445262a75c61f75bd57a557634bbafc413b405b4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=1781661449"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c3a34c76bfd211ca5b8ad24199c82ad449c4df7ff85318d8a04781fe046652f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c3a34c76bfd211ca5b8ad24199c82ad449c4df7ff85318d8a04781fe046652f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c3a34c76bfd211ca5b8ad24199c82ad449c4df7ff85318d8a04781fe046652f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-dpu-rhel9-operator@sha256%3A6c3a34c76bfd211ca5b8ad24199c82ad449c4df7ff85318d8a04781fe046652f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=1781661208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:feb3c7cfeaddb54fd007d447412e98c401d2b9a1b82c79a979bf87638ac321be_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:feb3c7cfeaddb54fd007d447412e98c401d2b9a1b82c79a979bf87638ac321be_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:feb3c7cfeaddb54fd007d447412e98c401d2b9a1b82c79a979bf87638ac321be_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-infiniband-cni-rhel9@sha256%3Afeb3c7cfeaddb54fd007d447412e98c401d2b9a1b82c79a979bf87638ac321be?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=1781640962"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:feffd229bd5c8f63627580fbb021e8c688ea75dca307d42e44cfe7d89179f7b9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:feffd229bd5c8f63627580fbb021e8c688ea75dca307d42e44cfe7d89179f7b9_s390x",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:feffd229bd5c8f63627580fbb021e8c688ea75dca307d42e44cfe7d89179f7b9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9@sha256%3Afeffd229bd5c8f63627580fbb021e8c688ea75dca307d42e44cfe7d89179f7b9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=1781640675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:e8681041f99db67b9e93dd224a47471e976d3ace205340aee8a533ab2c808ae3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:e8681041f99db67b9e93dd224a47471e976d3ace205340aee8a533ab2c808ae3_s390x",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:e8681041f99db67b9e93dd224a47471e976d3ace205340aee8a533ab2c808ae3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ingress-node-firewall-rhel9-operator@sha256%3Ae8681041f99db67b9e93dd224a47471e976d3ace205340aee8a533ab2c808ae3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=1781641776"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:0cc5524a32884222af3e24fe8f467033b95715c246e473426ab7123a5a0abe53_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:0cc5524a32884222af3e24fe8f467033b95715c246e473426ab7123a5a0abe53_s390x",
"product_id": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:0cc5524a32884222af3e24fe8f467033b95715c246e473426ab7123a5a0abe53_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-compare-artifacts-rhel9@sha256%3A0cc5524a32884222af3e24fe8f467033b95715c246e473426ab7123a5a0abe53?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=1781646867"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4dff68e61185c94860103e00362fbe29c247a4e1da9a8fb98061771b0f98d239_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4dff68e61185c94860103e00362fbe29c247a4e1da9a8fb98061771b0f98d239_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4dff68e61185c94860103e00362fbe29c247a4e1da9a8fb98061771b0f98d239_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-diskmaker-rhel9@sha256%3A4dff68e61185c94860103e00362fbe29c247a4e1da9a8fb98061771b0f98d239?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=1781640985"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:7ee628bc205ae249ab8646223ce75a572f177cbe97f3a3dd5da914c96a17b4fb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:7ee628bc205ae249ab8646223ce75a572f177cbe97f3a3dd5da914c96a17b4fb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:7ee628bc205ae249ab8646223ce75a572f177cbe97f3a3dd5da914c96a17b4fb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-mustgather-rhel9@sha256%3A7ee628bc205ae249ab8646223ce75a572f177cbe97f3a3dd5da914c96a17b4fb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=1781644200"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f4e0cc816117d79a37c8897803120e4cfd193a10d683ed3906c4d3cc0d039194_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f4e0cc816117d79a37c8897803120e4cfd193a10d683ed3906c4d3cc0d039194_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f4e0cc816117d79a37c8897803120e4cfd193a10d683ed3906c4d3cc0d039194_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-local-storage-rhel9-operator@sha256%3Af4e0cc816117d79a37c8897803120e4cfd193a10d683ed3906c4d3cc0d039194?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=1781639615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:90d836afedeb1e2c7b435866f73ce60a2e00e64268b79d1ccefd9613289483f9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:90d836afedeb1e2c7b435866f73ce60a2e00e64268b79d1ccefd9613289483f9_s390x",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:90d836afedeb1e2c7b435866f73ce60a2e00e64268b79d1ccefd9613289483f9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/nmstate-console-plugin-rhel9@sha256%3A90d836afedeb1e2c7b435866f73ce60a2e00e64268b79d1ccefd9613289483f9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=1781732162"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:59731a5965f3110737ee20e174aaab06f80a0bb1a9f4c3fc72f3258d5be887a1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:59731a5965f3110737ee20e174aaab06f80a0bb1a9f4c3fc72f3258d5be887a1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:59731a5965f3110737ee20e174aaab06f80a0bb1a9f4c3fc72f3258d5be887a1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-node-feature-discovery-rhel9@sha256%3A59731a5965f3110737ee20e174aaab06f80a0bb1a9f4c3fc72f3258d5be887a1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=1781641390"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:5cff83e77fab82d667e25835604e1bbbf999ea98a8110f43d8c427c14fe3a58e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:5cff83e77fab82d667e25835604e1bbbf999ea98a8110f43d8c427c14fe3a58e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:5cff83e77fab82d667e25835604e1bbbf999ea98a8110f43d8c427c14fe3a58e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ansible-rhel9-operator@sha256%3A5cff83e77fab82d667e25835604e1bbbf999ea98a8110f43d8c427c14fe3a58e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=1781641295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a75773729597b53f4d7031d855161a425a6f941db7177f73fe227c7e272a18b8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a75773729597b53f4d7031d855161a425a6f941db7177f73fe227c7e272a18b8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a75773729597b53f4d7031d855161a425a6f941db7177f73fe227c7e272a18b8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capacity-rhel9@sha256%3Aa75773729597b53f4d7031d855161a425a6f941db7177f73fe227c7e272a18b8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=1781644314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:63a4aa5d0671ae724de6b93bd67ba6039250b2696b2e1a6a6b9bb5137a32a94b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:63a4aa5d0671ae724de6b93bd67ba6039250b2696b2e1a6a6b9bb5137a32a94b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:63a4aa5d0671ae724de6b93bd67ba6039250b2696b2e1a6a6b9bb5137a32a94b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-helm-rhel9-operator@sha256%3A63a4aa5d0671ae724de6b93bd67ba6039250b2696b2e1a6a6b9bb5137a32a94b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=1781661220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:be336765e73922d9742118b2e7a49d93f7c916e1893c766dcf88f56535de04ef_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:be336765e73922d9742118b2e7a49d93f7c916e1893c766dcf88f56535de04ef_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:be336765e73922d9742118b2e7a49d93f7c916e1893c766dcf88f56535de04ef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubernetes-nmstate-handler-rhel9@sha256%3Abe336765e73922d9742118b2e7a49d93f7c916e1893c766dcf88f56535de04ef?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=1781639828"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:049b8c5865d316cbea659268751d80a06a97904982c506668d5974494aaa1624_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:049b8c5865d316cbea659268751d80a06a97904982c506668d5974494aaa1624_s390x",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:049b8c5865d316cbea659268751d80a06a97904982c506668d5974494aaa1624_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubernetes-nmstate-rhel9-operator@sha256%3A049b8c5865d316cbea659268751d80a06a97904982c506668d5974494aaa1624?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=1781730864"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:ea312c528b1a091a92ea1bb7088f3b71ae99e2ec6b53308f737de45ffb3affb2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:ea312c528b1a091a92ea1bb7088f3b71ae99e2ec6b53308f737de45ffb3affb2_s390x",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:ea312c528b1a091a92ea1bb7088f3b71ae99e2ec6b53308f737de45ffb3affb2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9@sha256%3Aea312c528b1a091a92ea1bb7088f3b71ae99e2ec6b53308f737de45ffb3affb2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=1781641045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:cb20d4dd59c67970091d614ac8f106e660a0145c5fc0b4c72e9a803b637bb645_s390x",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:cb20d4dd59c67970091d614ac8f106e660a0145c5fc0b4c72e9a803b637bb645_s390x",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:cb20d4dd59c67970091d614ac8f106e660a0145c5fc0b4c72e9a803b637bb645_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/metallb-rhel9-operator@sha256%3Acb20d4dd59c67970091d614ac8f106e660a0145c5fc0b4c72e9a803b637bb645?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=1781730899"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e9f8b1c5cc696c85b2ff22bd1d6c4ab8d20864487b9e432832e89dbc8748bd43_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e9f8b1c5cc696c85b2ff22bd1d6c4ab8d20864487b9e432832e89dbc8748bd43_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e9f8b1c5cc696c85b2ff22bd1d6c4ab8d20864487b9e432832e89dbc8748bd43_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9@sha256%3Ae9f8b1c5cc696c85b2ff22bd1d6c4ab8d20864487b9e432832e89dbc8748bd43?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=1781639783"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:1a761c8819bdfb5c01d8561b0f4127dfa1fb98e5ddb4062626bff0ab0ba3a42f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:1a761c8819bdfb5c01d8561b0f4127dfa1fb98e5ddb4062626bff0ab0ba3a42f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:1a761c8819bdfb5c01d8561b0f4127dfa1fb98e5ddb4062626bff0ab0ba3a42f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-driver-rhel9-operator@sha256%3A1a761c8819bdfb5c01d8561b0f4127dfa1fb98e5ddb4062626bff0ab0ba3a42f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=1781641590"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2481cffeec3737d764f44ca5a90636a0c3d99fd2be41541a9627f4bfc189b82e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2481cffeec3737d764f44ca5a90636a0c3d99fd2be41541a9627f4bfc189b82e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2481cffeec3737d764f44ca5a90636a0c3d99fd2be41541a9627f4bfc189b82e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-secrets-store-csi-mustgather-rhel9@sha256%3A2481cffeec3737d764f44ca5a90636a0c3d99fd2be41541a9627f4bfc189b82e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=1781644191"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:80a7a09d6aed0ab8e49ee2124cdc6a8be1aa02696344f922a1bb4d2ca91f8196_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:80a7a09d6aed0ab8e49ee2124cdc6a8be1aa02696344f922a1bb4d2ca91f8196_s390x",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:80a7a09d6aed0ab8e49ee2124cdc6a8be1aa02696344f922a1bb4d2ca91f8196_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9@sha256%3A80a7a09d6aed0ab8e49ee2124cdc6a8be1aa02696344f922a1bb4d2ca91f8196?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=1781640970"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9818687d068a94f4733fd6ba620098eae367f213f783ffb921b27df5a3f15769_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9818687d068a94f4733fd6ba620098eae367f213f783ffb921b27df5a3f15769_s390x",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9818687d068a94f4733fd6ba620098eae367f213f783ffb921b27df5a3f15769_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-smb-csi-driver-rhel9-operator@sha256%3A9818687d068a94f4733fd6ba620098eae367f213f783ffb921b27df5a3f15769?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=1781661209"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:64632a566f5fac59d87d261ff03e2f1fe38e3b0d625a6e62e5031b23dd7e6da8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:64632a566f5fac59d87d261ff03e2f1fe38e3b0d625a6e62e5031b23dd7e6da8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:64632a566f5fac59d87d261ff03e2f1fe38e3b0d625a6e62e5031b23dd7e6da8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-metrics-exporter-rhel9@sha256%3A64632a566f5fac59d87d261ff03e2f1fe38e3b0d625a6e62e5031b23dd7e6da8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=1781640977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0d1f08618753ee9261d51dd15713fbf28de42dd0be08d1b7ad817c70c737bac3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0d1f08618753ee9261d51dd15713fbf28de42dd0be08d1b7ad817c70c737bac3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0d1f08618753ee9261d51dd15713fbf28de42dd0be08d1b7ad817c70c737bac3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-rdma-cni-rhel9@sha256%3A0d1f08618753ee9261d51dd15713fbf28de42dd0be08d1b7ad817c70c737bac3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9\u0026tag=1781639621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:78a7039c64e5c62e66b8bcf4d9e8c358526a5231b4b5a8a5289706a572959faa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:78a7039c64e5c62e66b8bcf4d9e8c358526a5231b4b5a8a5289706a572959faa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:78a7039c64e5c62e66b8bcf4d9e8c358526a5231b4b5a8a5289706a572959faa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-support-log-gather-rhel9-operator@sha256%3A78a7039c64e5c62e66b8bcf4d9e8c358526a5231b4b5a8a5289706a572959faa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator\u0026tag=1781641734"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e069cfb24dc1f08ee257202d0ccf4e3bb1fb46461659071ec09b052f5e3ac1ec_s390x",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e069cfb24dc1f08ee257202d0ccf4e3bb1fb46461659071ec09b052f5e3ac1ec_s390x",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e069cfb24dc1f08ee257202d0ccf4e3bb1fb46461659071ec09b052f5e3ac1ec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9@sha256%3Ae069cfb24dc1f08ee257202d0ccf4e3bb1fb46461659071ec09b052f5e3ac1ec?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=1781639905"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:af3f79463ab667d41f5f3822feb19e8b2b73ed6726c423c61e6c0d2a03fa114d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:af3f79463ab667d41f5f3822feb19e8b2b73ed6726c423c61e6c0d2a03fa114d_s390x",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:af3f79463ab667d41f5f3822feb19e8b2b73ed6726c423c61e6c0d2a03fa114d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/pf-status-relay-rhel9-operator@sha256%3Aaf3f79463ab667d41f5f3822feb19e8b2b73ed6726c423c61e6c0d2a03fa114d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=1781640743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cc987d88c81763d976b2fa59dbf1889f0c08a293bfc0c2d4e1e1fa3d0a4247f5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cc987d88c81763d976b2fa59dbf1889f0c08a293bfc0c2d4e1e1fa3d0a4247f5_s390x",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cc987d88c81763d976b2fa59dbf1889f0c08a293bfc0c2d4e1e1fa3d0a4247f5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/sriov-cni-rhel9@sha256%3Acc987d88c81763d976b2fa59dbf1889f0c08a293bfc0c2d4e1e1fa3d0a4247f5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=1781641077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:3b3bcf8a28cc8761578bb34c2337e7dfa146d873660ac3c1ff3273532ab0c669_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:3b3bcf8a28cc8761578bb34c2337e7dfa146d873660ac3c1ff3273532ab0c669_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:3b3bcf8a28cc8761578bb34c2337e7dfa146d873660ac3c1ff3273532ab0c669_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-dp-admission-controller-rhel9@sha256%3A3b3bcf8a28cc8761578bb34c2337e7dfa146d873660ac3c1ff3273532ab0c669?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=1781639614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7e2a6f695ce64db7ad477fd0a2d59103c87be13fc9fc3a42c2df19c05d8d5fb2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7e2a6f695ce64db7ad477fd0a2d59103c87be13fc9fc3a42c2df19c05d8d5fb2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7e2a6f695ce64db7ad477fd0a2d59103c87be13fc9fc3a42c2df19c05d8d5fb2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-config-daemon-rhel9@sha256%3A7e2a6f695ce64db7ad477fd0a2d59103c87be13fc9fc3a42c2df19c05d8d5fb2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=1781640700"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d7bb9265679737352bd0c7ffbe937a5a55b2e4775b1a6db79c0ae13f800caf66_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d7bb9265679737352bd0c7ffbe937a5a55b2e4775b1a6db79c0ae13f800caf66_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d7bb9265679737352bd0c7ffbe937a5a55b2e4775b1a6db79c0ae13f800caf66_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-device-plugin-rhel9@sha256%3Ad7bb9265679737352bd0c7ffbe937a5a55b2e4775b1a6db79c0ae13f800caf66?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=1781639725"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:77d207f3b8891232f4dc9a2611276e4c38c8216a55c4160e8d1fe5e012e39aa9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:77d207f3b8891232f4dc9a2611276e4c38c8216a55c4160e8d1fe5e012e39aa9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:77d207f3b8891232f4dc9a2611276e4c38c8216a55c4160e8d1fe5e012e39aa9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-rhel9-operator@sha256%3A77d207f3b8891232f4dc9a2611276e4c38c8216a55c4160e8d1fe5e012e39aa9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=1781640967"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:bf9db404d3846f16c8a65fee782b791f97b41c7047c10f1d6055c12eaf0cb64a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:bf9db404d3846f16c8a65fee782b791f97b41c7047c10f1d6055c12eaf0cb64a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:bf9db404d3846f16c8a65fee782b791f97b41c7047c10f1d6055c12eaf0cb64a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sriov-network-webhook-rhel9@sha256%3Abf9db404d3846f16c8a65fee782b791f97b41c7047c10f1d6055c12eaf0cb64a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=1781640723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:aac673d96b947f2bfbb7b1c079f5f6c9c90c2484040fcbd892d7f6eff4dc6b18_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:aac673d96b947f2bfbb7b1c079f5f6c9c90c2484040fcbd892d7f6eff4dc6b18_s390x",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:aac673d96b947f2bfbb7b1c079f5f6c9c90c2484040fcbd892d7f6eff4dc6b18_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9@sha256%3Aaac673d96b947f2bfbb7b1c079f5f6c9c90c2484040fcbd892d7f6eff4dc6b18?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=1781640996"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8acdff4d319c65a7e7ea9d67fa59c26873287d72fa2b21d2fd8deef525c6f0a6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8acdff4d319c65a7e7ea9d67fa59c26873287d72fa2b21d2fd8deef525c6f0a6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8acdff4d319c65a7e7ea9d67fa59c26873287d72fa2b21d2fd8deef525c6f0a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3A8acdff4d319c65a7e7ea9d67fa59c26873287d72fa2b21d2fd8deef525c6f0a6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=1781642016"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:015eef3d224662511f0ec1c915e6be7f3df94a171971361f56ebea9504a64dce_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:015eef3d224662511f0ec1c915e6be7f3df94a171971361f56ebea9504a64dce_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:015eef3d224662511f0ec1c915e6be7f3df94a171971361f56ebea9504a64dce_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:268721ad58def272d91a7f6ec8945c943ff9ad664f08ecbffb800cdc35f02b3a_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:268721ad58def272d91a7f6ec8945c943ff9ad664f08ecbffb800cdc35f02b3a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:268721ad58def272d91a7f6ec8945c943ff9ad664f08ecbffb800cdc35f02b3a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:83f0e01366ef34815a20035892cc88e4cd63134bfe62114c906959235019beff_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:83f0e01366ef34815a20035892cc88e4cd63134bfe62114c906959235019beff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:83f0e01366ef34815a20035892cc88e4cd63134bfe62114c906959235019beff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:e8681041f99db67b9e93dd224a47471e976d3ace205340aee8a533ab2c808ae3_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:e8681041f99db67b9e93dd224a47471e976d3ace205340aee8a533ab2c808ae3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:e8681041f99db67b9e93dd224a47471e976d3ace205340aee8a533ab2c808ae3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:257e2b35eb54800e9e0f3866c910bcdc7c49d0e00446a42a0a7186f7297e805b_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:257e2b35eb54800e9e0f3866c910bcdc7c49d0e00446a42a0a7186f7297e805b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:257e2b35eb54800e9e0f3866c910bcdc7c49d0e00446a42a0a7186f7297e805b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:3829136b33cecd1c14a4b47252df16335cb7d140f9d986751b5cd2628a8e59a2_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:3829136b33cecd1c14a4b47252df16335cb7d140f9d986751b5cd2628a8e59a2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:3829136b33cecd1c14a4b47252df16335cb7d140f9d986751b5cd2628a8e59a2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:5089e9fff6618ca9c38ba381743f75d90b593c7b848ea00992835ad8ef086b31_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:5089e9fff6618ca9c38ba381743f75d90b593c7b848ea00992835ad8ef086b31_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:5089e9fff6618ca9c38ba381743f75d90b593c7b848ea00992835ad8ef086b31_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:feffd229bd5c8f63627580fbb021e8c688ea75dca307d42e44cfe7d89179f7b9_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:feffd229bd5c8f63627580fbb021e8c688ea75dca307d42e44cfe7d89179f7b9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:feffd229bd5c8f63627580fbb021e8c688ea75dca307d42e44cfe7d89179f7b9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:0cc5524a32884222af3e24fe8f467033b95715c246e473426ab7123a5a0abe53_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:0cc5524a32884222af3e24fe8f467033b95715c246e473426ab7123a5a0abe53_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:0cc5524a32884222af3e24fe8f467033b95715c246e473426ab7123a5a0abe53_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:591ecfb4bba06859fb0fa1a8a8eb4a617fe316fe568ec462736639e78b7d8250_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:591ecfb4bba06859fb0fa1a8a8eb4a617fe316fe568ec462736639e78b7d8250_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:591ecfb4bba06859fb0fa1a8a8eb4a617fe316fe568ec462736639e78b7d8250_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:a1ecf168fb16d5db0c10fcc42513042d58da5de97162656a680eceed71f8a5ee_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:a1ecf168fb16d5db0c10fcc42513042d58da5de97162656a680eceed71f8a5ee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:a1ecf168fb16d5db0c10fcc42513042d58da5de97162656a680eceed71f8a5ee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:a2a8864e3f12d47202866dc967726567f61facda9955948cd999ddcc1a115f2c_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:a2a8864e3f12d47202866dc967726567f61facda9955948cd999ddcc1a115f2c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:a2a8864e3f12d47202866dc967726567f61facda9955948cd999ddcc1a115f2c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:049b8c5865d316cbea659268751d80a06a97904982c506668d5974494aaa1624_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:049b8c5865d316cbea659268751d80a06a97904982c506668d5974494aaa1624_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:049b8c5865d316cbea659268751d80a06a97904982c506668d5974494aaa1624_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:05c769ac0736e073e8cbaf49068ede50e07fa3f4075af4f4a7e8c5f57fd00d2e_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:05c769ac0736e073e8cbaf49068ede50e07fa3f4075af4f4a7e8c5f57fd00d2e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:05c769ac0736e073e8cbaf49068ede50e07fa3f4075af4f4a7e8c5f57fd00d2e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:31f3e6b523f349c691ec5447d5aca0029764c977b4abd18f1403d1e23d03d5bf_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:31f3e6b523f349c691ec5447d5aca0029764c977b4abd18f1403d1e23d03d5bf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:31f3e6b523f349c691ec5447d5aca0029764c977b4abd18f1403d1e23d03d5bf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:67cd6000ec12a77b34999b61af358e6a9ab49ba08f788be129ca332d08ec1d36_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:67cd6000ec12a77b34999b61af358e6a9ab49ba08f788be129ca332d08ec1d36_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:67cd6000ec12a77b34999b61af358e6a9ab49ba08f788be129ca332d08ec1d36_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:5fa67436a8151822bd0ff884f94a5fc8808a573846290edf160257a7b0fd8216_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:5fa67436a8151822bd0ff884f94a5fc8808a573846290edf160257a7b0fd8216_amd64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:5fa67436a8151822bd0ff884f94a5fc8808a573846290edf160257a7b0fd8216_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:676428e03819c4a34eb2bd8a97850dca6b05555423c32ddedfb03687bc7adf4f_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:676428e03819c4a34eb2bd8a97850dca6b05555423c32ddedfb03687bc7adf4f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:676428e03819c4a34eb2bd8a97850dca6b05555423c32ddedfb03687bc7adf4f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:8d02ee0cfabf59413114dd4f235c7dfdd66fdce3ffe1334d2fa8f89433af4374_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:8d02ee0cfabf59413114dd4f235c7dfdd66fdce3ffe1334d2fa8f89433af4374_arm64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:8d02ee0cfabf59413114dd4f235c7dfdd66fdce3ffe1334d2fa8f89433af4374_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:cb20d4dd59c67970091d614ac8f106e660a0145c5fc0b4c72e9a803b637bb645_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:cb20d4dd59c67970091d614ac8f106e660a0145c5fc0b4c72e9a803b637bb645_s390x"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:cb20d4dd59c67970091d614ac8f106e660a0145c5fc0b4c72e9a803b637bb645_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:a551610c07285cb96e0af79581e539eed30c302742db40f0cd9ab8fb049f3767_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:a551610c07285cb96e0af79581e539eed30c302742db40f0cd9ab8fb049f3767_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:a551610c07285cb96e0af79581e539eed30c302742db40f0cd9ab8fb049f3767_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:d6a0891aeece6d6afac238ee9f1682ae2c8ccc2871cbe6f6c0c24157b367258f_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:d6a0891aeece6d6afac238ee9f1682ae2c8ccc2871cbe6f6c0c24157b367258f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:d6a0891aeece6d6afac238ee9f1682ae2c8ccc2871cbe6f6c0c24157b367258f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:e5ce99ef24f42ef871a1d4b10d63f48f488f0428ebaf4accb59976726ce6c6e6_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:e5ce99ef24f42ef871a1d4b10d63f48f488f0428ebaf4accb59976726ce6c6e6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:e5ce99ef24f42ef871a1d4b10d63f48f488f0428ebaf4accb59976726ce6c6e6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:ea312c528b1a091a92ea1bb7088f3b71ae99e2ec6b53308f737de45ffb3affb2_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:ea312c528b1a091a92ea1bb7088f3b71ae99e2ec6b53308f737de45ffb3affb2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:ea312c528b1a091a92ea1bb7088f3b71ae99e2ec6b53308f737de45ffb3affb2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:6ec247217730f3f0fb1a5f309a114aa9c230ded6e24a1e573231fdf245d03742_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:6ec247217730f3f0fb1a5f309a114aa9c230ded6e24a1e573231fdf245d03742_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:6ec247217730f3f0fb1a5f309a114aa9c230ded6e24a1e573231fdf245d03742_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:90d836afedeb1e2c7b435866f73ce60a2e00e64268b79d1ccefd9613289483f9_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:90d836afedeb1e2c7b435866f73ce60a2e00e64268b79d1ccefd9613289483f9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:90d836afedeb1e2c7b435866f73ce60a2e00e64268b79d1ccefd9613289483f9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b4cff6601a9f44a78fd1f0081b0f478a48ca337da56a33c0fa6195a5440a5723_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b4cff6601a9f44a78fd1f0081b0f478a48ca337da56a33c0fa6195a5440a5723_amd64"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b4cff6601a9f44a78fd1f0081b0f478a48ca337da56a33c0fa6195a5440a5723_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:c5c34cbb1060aad2fbcfe208e44db6eb6dd4ebcd7b34c7110ba8cd4b57e65167_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:c5c34cbb1060aad2fbcfe208e44db6eb6dd4ebcd7b34c7110ba8cd4b57e65167_arm64"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:c5c34cbb1060aad2fbcfe208e44db6eb6dd4ebcd7b34c7110ba8cd4b57e65167_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:5cff83e77fab82d667e25835604e1bbbf999ea98a8110f43d8c427c14fe3a58e_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:5cff83e77fab82d667e25835604e1bbbf999ea98a8110f43d8c427c14fe3a58e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:5cff83e77fab82d667e25835604e1bbbf999ea98a8110f43d8c427c14fe3a58e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:5ec67f2ffddc38756c7bb4b8c4c03a6ff94b1f857824d7de7d2090b97dddf81d_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:5ec67f2ffddc38756c7bb4b8c4c03a6ff94b1f857824d7de7d2090b97dddf81d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:5ec67f2ffddc38756c7bb4b8c4c03a6ff94b1f857824d7de7d2090b97dddf81d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8015478d8ba3fd7be1eca3181756bab1dfb939a88a5efa0b6db814936bad7a9d_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8015478d8ba3fd7be1eca3181756bab1dfb939a88a5efa0b6db814936bad7a9d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8015478d8ba3fd7be1eca3181756bab1dfb939a88a5efa0b6db814936bad7a9d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8954ee3c4df48e606898aa49ec84e797c1f51f1d4fc53e34cb27e4448d23e1f8_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8954ee3c4df48e606898aa49ec84e797c1f51f1d4fc53e34cb27e4448d23e1f8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8954ee3c4df48e606898aa49ec84e797c1f51f1d4fc53e34cb27e4448d23e1f8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:29e792d837d907c16b4840c1760e6df2ee37b74d788ab64e92eb4623b95ea5be_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:29e792d837d907c16b4840c1760e6df2ee37b74d788ab64e92eb4623b95ea5be_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:29e792d837d907c16b4840c1760e6df2ee37b74d788ab64e92eb4623b95ea5be_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:5773c69c7c94718faa0f2460d0e70220b38fafe1c562d7e1f7b5302a310b4e30_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:5773c69c7c94718faa0f2460d0e70220b38fafe1c562d7e1f7b5302a310b4e30_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:5773c69c7c94718faa0f2460d0e70220b38fafe1c562d7e1f7b5302a310b4e30_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:0b1a6be893ca72b1505e3256f20a5b5fa0a85ab6e1f4acbc2531c100a171263d_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:0b1a6be893ca72b1505e3256f20a5b5fa0a85ab6e1f4acbc2531c100a171263d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:0b1a6be893ca72b1505e3256f20a5b5fa0a85ab6e1f4acbc2531c100a171263d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d8651161913c36321f87331f4b0df0320b5ef394109d48fa5b387f3b5b460dbe_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d8651161913c36321f87331f4b0df0320b5ef394109d48fa5b387f3b5b460dbe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d8651161913c36321f87331f4b0df0320b5ef394109d48fa5b387f3b5b460dbe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:290e1f47f4b24b28edc0c8759b5f5bc5796669bb478d172b25513e79ccea2535_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:290e1f47f4b24b28edc0c8759b5f5bc5796669bb478d172b25513e79ccea2535_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:290e1f47f4b24b28edc0c8759b5f5bc5796669bb478d172b25513e79ccea2535_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:de11975309f5c44e85758db0b278969e773484c521f107d240e0d5a593f4f848_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:de11975309f5c44e85758db0b278969e773484c521f107d240e0d5a593f4f848_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:de11975309f5c44e85758db0b278969e773484c521f107d240e0d5a593f4f848_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dee47230347404c6fc39f2250724824881cd9e69273888225847f92859dc9540_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dee47230347404c6fc39f2250724824881cd9e69273888225847f92859dc9540_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dee47230347404c6fc39f2250724824881cd9e69273888225847f92859dc9540_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7c6acb1b26c4197043d8dd29ba7d06cf600a6c816511ef0e0a4d30b14f067116_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7c6acb1b26c4197043d8dd29ba7d06cf600a6c816511ef0e0a4d30b14f067116_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7c6acb1b26c4197043d8dd29ba7d06cf600a6c816511ef0e0a4d30b14f067116_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a0c86abf15ed5b1d39d688ab209e97479baf0c498ab5039825f2d92ddd3f20c8_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a0c86abf15ed5b1d39d688ab209e97479baf0c498ab5039825f2d92ddd3f20c8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a0c86abf15ed5b1d39d688ab209e97479baf0c498ab5039825f2d92ddd3f20c8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a259c396e09a30ad3587eb14bb6486059111aaef7e31c0d49ddede02b843c03b_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a259c396e09a30ad3587eb14bb6486059111aaef7e31c0d49ddede02b843c03b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a259c396e09a30ad3587eb14bb6486059111aaef7e31c0d49ddede02b843c03b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a75773729597b53f4d7031d855161a425a6f941db7177f73fe227c7e272a18b8_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a75773729597b53f4d7031d855161a425a6f941db7177f73fe227c7e272a18b8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a75773729597b53f4d7031d855161a425a6f941db7177f73fe227c7e272a18b8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1276120f28aa9341ab84a95d70e9b0078cccee91059a144da9c17b1efe56fbc3_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1276120f28aa9341ab84a95d70e9b0078cccee91059a144da9c17b1efe56fbc3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1276120f28aa9341ab84a95d70e9b0078cccee91059a144da9c17b1efe56fbc3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:6b6ae21bffad80ef9c531573ee8a7742a4ae0590d5c4c3b243da5d5f5e29a077_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:6b6ae21bffad80ef9c531573ee8a7742a4ae0590d5c4c3b243da5d5f5e29a077_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:6b6ae21bffad80ef9c531573ee8a7742a4ae0590d5c4c3b243da5d5f5e29a077_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:6da0283e1b193a2abe4c651db8534d8e32454294ca9c9258a36178f5a0936e61_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:6da0283e1b193a2abe4c651db8534d8e32454294ca9c9258a36178f5a0936e61_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:6da0283e1b193a2abe4c651db8534d8e32454294ca9c9258a36178f5a0936e61_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:93ad058459a1623376a1af703f552b52054721a8437af90bb27ee79fb301fe7e_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:93ad058459a1623376a1af703f552b52054721a8437af90bb27ee79fb301fe7e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:93ad058459a1623376a1af703f552b52054721a8437af90bb27ee79fb301fe7e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:0aa5b55327d1b60629f7ec6c46a5bbbc27ccdbd6704ae98d777b977a071b8cd0_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:0aa5b55327d1b60629f7ec6c46a5bbbc27ccdbd6704ae98d777b977a071b8cd0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:0aa5b55327d1b60629f7ec6c46a5bbbc27ccdbd6704ae98d777b977a071b8cd0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9aae92b38f888b382d7ecc35c6d7e2de436518750c81bd8541218051dad128e_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9aae92b38f888b382d7ecc35c6d7e2de436518750c81bd8541218051dad128e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9aae92b38f888b382d7ecc35c6d7e2de436518750c81bd8541218051dad128e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b43a0e47e51ad842c72e667957e036d5e0f34859ebc8cda7039b5c74b3dec33b_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b43a0e47e51ad842c72e667957e036d5e0f34859ebc8cda7039b5c74b3dec33b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b43a0e47e51ad842c72e667957e036d5e0f34859ebc8cda7039b5c74b3dec33b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b50205a8c7584e2cb9147528a69e9c079e3433341d0f3dcdc19fb11e4b045481_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b50205a8c7584e2cb9147528a69e9c079e3433341d0f3dcdc19fb11e4b045481_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b50205a8c7584e2cb9147528a69e9c079e3433341d0f3dcdc19fb11e4b045481_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:5ad0488152cfc4d50fbf8833686973437d2257b80ce255125e50302575fd2296_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:5ad0488152cfc4d50fbf8833686973437d2257b80ce255125e50302575fd2296_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:5ad0488152cfc4d50fbf8833686973437d2257b80ce255125e50302575fd2296_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:67998cb4758d9be56880bef142aef774a6b884c3a547d970848692c094c0f5ff_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:67998cb4758d9be56880bef142aef774a6b884c3a547d970848692c094c0f5ff_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:67998cb4758d9be56880bef142aef774a6b884c3a547d970848692c094c0f5ff_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:bf8864887f34338d9ab7db7435bc3ab9bc1ad1e56442436d5aa91ebe36112b0d_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:bf8864887f34338d9ab7db7435bc3ab9bc1ad1e56442436d5aa91ebe36112b0d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:bf8864887f34338d9ab7db7435bc3ab9bc1ad1e56442436d5aa91ebe36112b0d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d8886281c568829d8eb1e0371754efd1b86fac196909d6e18eb84ac54a5033cd_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d8886281c568829d8eb1e0371754efd1b86fac196909d6e18eb84ac54a5033cd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d8886281c568829d8eb1e0371754efd1b86fac196909d6e18eb84ac54a5033cd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:340d55f59c4c93f886f647a9912ad08d70bb76b7b59a8fa0d594b33eac996b42_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:340d55f59c4c93f886f647a9912ad08d70bb76b7b59a8fa0d594b33eac996b42_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:340d55f59c4c93f886f647a9912ad08d70bb76b7b59a8fa0d594b33eac996b42_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:80eacf50c896a145d3fe5d86aa4d92a146b60f34029c12a38996d68bac7535f5_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:80eacf50c896a145d3fe5d86aa4d92a146b60f34029c12a38996d68bac7535f5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:80eacf50c896a145d3fe5d86aa4d92a146b60f34029c12a38996d68bac7535f5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b57ae4fa6bc8ddb7aa04bf230149edd2dfe0d77426bea18969baea8e0f4ac984_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b57ae4fa6bc8ddb7aa04bf230149edd2dfe0d77426bea18969baea8e0f4ac984_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b57ae4fa6bc8ddb7aa04bf230149edd2dfe0d77426bea18969baea8e0f4ac984_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b8b5e66c9edca0855ec80b54da1a60abd46bd486516632c791170f65c765665e_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b8b5e66c9edca0855ec80b54da1a60abd46bd486516632c791170f65c765665e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b8b5e66c9edca0855ec80b54da1a60abd46bd486516632c791170f65c765665e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:618e5ad4fbf32946e91bc6d1445262a75c61f75bd57a557634bbafc413b405b4_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:618e5ad4fbf32946e91bc6d1445262a75c61f75bd57a557634bbafc413b405b4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:618e5ad4fbf32946e91bc6d1445262a75c61f75bd57a557634bbafc413b405b4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:76b4f987a629b4bb9b12085856e6284a1d1cadcc7973149b6662aadf778b1ea4_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:76b4f987a629b4bb9b12085856e6284a1d1cadcc7973149b6662aadf778b1ea4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:76b4f987a629b4bb9b12085856e6284a1d1cadcc7973149b6662aadf778b1ea4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:9efc15fc7dec7bff4942730beaf0d6d5883271275d181d3a2773dc221c982720_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:9efc15fc7dec7bff4942730beaf0d6d5883271275d181d3a2773dc221c982720_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:9efc15fc7dec7bff4942730beaf0d6d5883271275d181d3a2773dc221c982720_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:b90e6642c45ae75b6062ed30e6d6c9b761773329a58243e2c72e02b10b528feb_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:b90e6642c45ae75b6062ed30e6d6c9b761773329a58243e2c72e02b10b528feb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:b90e6642c45ae75b6062ed30e6d6c9b761773329a58243e2c72e02b10b528feb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67bf45b93a887b1c03e390958b998fe7dd6a156813934c82bf8857ce6a0c96d2_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67bf45b93a887b1c03e390958b998fe7dd6a156813934c82bf8857ce6a0c96d2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67bf45b93a887b1c03e390958b998fe7dd6a156813934c82bf8857ce6a0c96d2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:da843d5ab649e66e6ebbd90a14992e6eb2188ea888e829e869f61de3a5fdc86f_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:da843d5ab649e66e6ebbd90a14992e6eb2188ea888e829e869f61de3a5fdc86f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:da843d5ab649e66e6ebbd90a14992e6eb2188ea888e829e869f61de3a5fdc86f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:53951f4d2a77013475b6d072990d4abba2b61a690b575e791a1063df67325340_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:53951f4d2a77013475b6d072990d4abba2b61a690b575e791a1063df67325340_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:53951f4d2a77013475b6d072990d4abba2b61a690b575e791a1063df67325340_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:eb94b53cbb2f0cbb6e19952216cc1635f1b1bd781341dec14e150a97f40b2e5d_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:eb94b53cbb2f0cbb6e19952216cc1635f1b1bd781341dec14e150a97f40b2e5d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:eb94b53cbb2f0cbb6e19952216cc1635f1b1bd781341dec14e150a97f40b2e5d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:379ef7bd774d31d2ec87088a5a04ad10b895863286facb0891e92d2a0395d65b_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:379ef7bd774d31d2ec87088a5a04ad10b895863286facb0891e92d2a0395d65b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:379ef7bd774d31d2ec87088a5a04ad10b895863286facb0891e92d2a0395d65b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:93dff3bd0949f1bf39e66e5a94300a9e6114e4b105f2c6dc9bef15afd3554206_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:93dff3bd0949f1bf39e66e5a94300a9e6114e4b105f2c6dc9bef15afd3554206_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:93dff3bd0949f1bf39e66e5a94300a9e6114e4b105f2c6dc9bef15afd3554206_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:27f79edd58926c815d4d91fac969751bd27bb4a91b05ac3ed18823ec4e4e62d4_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:27f79edd58926c815d4d91fac969751bd27bb4a91b05ac3ed18823ec4e4e62d4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:27f79edd58926c815d4d91fac969751bd27bb4a91b05ac3ed18823ec4e4e62d4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:4e4565c251acfec2917f22f20b7c30344813ba08f07f3ec9f3faf4999b429719_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:4e4565c251acfec2917f22f20b7c30344813ba08f07f3ec9f3faf4999b429719_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:4e4565c251acfec2917f22f20b7c30344813ba08f07f3ec9f3faf4999b429719_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:49614484a785c9a7535a2e409352d2919c393606616a0f3fb7d3bc602c2aa9bd_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:49614484a785c9a7535a2e409352d2919c393606616a0f3fb7d3bc602c2aa9bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:49614484a785c9a7535a2e409352d2919c393606616a0f3fb7d3bc602c2aa9bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:ae3fef9dafddb3e98b188954464c149abf1135f7bea8cb23f32c3fc636890dc0_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:ae3fef9dafddb3e98b188954464c149abf1135f7bea8cb23f32c3fc636890dc0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:ae3fef9dafddb3e98b188954464c149abf1135f7bea8cb23f32c3fc636890dc0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:d1d4dfaa85a4d87e180216d103250473a30c0065f1eba46a8cc83a42421ffbab_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:d1d4dfaa85a4d87e180216d103250473a30c0065f1eba46a8cc83a42421ffbab_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:d1d4dfaa85a4d87e180216d103250473a30c0065f1eba46a8cc83a42421ffbab_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:fce4a2b631b5e2e5016e1a9a756c8cbf7714a8e7fbc823f1e55f6167431b15ac_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:fce4a2b631b5e2e5016e1a9a756c8cbf7714a8e7fbc823f1e55f6167431b15ac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:fce4a2b631b5e2e5016e1a9a756c8cbf7714a8e7fbc823f1e55f6167431b15ac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:126684737ae6a16b5405f732811d61589b8f617f89f7e9e5a29e37e9c70b09d4_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:126684737ae6a16b5405f732811d61589b8f617f89f7e9e5a29e37e9c70b09d4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:126684737ae6a16b5405f732811d61589b8f617f89f7e9e5a29e37e9c70b09d4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4369dccc0d104eaf136df5262a6271cf2b5e81560e01510d6880bd71a575d850_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4369dccc0d104eaf136df5262a6271cf2b5e81560e01510d6880bd71a575d850_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4369dccc0d104eaf136df5262a6271cf2b5e81560e01510d6880bd71a575d850_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c3a34c76bfd211ca5b8ad24199c82ad449c4df7ff85318d8a04781fe046652f_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c3a34c76bfd211ca5b8ad24199c82ad449c4df7ff85318d8a04781fe046652f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c3a34c76bfd211ca5b8ad24199c82ad449c4df7ff85318d8a04781fe046652f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d2a87f9263ede7a13c7ae7fbc63da6dd33cddbc063c568e20ddc6191ceea52e0_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d2a87f9263ede7a13c7ae7fbc63da6dd33cddbc063c568e20ddc6191ceea52e0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d2a87f9263ede7a13c7ae7fbc63da6dd33cddbc063c568e20ddc6191ceea52e0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:133d2e7e37edb02a013a07a0bf96958f0f7ae3558c690417847410ab62c4f7a0_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:133d2e7e37edb02a013a07a0bf96958f0f7ae3558c690417847410ab62c4f7a0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:133d2e7e37edb02a013a07a0bf96958f0f7ae3558c690417847410ab62c4f7a0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:2d12f71505749ac1db214882fb78b8e0afc874ed36c90558b8bd6023ca17a661_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:2d12f71505749ac1db214882fb78b8e0afc874ed36c90558b8bd6023ca17a661_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:2d12f71505749ac1db214882fb78b8e0afc874ed36c90558b8bd6023ca17a661_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e922c37ff89a8629745ff0bdb2104d7f73bd21b0d0f70c51ce88e6226e1ea88a_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e922c37ff89a8629745ff0bdb2104d7f73bd21b0d0f70c51ce88e6226e1ea88a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e922c37ff89a8629745ff0bdb2104d7f73bd21b0d0f70c51ce88e6226e1ea88a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:adb39ff31d48421f3624ec74dca50c6aaf0726215fbbeaaed8af3f3339a0e810_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:adb39ff31d48421f3624ec74dca50c6aaf0726215fbbeaaed8af3f3339a0e810_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:adb39ff31d48421f3624ec74dca50c6aaf0726215fbbeaaed8af3f3339a0e810_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cdc758ad472f509d21941b44197d9036e3efbf776b51272332fdd150a67be494_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cdc758ad472f509d21941b44197d9036e3efbf776b51272332fdd150a67be494_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cdc758ad472f509d21941b44197d9036e3efbf776b51272332fdd150a67be494_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fcbb0f4c4f90ed04b9f0978455b1399d5ac5bc9bfbc88a73b711db901b8af43d_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fcbb0f4c4f90ed04b9f0978455b1399d5ac5bc9bfbc88a73b711db901b8af43d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fcbb0f4c4f90ed04b9f0978455b1399d5ac5bc9bfbc88a73b711db901b8af43d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:3f34b2674f1a5555acad65fb688fa58f2d82d0afcace2e8d578b110556d91bb9_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:3f34b2674f1a5555acad65fb688fa58f2d82d0afcace2e8d578b110556d91bb9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:3f34b2674f1a5555acad65fb688fa58f2d82d0afcace2e8d578b110556d91bb9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:63a4aa5d0671ae724de6b93bd67ba6039250b2696b2e1a6a6b9bb5137a32a94b_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:63a4aa5d0671ae724de6b93bd67ba6039250b2696b2e1a6a6b9bb5137a32a94b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:63a4aa5d0671ae724de6b93bd67ba6039250b2696b2e1a6a6b9bb5137a32a94b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6b87302a943dd7d5617250b792f614684ed1c85ee13833276ffc2f382a5a5ad0_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6b87302a943dd7d5617250b792f614684ed1c85ee13833276ffc2f382a5a5ad0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6b87302a943dd7d5617250b792f614684ed1c85ee13833276ffc2f382a5a5ad0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:702256b42e86bee0e587ff09f78cb554b7756b67d4c3e7a06440cfc2bf7f9472_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:702256b42e86bee0e587ff09f78cb554b7756b67d4c3e7a06440cfc2bf7f9472_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:702256b42e86bee0e587ff09f78cb554b7756b67d4c3e7a06440cfc2bf7f9472_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1c1b39d0cf520a7aea562b52850c13acc5b02a417ae60f583d3ac1ab253e3a4c_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1c1b39d0cf520a7aea562b52850c13acc5b02a417ae60f583d3ac1ab253e3a4c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1c1b39d0cf520a7aea562b52850c13acc5b02a417ae60f583d3ac1ab253e3a4c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:31809258d958028339a7d0de33e6a1c947fe3228bb9ff6dae1b5121b48f7dc86_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:31809258d958028339a7d0de33e6a1c947fe3228bb9ff6dae1b5121b48f7dc86_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:31809258d958028339a7d0de33e6a1c947fe3228bb9ff6dae1b5121b48f7dc86_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:99c7f3e12e217399cbc544c080edc23c74a72778860e76a75317c0f7b3ab7056_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:99c7f3e12e217399cbc544c080edc23c74a72778860e76a75317c0f7b3ab7056_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:99c7f3e12e217399cbc544c080edc23c74a72778860e76a75317c0f7b3ab7056_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:be336765e73922d9742118b2e7a49d93f7c916e1893c766dcf88f56535de04ef_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:be336765e73922d9742118b2e7a49d93f7c916e1893c766dcf88f56535de04ef_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:be336765e73922d9742118b2e7a49d93f7c916e1893c766dcf88f56535de04ef_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:0d40b3834f2d962f037b8eda4bd3333cf93b7c001dea653bc1decf624780770d_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:0d40b3834f2d962f037b8eda4bd3333cf93b7c001dea653bc1decf624780770d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:0d40b3834f2d962f037b8eda4bd3333cf93b7c001dea653bc1decf624780770d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4844d047c4b40dcc49507932e502a0a9d0df8f666c8558c356b4f9f15c269caa_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4844d047c4b40dcc49507932e502a0a9d0df8f666c8558c356b4f9f15c269caa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4844d047c4b40dcc49507932e502a0a9d0df8f666c8558c356b4f9f15c269caa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4dff68e61185c94860103e00362fbe29c247a4e1da9a8fb98061771b0f98d239_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4dff68e61185c94860103e00362fbe29c247a4e1da9a8fb98061771b0f98d239_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4dff68e61185c94860103e00362fbe29c247a4e1da9a8fb98061771b0f98d239_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9faacdfad64ddc56324e54a2f4cced8e82da5ae27bf12dc79d140f97f2e17cb2_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9faacdfad64ddc56324e54a2f4cced8e82da5ae27bf12dc79d140f97f2e17cb2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9faacdfad64ddc56324e54a2f4cced8e82da5ae27bf12dc79d140f97f2e17cb2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:07eb80ae1fcf558dd4fd271ad76071259c6b2e114e4cac3cdbe3e2933137f370_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:07eb80ae1fcf558dd4fd271ad76071259c6b2e114e4cac3cdbe3e2933137f370_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:07eb80ae1fcf558dd4fd271ad76071259c6b2e114e4cac3cdbe3e2933137f370_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:7ee628bc205ae249ab8646223ce75a572f177cbe97f3a3dd5da914c96a17b4fb_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:7ee628bc205ae249ab8646223ce75a572f177cbe97f3a3dd5da914c96a17b4fb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:7ee628bc205ae249ab8646223ce75a572f177cbe97f3a3dd5da914c96a17b4fb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:adb190ad136ef3302734fa99445e012408741036dca83997f254d0ecfadfabf6_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:adb190ad136ef3302734fa99445e012408741036dca83997f254d0ecfadfabf6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:adb190ad136ef3302734fa99445e012408741036dca83997f254d0ecfadfabf6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b62b0ab7afcadc868899f1b93c6aba1c7874c9120b2b4063b59b47700a65c87c_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b62b0ab7afcadc868899f1b93c6aba1c7874c9120b2b4063b59b47700a65c87c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b62b0ab7afcadc868899f1b93c6aba1c7874c9120b2b4063b59b47700a65c87c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c7429bc2eba5de3e3b398b0e7ba62b8cd143c00743bc9269e775578c8a561ff_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c7429bc2eba5de3e3b398b0e7ba62b8cd143c00743bc9269e775578c8a561ff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c7429bc2eba5de3e3b398b0e7ba62b8cd143c00743bc9269e775578c8a561ff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e321d45c48309bbd219d75e381579b0ad239e5dcec4cd0a7343e5e6176b8b250_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e321d45c48309bbd219d75e381579b0ad239e5dcec4cd0a7343e5e6176b8b250_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e321d45c48309bbd219d75e381579b0ad239e5dcec4cd0a7343e5e6176b8b250_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e523b17db971d3e8b65974c5074a5ca82174d02af6ec97dd8837d1d01e0de3f5_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e523b17db971d3e8b65974c5074a5ca82174d02af6ec97dd8837d1d01e0de3f5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e523b17db971d3e8b65974c5074a5ca82174d02af6ec97dd8837d1d01e0de3f5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f4e0cc816117d79a37c8897803120e4cfd193a10d683ed3906c4d3cc0d039194_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f4e0cc816117d79a37c8897803120e4cfd193a10d683ed3906c4d3cc0d039194_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f4e0cc816117d79a37c8897803120e4cfd193a10d683ed3906c4d3cc0d039194_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:41cb39dd911f6dfadc78c924bb18922fdcd2dcdb0ac5111df969fcbe48848e92_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:41cb39dd911f6dfadc78c924bb18922fdcd2dcdb0ac5111df969fcbe48848e92_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:41cb39dd911f6dfadc78c924bb18922fdcd2dcdb0ac5111df969fcbe48848e92_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:59731a5965f3110737ee20e174aaab06f80a0bb1a9f4c3fc72f3258d5be887a1_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:59731a5965f3110737ee20e174aaab06f80a0bb1a9f4c3fc72f3258d5be887a1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:59731a5965f3110737ee20e174aaab06f80a0bb1a9f4c3fc72f3258d5be887a1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:7d37be125716226acfc9b282b266117d1a289d32f97cc854831e15e9c4f98695_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:7d37be125716226acfc9b282b266117d1a289d32f97cc854831e15e9c4f98695_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:7d37be125716226acfc9b282b266117d1a289d32f97cc854831e15e9c4f98695_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d9861fa0b93466900fcd0522659c7b509e69f0d31a24547fc7f87aeb7edde65f_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d9861fa0b93466900fcd0522659c7b509e69f0d31a24547fc7f87aeb7edde65f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d9861fa0b93466900fcd0522659c7b509e69f0d31a24547fc7f87aeb7edde65f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:320d9ba3b184babbe559210263d6d1d694a58ca1057604155b96f6be80928823_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:320d9ba3b184babbe559210263d6d1d694a58ca1057604155b96f6be80928823_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:320d9ba3b184babbe559210263d6d1d694a58ca1057604155b96f6be80928823_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:c310ff65506ca88139ff1b2cc4edd248cfbaef86d5483509353d4e9fba24191a_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:c310ff65506ca88139ff1b2cc4edd248cfbaef86d5483509353d4e9fba24191a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:c310ff65506ca88139ff1b2cc4edd248cfbaef86d5483509353d4e9fba24191a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:def288bcb0578999f7c107c96a1d88dfd298eae43a8d5ecfca0295f30b59164a_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:def288bcb0578999f7c107c96a1d88dfd298eae43a8d5ecfca0295f30b59164a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:def288bcb0578999f7c107c96a1d88dfd298eae43a8d5ecfca0295f30b59164a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:04c58aa73af6e286be1574b36f9021f849b81581ccefa98892aff874b5eefe2d_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:04c58aa73af6e286be1574b36f9021f849b81581ccefa98892aff874b5eefe2d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:04c58aa73af6e286be1574b36f9021f849b81581ccefa98892aff874b5eefe2d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:24de97e2b359d9ff60de62f4abb8e3bd2712fc1593a519d0698bfafb8c3c2c11_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:24de97e2b359d9ff60de62f4abb8e3bd2712fc1593a519d0698bfafb8c3c2c11_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:24de97e2b359d9ff60de62f4abb8e3bd2712fc1593a519d0698bfafb8c3c2c11_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:2f0855137ed7cac2d0d5397fbda027b7dd3bc14079991b67b9ef949de8000f2a_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:2f0855137ed7cac2d0d5397fbda027b7dd3bc14079991b67b9ef949de8000f2a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:2f0855137ed7cac2d0d5397fbda027b7dd3bc14079991b67b9ef949de8000f2a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:1a761c8819bdfb5c01d8561b0f4127dfa1fb98e5ddb4062626bff0ab0ba3a42f_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:1a761c8819bdfb5c01d8561b0f4127dfa1fb98e5ddb4062626bff0ab0ba3a42f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:1a761c8819bdfb5c01d8561b0f4127dfa1fb98e5ddb4062626bff0ab0ba3a42f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:44010d82fca6308c8fc8e4d9f79ff209ac2aed3f343091cfdc106d3d3e4a84ce_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:44010d82fca6308c8fc8e4d9f79ff209ac2aed3f343091cfdc106d3d3e4a84ce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:44010d82fca6308c8fc8e4d9f79ff209ac2aed3f343091cfdc106d3d3e4a84ce_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6a263908ea65d9db70b405f47cce4c08fdf6a6edd4adfb55665d5af107760cd3_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6a263908ea65d9db70b405f47cce4c08fdf6a6edd4adfb55665d5af107760cd3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6a263908ea65d9db70b405f47cce4c08fdf6a6edd4adfb55665d5af107760cd3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:e6f34cfc12a39a087716e667c11f49a44d6df3415719499656e3c65399c3ea55_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:e6f34cfc12a39a087716e667c11f49a44d6df3415719499656e3c65399c3ea55_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:e6f34cfc12a39a087716e667c11f49a44d6df3415719499656e3c65399c3ea55_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:60b4f2fb7c144ea74ac8caf14fc3a68c0ea1188fd66254a539792440e8b20753_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:60b4f2fb7c144ea74ac8caf14fc3a68c0ea1188fd66254a539792440e8b20753_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:60b4f2fb7c144ea74ac8caf14fc3a68c0ea1188fd66254a539792440e8b20753_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:96c2183a743f132b62b15d704e668adb0966095953d21c6e72ea8455fdc3ee61_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:96c2183a743f132b62b15d704e668adb0966095953d21c6e72ea8455fdc3ee61_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:96c2183a743f132b62b15d704e668adb0966095953d21c6e72ea8455fdc3ee61_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c86cb777195d398564da4f559f0820bc6efa23e448fe5656d8d9b7c34e69d922_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c86cb777195d398564da4f559f0820bc6efa23e448fe5656d8d9b7c34e69d922_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c86cb777195d398564da4f559f0820bc6efa23e448fe5656d8d9b7c34e69d922_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e9f8b1c5cc696c85b2ff22bd1d6c4ab8d20864487b9e432832e89dbc8748bd43_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e9f8b1c5cc696c85b2ff22bd1d6c4ab8d20864487b9e432832e89dbc8748bd43_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e9f8b1c5cc696c85b2ff22bd1d6c4ab8d20864487b9e432832e89dbc8748bd43_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2481cffeec3737d764f44ca5a90636a0c3d99fd2be41541a9627f4bfc189b82e_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2481cffeec3737d764f44ca5a90636a0c3d99fd2be41541a9627f4bfc189b82e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2481cffeec3737d764f44ca5a90636a0c3d99fd2be41541a9627f4bfc189b82e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:289bae0ee0798c303ddabca015fd7449b7758d64a1471e9094e0deb58dddd1b7_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:289bae0ee0798c303ddabca015fd7449b7758d64a1471e9094e0deb58dddd1b7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:289bae0ee0798c303ddabca015fd7449b7758d64a1471e9094e0deb58dddd1b7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:d1f84e44ad3b4c15fe77632ef47d86b86faf4456708435b243c3769e9a8ad198_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:d1f84e44ad3b4c15fe77632ef47d86b86faf4456708435b243c3769e9a8ad198_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:d1f84e44ad3b4c15fe77632ef47d86b86faf4456708435b243c3769e9a8ad198_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:f7907d2511c859c6ab81e5dacacd3aaaa650b60f5d2b7635df2f6ad5b5343827_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:f7907d2511c859c6ab81e5dacacd3aaaa650b60f5d2b7635df2f6ad5b5343827_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:f7907d2511c859c6ab81e5dacacd3aaaa650b60f5d2b7635df2f6ad5b5343827_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:90f44b885019755b39fe3cca40b2543f7e92b5c4926f3ccb9ff19bd485d7504d_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:90f44b885019755b39fe3cca40b2543f7e92b5c4926f3ccb9ff19bd485d7504d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:90f44b885019755b39fe3cca40b2543f7e92b5c4926f3ccb9ff19bd485d7504d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9818687d068a94f4733fd6ba620098eae367f213f783ffb921b27df5a3f15769_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9818687d068a94f4733fd6ba620098eae367f213f783ffb921b27df5a3f15769_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9818687d068a94f4733fd6ba620098eae367f213f783ffb921b27df5a3f15769_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b785993cdf72b7c779dce89009067697b7fa82be0949478b39be8aa08eb48f09_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b785993cdf72b7c779dce89009067697b7fa82be0949478b39be8aa08eb48f09_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b785993cdf72b7c779dce89009067697b7fa82be0949478b39be8aa08eb48f09_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:bb717150a221343da958b388ffb47529f836994480c95b863d8a63ce9c0aafb4_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:bb717150a221343da958b388ffb47529f836994480c95b863d8a63ce9c0aafb4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:bb717150a221343da958b388ffb47529f836994480c95b863d8a63ce9c0aafb4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:37bd94d9e48b43c9c4ecc6ea8ba344b2e9d0af27656d42dc00c52777b6bc4f2c_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:37bd94d9e48b43c9c4ecc6ea8ba344b2e9d0af27656d42dc00c52777b6bc4f2c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:37bd94d9e48b43c9c4ecc6ea8ba344b2e9d0af27656d42dc00c52777b6bc4f2c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:7291770859e17b02b237037c3bb59eb3efe4a95f08ab0587d0537e56ae24e4d6_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:7291770859e17b02b237037c3bb59eb3efe4a95f08ab0587d0537e56ae24e4d6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:7291770859e17b02b237037c3bb59eb3efe4a95f08ab0587d0537e56ae24e4d6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:80a7a09d6aed0ab8e49ee2124cdc6a8be1aa02696344f922a1bb4d2ca91f8196_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:80a7a09d6aed0ab8e49ee2124cdc6a8be1aa02696344f922a1bb4d2ca91f8196_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:80a7a09d6aed0ab8e49ee2124cdc6a8be1aa02696344f922a1bb4d2ca91f8196_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:e9f1a0ac64b515979e190533e33510d7dbdb70c731228462c3b001a118c1718c_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:e9f1a0ac64b515979e190533e33510d7dbdb70c731228462c3b001a118c1718c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:e9f1a0ac64b515979e190533e33510d7dbdb70c731228462c3b001a118c1718c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:0896095a9b3d4af01148e27afb2bd684fb93ddc4e5f7c18fb664970458822b5f_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:0896095a9b3d4af01148e27afb2bd684fb93ddc4e5f7c18fb664970458822b5f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:0896095a9b3d4af01148e27afb2bd684fb93ddc4e5f7c18fb664970458822b5f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:3b3bcf8a28cc8761578bb34c2337e7dfa146d873660ac3c1ff3273532ab0c669_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:3b3bcf8a28cc8761578bb34c2337e7dfa146d873660ac3c1ff3273532ab0c669_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:3b3bcf8a28cc8761578bb34c2337e7dfa146d873660ac3c1ff3273532ab0c669_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:589b22f2b1eea5dbfa60cadfd037333197dc0c6b40f708af0f12e105dd4e3ada_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:589b22f2b1eea5dbfa60cadfd037333197dc0c6b40f708af0f12e105dd4e3ada_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:589b22f2b1eea5dbfa60cadfd037333197dc0c6b40f708af0f12e105dd4e3ada_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:787d2750fa663a05b2f92af1a9e5a9d717d05545dbf361585acffc992ceaff06_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:787d2750fa663a05b2f92af1a9e5a9d717d05545dbf361585acffc992ceaff06_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:787d2750fa663a05b2f92af1a9e5a9d717d05545dbf361585acffc992ceaff06_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:09b05d6e8a6e6e45b17bdd5d3d3e6fd1dc1336fd40afc268abe9e84366da97cd_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:09b05d6e8a6e6e45b17bdd5d3d3e6fd1dc1336fd40afc268abe9e84366da97cd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:09b05d6e8a6e6e45b17bdd5d3d3e6fd1dc1336fd40afc268abe9e84366da97cd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82395dadb216b0170476bfe133f33ba9a69e32c2427b5cbc2459efad94f73194_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82395dadb216b0170476bfe133f33ba9a69e32c2427b5cbc2459efad94f73194_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82395dadb216b0170476bfe133f33ba9a69e32c2427b5cbc2459efad94f73194_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:bb266989ff8553cff4f2ed5f910d040f9e41520eb6b290c8e9a839db20da11ba_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:bb266989ff8553cff4f2ed5f910d040f9e41520eb6b290c8e9a839db20da11ba_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:bb266989ff8553cff4f2ed5f910d040f9e41520eb6b290c8e9a839db20da11ba_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:feb3c7cfeaddb54fd007d447412e98c401d2b9a1b82c79a979bf87638ac321be_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:feb3c7cfeaddb54fd007d447412e98c401d2b9a1b82c79a979bf87638ac321be_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:feb3c7cfeaddb54fd007d447412e98c401d2b9a1b82c79a979bf87638ac321be_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3bded865095d7a6108a5f12e622fcee23418b7ee292f2b6c4a392621f50af905_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3bded865095d7a6108a5f12e622fcee23418b7ee292f2b6c4a392621f50af905_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3bded865095d7a6108a5f12e622fcee23418b7ee292f2b6c4a392621f50af905_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6e3bf31439d54cfe047a79870a2ad2f71cbe6188909124ce8b80a6a4d5bc2057_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6e3bf31439d54cfe047a79870a2ad2f71cbe6188909124ce8b80a6a4d5bc2057_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6e3bf31439d54cfe047a79870a2ad2f71cbe6188909124ce8b80a6a4d5bc2057_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7e2a6f695ce64db7ad477fd0a2d59103c87be13fc9fc3a42c2df19c05d8d5fb2_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7e2a6f695ce64db7ad477fd0a2d59103c87be13fc9fc3a42c2df19c05d8d5fb2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7e2a6f695ce64db7ad477fd0a2d59103c87be13fc9fc3a42c2df19c05d8d5fb2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fcba80fafa0f0a671e59bb739731474df67f2303486de88cda7bd7c2fe467740_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fcba80fafa0f0a671e59bb739731474df67f2303486de88cda7bd7c2fe467740_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fcba80fafa0f0a671e59bb739731474df67f2303486de88cda7bd7c2fe467740_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:828ed08c703b4f736c72d36a1d4c65ffcb2a68e629a75011ce15f371c5e5a218_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:828ed08c703b4f736c72d36a1d4c65ffcb2a68e629a75011ce15f371c5e5a218_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:828ed08c703b4f736c72d36a1d4c65ffcb2a68e629a75011ce15f371c5e5a218_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d7bb9265679737352bd0c7ffbe937a5a55b2e4775b1a6db79c0ae13f800caf66_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d7bb9265679737352bd0c7ffbe937a5a55b2e4775b1a6db79c0ae13f800caf66_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d7bb9265679737352bd0c7ffbe937a5a55b2e4775b1a6db79c0ae13f800caf66_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:dcbffb9012fb8bc0bd7fe74811089663405af600928b7416437280a336d36c33_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:dcbffb9012fb8bc0bd7fe74811089663405af600928b7416437280a336d36c33_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:dcbffb9012fb8bc0bd7fe74811089663405af600928b7416437280a336d36c33_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e2280e1294d499d04012dbd74b56d173899649b70fb444a5b73a9c649d90d42f_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e2280e1294d499d04012dbd74b56d173899649b70fb444a5b73a9c649d90d42f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e2280e1294d499d04012dbd74b56d173899649b70fb444a5b73a9c649d90d42f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:021dd6fd103565c8ae2725af761e190f8e641e81fc2d02de993da5d3ab0ce69e_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:021dd6fd103565c8ae2725af761e190f8e641e81fc2d02de993da5d3ab0ce69e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:021dd6fd103565c8ae2725af761e190f8e641e81fc2d02de993da5d3ab0ce69e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:29259704742b363336c765fee73e7fb36765e668a13416b4c99e39866c003ecf_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:29259704742b363336c765fee73e7fb36765e668a13416b4c99e39866c003ecf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:29259704742b363336c765fee73e7fb36765e668a13416b4c99e39866c003ecf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:407f188098a148a2570b1a6f71dd8a4d71fe59e88b7e53eebf73d4462e4f7985_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:407f188098a148a2570b1a6f71dd8a4d71fe59e88b7e53eebf73d4462e4f7985_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:407f188098a148a2570b1a6f71dd8a4d71fe59e88b7e53eebf73d4462e4f7985_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:64632a566f5fac59d87d261ff03e2f1fe38e3b0d625a6e62e5031b23dd7e6da8_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:64632a566f5fac59d87d261ff03e2f1fe38e3b0d625a6e62e5031b23dd7e6da8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:64632a566f5fac59d87d261ff03e2f1fe38e3b0d625a6e62e5031b23dd7e6da8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1619bb67f7e294c84e5f5069f2b5b6d9b85e2f3f5ae43dfa7f5744018fd59d18_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1619bb67f7e294c84e5f5069f2b5b6d9b85e2f3f5ae43dfa7f5744018fd59d18_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1619bb67f7e294c84e5f5069f2b5b6d9b85e2f3f5ae43dfa7f5744018fd59d18_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:66a3b78b098a87e6958e0cda70f1c4287856b2b7bfd62090610ab33ddaacbaa4_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:66a3b78b098a87e6958e0cda70f1c4287856b2b7bfd62090610ab33ddaacbaa4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:66a3b78b098a87e6958e0cda70f1c4287856b2b7bfd62090610ab33ddaacbaa4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:75d826682972e78d9719d7afa57eb019a2116ea4376918c3c78bc1a1e6992c71_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:75d826682972e78d9719d7afa57eb019a2116ea4376918c3c78bc1a1e6992c71_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:75d826682972e78d9719d7afa57eb019a2116ea4376918c3c78bc1a1e6992c71_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:77d207f3b8891232f4dc9a2611276e4c38c8216a55c4160e8d1fe5e012e39aa9_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:77d207f3b8891232f4dc9a2611276e4c38c8216a55c4160e8d1fe5e012e39aa9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:77d207f3b8891232f4dc9a2611276e4c38c8216a55c4160e8d1fe5e012e39aa9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:158bdef1f73eeb432dc45f6427581992d0fc17d00d4805fa9b99edd968137eae_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:158bdef1f73eeb432dc45f6427581992d0fc17d00d4805fa9b99edd968137eae_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:158bdef1f73eeb432dc45f6427581992d0fc17d00d4805fa9b99edd968137eae_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:2cebd247367b1fa2f4709f4b821f29f5253a6ccc529ef183c310f9a94d44f62f_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:2cebd247367b1fa2f4709f4b821f29f5253a6ccc529ef183c310f9a94d44f62f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:2cebd247367b1fa2f4709f4b821f29f5253a6ccc529ef183c310f9a94d44f62f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:af30ab67a9cfa68fe8e34d94d1c605182a45d8ecf25f179ca0daac6f3332764b_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:af30ab67a9cfa68fe8e34d94d1c605182a45d8ecf25f179ca0daac6f3332764b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:af30ab67a9cfa68fe8e34d94d1c605182a45d8ecf25f179ca0daac6f3332764b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:bf9db404d3846f16c8a65fee782b791f97b41c7047c10f1d6055c12eaf0cb64a_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:bf9db404d3846f16c8a65fee782b791f97b41c7047c10f1d6055c12eaf0cb64a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:bf9db404d3846f16c8a65fee782b791f97b41c7047c10f1d6055c12eaf0cb64a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0d1f08618753ee9261d51dd15713fbf28de42dd0be08d1b7ad817c70c737bac3_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0d1f08618753ee9261d51dd15713fbf28de42dd0be08d1b7ad817c70c737bac3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0d1f08618753ee9261d51dd15713fbf28de42dd0be08d1b7ad817c70c737bac3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2848c1cdd459e341cb15702e648d3960b361465b80b6cc92644353c916908819_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2848c1cdd459e341cb15702e648d3960b361465b80b6cc92644353c916908819_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2848c1cdd459e341cb15702e648d3960b361465b80b6cc92644353c916908819_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:9a5c6887049ca9e5ec42d793e18461cf268b1fc5d4946f4fc3d3a22457852fd4_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:9a5c6887049ca9e5ec42d793e18461cf268b1fc5d4946f4fc3d3a22457852fd4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:9a5c6887049ca9e5ec42d793e18461cf268b1fc5d4946f4fc3d3a22457852fd4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:de17c15ac02bb371734b5bbea89012d6ff1cfb1e2e6f8f11299fd6149050dd5f_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:de17c15ac02bb371734b5bbea89012d6ff1cfb1e2e6f8f11299fd6149050dd5f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:de17c15ac02bb371734b5bbea89012d6ff1cfb1e2e6f8f11299fd6149050dd5f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:02ed90769dfa8afd696411f4f7a4b29fb06527800e8969f276ea5236a0072b58_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:02ed90769dfa8afd696411f4f7a4b29fb06527800e8969f276ea5236a0072b58_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:02ed90769dfa8afd696411f4f7a4b29fb06527800e8969f276ea5236a0072b58_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:78a7039c64e5c62e66b8bcf4d9e8c358526a5231b4b5a8a5289706a572959faa_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:78a7039c64e5c62e66b8bcf4d9e8c358526a5231b4b5a8a5289706a572959faa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:78a7039c64e5c62e66b8bcf4d9e8c358526a5231b4b5a8a5289706a572959faa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:87bf1227a9292429f37b09301090883f3ce2c288d0ba68a5b4b39dd01e440984_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:87bf1227a9292429f37b09301090883f3ce2c288d0ba68a5b4b39dd01e440984_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:87bf1227a9292429f37b09301090883f3ce2c288d0ba68a5b4b39dd01e440984_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:d652e829cd621ea00fe0a71d0058ba7887516d3f39ef9b711f59a216251a588c_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:d652e829cd621ea00fe0a71d0058ba7887516d3f39ef9b711f59a216251a588c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:d652e829cd621ea00fe0a71d0058ba7887516d3f39ef9b711f59a216251a588c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:38374607bb3df288fb234dd8228bfb02778449a5fb6fccf6af3e9d13ea12d68c_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:38374607bb3df288fb234dd8228bfb02778449a5fb6fccf6af3e9d13ea12d68c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:38374607bb3df288fb234dd8228bfb02778449a5fb6fccf6af3e9d13ea12d68c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8acdff4d319c65a7e7ea9d67fa59c26873287d72fa2b21d2fd8deef525c6f0a6_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8acdff4d319c65a7e7ea9d67fa59c26873287d72fa2b21d2fd8deef525c6f0a6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8acdff4d319c65a7e7ea9d67fa59c26873287d72fa2b21d2fd8deef525c6f0a6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d2adcb8fa551f62fd65fba3144557c87236f6bb4eaf408701931bfe1ce82a43f_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d2adcb8fa551f62fd65fba3144557c87236f6bb4eaf408701931bfe1ce82a43f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d2adcb8fa551f62fd65fba3144557c87236f6bb4eaf408701931bfe1ce82a43f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:df638109e8b415f33c844407e14abcb91138cd50a8f60018605f7e1d908e2d26_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:df638109e8b415f33c844407e14abcb91138cd50a8f60018605f7e1d908e2d26_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:df638109e8b415f33c844407e14abcb91138cd50a8f60018605f7e1d908e2d26_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:37a39791439b5c777444f3000793be9daa293521615f5050789d997a49a38170_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:37a39791439b5c777444f3000793be9daa293521615f5050789d997a49a38170_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:37a39791439b5c777444f3000793be9daa293521615f5050789d997a49a38170_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:93d1c30d1ee67ee6de9de32bca0039192b6b8e5f429dc59b84f1c9bc19cf659c_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:93d1c30d1ee67ee6de9de32bca0039192b6b8e5f429dc59b84f1c9bc19cf659c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:93d1c30d1ee67ee6de9de32bca0039192b6b8e5f429dc59b84f1c9bc19cf659c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:aac673d96b947f2bfbb7b1c079f5f6c9c90c2484040fcbd892d7f6eff4dc6b18_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:aac673d96b947f2bfbb7b1c079f5f6c9c90c2484040fcbd892d7f6eff4dc6b18_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:aac673d96b947f2bfbb7b1c079f5f6c9c90c2484040fcbd892d7f6eff4dc6b18_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6e7c0771aee3e938f7dcb64fb248bdf50d000a3cf9bb314ae21f2b3220e691d_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6e7c0771aee3e938f7dcb64fb248bdf50d000a3cf9bb314ae21f2b3220e691d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6e7c0771aee3e938f7dcb64fb248bdf50d000a3cf9bb314ae21f2b3220e691d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:61f5475bb031973f88e1486362cae01834778fb6c6e41a19ab932f0b3bcc7f9c_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:61f5475bb031973f88e1486362cae01834778fb6c6e41a19ab932f0b3bcc7f9c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:61f5475bb031973f88e1486362cae01834778fb6c6e41a19ab932f0b3bcc7f9c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:a9d5e178fd1d4b44bf69c9fdfc9c5ccd390430c6bbf4edf4e23c1fe661eafd07_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:a9d5e178fd1d4b44bf69c9fdfc9c5ccd390430c6bbf4edf4e23c1fe661eafd07_arm64"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:a9d5e178fd1d4b44bf69c9fdfc9c5ccd390430c6bbf4edf4e23c1fe661eafd07_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:af3f79463ab667d41f5f3822feb19e8b2b73ed6726c423c61e6c0d2a03fa114d_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:af3f79463ab667d41f5f3822feb19e8b2b73ed6726c423c61e6c0d2a03fa114d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:af3f79463ab667d41f5f3822feb19e8b2b73ed6726c423c61e6c0d2a03fa114d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:b906b5bc989b0b583eb6916eb764bc35555d9661fdcb14445a52324788d6c4a1_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:b906b5bc989b0b583eb6916eb764bc35555d9661fdcb14445a52324788d6c4a1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:b906b5bc989b0b583eb6916eb764bc35555d9661fdcb14445a52324788d6c4a1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:2575b347d8e695f1649bc829ac9b1d24ccf5983270eeed8a4b29cd727ab38ad6_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:2575b347d8e695f1649bc829ac9b1d24ccf5983270eeed8a4b29cd727ab38ad6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:2575b347d8e695f1649bc829ac9b1d24ccf5983270eeed8a4b29cd727ab38ad6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:74392d29496b4fa293ccb9033b984400871db2f5dd13a326145efaaac77d5c10_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:74392d29496b4fa293ccb9033b984400871db2f5dd13a326145efaaac77d5c10_arm64"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:74392d29496b4fa293ccb9033b984400871db2f5dd13a326145efaaac77d5c10_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8b8dbb846e47ad89863e74ca1e8c1cba724b1eb2b516e0182bea92ddc10fdde4_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8b8dbb846e47ad89863e74ca1e8c1cba724b1eb2b516e0182bea92ddc10fdde4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8b8dbb846e47ad89863e74ca1e8c1cba724b1eb2b516e0182bea92ddc10fdde4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e069cfb24dc1f08ee257202d0ccf4e3bb1fb46461659071ec09b052f5e3ac1ec_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e069cfb24dc1f08ee257202d0ccf4e3bb1fb46461659071ec09b052f5e3ac1ec_s390x"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e069cfb24dc1f08ee257202d0ccf4e3bb1fb46461659071ec09b052f5e3ac1ec_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:45a47533849df989298cbe8cb17d2fc3e8d32925ca1fbe03ddee8ec7931ea9ff_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:45a47533849df989298cbe8cb17d2fc3e8d32925ca1fbe03ddee8ec7931ea9ff_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:45a47533849df989298cbe8cb17d2fc3e8d32925ca1fbe03ddee8ec7931ea9ff_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:813d59edf469bb5584093041bd7f8449b6e6db67b24a680f1231bb45a7f3b8a0_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:813d59edf469bb5584093041bd7f8449b6e6db67b24a680f1231bb45a7f3b8a0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:813d59edf469bb5584093041bd7f8449b6e6db67b24a680f1231bb45a7f3b8a0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c97012c63658b5461f55de682b4e7a057b841cea6677c7d597a12268820bac9c_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c97012c63658b5461f55de682b4e7a057b841cea6677c7d597a12268820bac9c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c97012c63658b5461f55de682b4e7a057b841cea6677c7d597a12268820bac9c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:0db8d6e89ed961aa51fea2bc07f39581e11cf633ceba6c4b07ea5cfa3df22c83_amd64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:0db8d6e89ed961aa51fea2bc07f39581e11cf633ceba6c4b07ea5cfa3df22c83_amd64"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:0db8d6e89ed961aa51fea2bc07f39581e11cf633ceba6c4b07ea5cfa3df22c83_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8ce2d82dd7ccb5529f2e057463ff54986d1bac2c7e60f44af7b6d5f68512d52a_arm64 as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8ce2d82dd7ccb5529f2e057463ff54986d1bac2c7e60f44af7b6d5f68512d52a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8ce2d82dd7ccb5529f2e057463ff54986d1bac2c7e60f44af7b6d5f68512d52a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cc987d88c81763d976b2fa59dbf1889f0c08a293bfc0c2d4e1e1fa3d0a4247f5_s390x as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cc987d88c81763d976b2fa59dbf1889f0c08a293bfc0c2d4e1e1fa3d0a4247f5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cc987d88c81763d976b2fa59dbf1889f0c08a293bfc0c2d4e1e1fa3d0a4247f5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:ef641cc9fcd4d331c1dab43fc3515bb1d5bd8225845758f0626f6178aa536183_ppc64le as a component of Red Hat OpenShift Container Platform 4.22",
"product_id": "Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:ef641cc9fcd4d331c1dab43fc3515bb1d5bd8225845758f0626f6178aa536183_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:ef641cc9fcd4d331c1dab43fc3515bb1d5bd8225845758f0626f6178aa536183_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.22"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-35469",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-13T03:52:35+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:015eef3d224662511f0ec1c915e6be7f3df94a171971361f56ebea9504a64dce_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:268721ad58def272d91a7f6ec8945c943ff9ad664f08ecbffb800cdc35f02b3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:83f0e01366ef34815a20035892cc88e4cd63134bfe62114c906959235019beff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:e8681041f99db67b9e93dd224a47471e976d3ace205340aee8a533ab2c808ae3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:257e2b35eb54800e9e0f3866c910bcdc7c49d0e00446a42a0a7186f7297e805b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:3829136b33cecd1c14a4b47252df16335cb7d140f9d986751b5cd2628a8e59a2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:5089e9fff6618ca9c38ba381743f75d90b593c7b848ea00992835ad8ef086b31_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:feffd229bd5c8f63627580fbb021e8c688ea75dca307d42e44cfe7d89179f7b9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:0cc5524a32884222af3e24fe8f467033b95715c246e473426ab7123a5a0abe53_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:591ecfb4bba06859fb0fa1a8a8eb4a617fe316fe568ec462736639e78b7d8250_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:a1ecf168fb16d5db0c10fcc42513042d58da5de97162656a680eceed71f8a5ee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:a2a8864e3f12d47202866dc967726567f61facda9955948cd999ddcc1a115f2c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:049b8c5865d316cbea659268751d80a06a97904982c506668d5974494aaa1624_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:05c769ac0736e073e8cbaf49068ede50e07fa3f4075af4f4a7e8c5f57fd00d2e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:31f3e6b523f349c691ec5447d5aca0029764c977b4abd18f1403d1e23d03d5bf_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:67cd6000ec12a77b34999b61af358e6a9ab49ba08f788be129ca332d08ec1d36_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:5fa67436a8151822bd0ff884f94a5fc8808a573846290edf160257a7b0fd8216_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:676428e03819c4a34eb2bd8a97850dca6b05555423c32ddedfb03687bc7adf4f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:8d02ee0cfabf59413114dd4f235c7dfdd66fdce3ffe1334d2fa8f89433af4374_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:cb20d4dd59c67970091d614ac8f106e660a0145c5fc0b4c72e9a803b637bb645_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:a551610c07285cb96e0af79581e539eed30c302742db40f0cd9ab8fb049f3767_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:d6a0891aeece6d6afac238ee9f1682ae2c8ccc2871cbe6f6c0c24157b367258f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:e5ce99ef24f42ef871a1d4b10d63f48f488f0428ebaf4accb59976726ce6c6e6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:ea312c528b1a091a92ea1bb7088f3b71ae99e2ec6b53308f737de45ffb3affb2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:6ec247217730f3f0fb1a5f309a114aa9c230ded6e24a1e573231fdf245d03742_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:90d836afedeb1e2c7b435866f73ce60a2e00e64268b79d1ccefd9613289483f9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b4cff6601a9f44a78fd1f0081b0f478a48ca337da56a33c0fa6195a5440a5723_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:c5c34cbb1060aad2fbcfe208e44db6eb6dd4ebcd7b34c7110ba8cd4b57e65167_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:5cff83e77fab82d667e25835604e1bbbf999ea98a8110f43d8c427c14fe3a58e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:5ec67f2ffddc38756c7bb4b8c4c03a6ff94b1f857824d7de7d2090b97dddf81d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8015478d8ba3fd7be1eca3181756bab1dfb939a88a5efa0b6db814936bad7a9d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8954ee3c4df48e606898aa49ec84e797c1f51f1d4fc53e34cb27e4448d23e1f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:29e792d837d907c16b4840c1760e6df2ee37b74d788ab64e92eb4623b95ea5be_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:5773c69c7c94718faa0f2460d0e70220b38fafe1c562d7e1f7b5302a310b4e30_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:0b1a6be893ca72b1505e3256f20a5b5fa0a85ab6e1f4acbc2531c100a171263d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d8651161913c36321f87331f4b0df0320b5ef394109d48fa5b387f3b5b460dbe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:290e1f47f4b24b28edc0c8759b5f5bc5796669bb478d172b25513e79ccea2535_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:de11975309f5c44e85758db0b278969e773484c521f107d240e0d5a593f4f848_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dee47230347404c6fc39f2250724824881cd9e69273888225847f92859dc9540_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7c6acb1b26c4197043d8dd29ba7d06cf600a6c816511ef0e0a4d30b14f067116_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a0c86abf15ed5b1d39d688ab209e97479baf0c498ab5039825f2d92ddd3f20c8_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a259c396e09a30ad3587eb14bb6486059111aaef7e31c0d49ddede02b843c03b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a75773729597b53f4d7031d855161a425a6f941db7177f73fe227c7e272a18b8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1276120f28aa9341ab84a95d70e9b0078cccee91059a144da9c17b1efe56fbc3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:6b6ae21bffad80ef9c531573ee8a7742a4ae0590d5c4c3b243da5d5f5e29a077_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:6da0283e1b193a2abe4c651db8534d8e32454294ca9c9258a36178f5a0936e61_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:93ad058459a1623376a1af703f552b52054721a8437af90bb27ee79fb301fe7e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:0aa5b55327d1b60629f7ec6c46a5bbbc27ccdbd6704ae98d777b977a071b8cd0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9aae92b38f888b382d7ecc35c6d7e2de436518750c81bd8541218051dad128e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b43a0e47e51ad842c72e667957e036d5e0f34859ebc8cda7039b5c74b3dec33b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b50205a8c7584e2cb9147528a69e9c079e3433341d0f3dcdc19fb11e4b045481_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:5ad0488152cfc4d50fbf8833686973437d2257b80ce255125e50302575fd2296_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:67998cb4758d9be56880bef142aef774a6b884c3a547d970848692c094c0f5ff_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:bf8864887f34338d9ab7db7435bc3ab9bc1ad1e56442436d5aa91ebe36112b0d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d8886281c568829d8eb1e0371754efd1b86fac196909d6e18eb84ac54a5033cd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:340d55f59c4c93f886f647a9912ad08d70bb76b7b59a8fa0d594b33eac996b42_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:80eacf50c896a145d3fe5d86aa4d92a146b60f34029c12a38996d68bac7535f5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b57ae4fa6bc8ddb7aa04bf230149edd2dfe0d77426bea18969baea8e0f4ac984_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b8b5e66c9edca0855ec80b54da1a60abd46bd486516632c791170f65c765665e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:618e5ad4fbf32946e91bc6d1445262a75c61f75bd57a557634bbafc413b405b4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:76b4f987a629b4bb9b12085856e6284a1d1cadcc7973149b6662aadf778b1ea4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:9efc15fc7dec7bff4942730beaf0d6d5883271275d181d3a2773dc221c982720_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:b90e6642c45ae75b6062ed30e6d6c9b761773329a58243e2c72e02b10b528feb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67bf45b93a887b1c03e390958b998fe7dd6a156813934c82bf8857ce6a0c96d2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:da843d5ab649e66e6ebbd90a14992e6eb2188ea888e829e869f61de3a5fdc86f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:53951f4d2a77013475b6d072990d4abba2b61a690b575e791a1063df67325340_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:eb94b53cbb2f0cbb6e19952216cc1635f1b1bd781341dec14e150a97f40b2e5d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:379ef7bd774d31d2ec87088a5a04ad10b895863286facb0891e92d2a0395d65b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:93dff3bd0949f1bf39e66e5a94300a9e6114e4b105f2c6dc9bef15afd3554206_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:27f79edd58926c815d4d91fac969751bd27bb4a91b05ac3ed18823ec4e4e62d4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:4e4565c251acfec2917f22f20b7c30344813ba08f07f3ec9f3faf4999b429719_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:49614484a785c9a7535a2e409352d2919c393606616a0f3fb7d3bc602c2aa9bd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:ae3fef9dafddb3e98b188954464c149abf1135f7bea8cb23f32c3fc636890dc0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:d1d4dfaa85a4d87e180216d103250473a30c0065f1eba46a8cc83a42421ffbab_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:fce4a2b631b5e2e5016e1a9a756c8cbf7714a8e7fbc823f1e55f6167431b15ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:126684737ae6a16b5405f732811d61589b8f617f89f7e9e5a29e37e9c70b09d4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4369dccc0d104eaf136df5262a6271cf2b5e81560e01510d6880bd71a575d850_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c3a34c76bfd211ca5b8ad24199c82ad449c4df7ff85318d8a04781fe046652f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d2a87f9263ede7a13c7ae7fbc63da6dd33cddbc063c568e20ddc6191ceea52e0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:133d2e7e37edb02a013a07a0bf96958f0f7ae3558c690417847410ab62c4f7a0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:2d12f71505749ac1db214882fb78b8e0afc874ed36c90558b8bd6023ca17a661_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e922c37ff89a8629745ff0bdb2104d7f73bd21b0d0f70c51ce88e6226e1ea88a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:adb39ff31d48421f3624ec74dca50c6aaf0726215fbbeaaed8af3f3339a0e810_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cdc758ad472f509d21941b44197d9036e3efbf776b51272332fdd150a67be494_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fcbb0f4c4f90ed04b9f0978455b1399d5ac5bc9bfbc88a73b711db901b8af43d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:3f34b2674f1a5555acad65fb688fa58f2d82d0afcace2e8d578b110556d91bb9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:63a4aa5d0671ae724de6b93bd67ba6039250b2696b2e1a6a6b9bb5137a32a94b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6b87302a943dd7d5617250b792f614684ed1c85ee13833276ffc2f382a5a5ad0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:702256b42e86bee0e587ff09f78cb554b7756b67d4c3e7a06440cfc2bf7f9472_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1c1b39d0cf520a7aea562b52850c13acc5b02a417ae60f583d3ac1ab253e3a4c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:31809258d958028339a7d0de33e6a1c947fe3228bb9ff6dae1b5121b48f7dc86_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:99c7f3e12e217399cbc544c080edc23c74a72778860e76a75317c0f7b3ab7056_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:be336765e73922d9742118b2e7a49d93f7c916e1893c766dcf88f56535de04ef_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:0d40b3834f2d962f037b8eda4bd3333cf93b7c001dea653bc1decf624780770d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4844d047c4b40dcc49507932e502a0a9d0df8f666c8558c356b4f9f15c269caa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4dff68e61185c94860103e00362fbe29c247a4e1da9a8fb98061771b0f98d239_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9faacdfad64ddc56324e54a2f4cced8e82da5ae27bf12dc79d140f97f2e17cb2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:07eb80ae1fcf558dd4fd271ad76071259c6b2e114e4cac3cdbe3e2933137f370_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:7ee628bc205ae249ab8646223ce75a572f177cbe97f3a3dd5da914c96a17b4fb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:adb190ad136ef3302734fa99445e012408741036dca83997f254d0ecfadfabf6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b62b0ab7afcadc868899f1b93c6aba1c7874c9120b2b4063b59b47700a65c87c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c7429bc2eba5de3e3b398b0e7ba62b8cd143c00743bc9269e775578c8a561ff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e321d45c48309bbd219d75e381579b0ad239e5dcec4cd0a7343e5e6176b8b250_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e523b17db971d3e8b65974c5074a5ca82174d02af6ec97dd8837d1d01e0de3f5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f4e0cc816117d79a37c8897803120e4cfd193a10d683ed3906c4d3cc0d039194_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:41cb39dd911f6dfadc78c924bb18922fdcd2dcdb0ac5111df969fcbe48848e92_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:59731a5965f3110737ee20e174aaab06f80a0bb1a9f4c3fc72f3258d5be887a1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:7d37be125716226acfc9b282b266117d1a289d32f97cc854831e15e9c4f98695_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d9861fa0b93466900fcd0522659c7b509e69f0d31a24547fc7f87aeb7edde65f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:320d9ba3b184babbe559210263d6d1d694a58ca1057604155b96f6be80928823_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:c310ff65506ca88139ff1b2cc4edd248cfbaef86d5483509353d4e9fba24191a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:def288bcb0578999f7c107c96a1d88dfd298eae43a8d5ecfca0295f30b59164a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:04c58aa73af6e286be1574b36f9021f849b81581ccefa98892aff874b5eefe2d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:24de97e2b359d9ff60de62f4abb8e3bd2712fc1593a519d0698bfafb8c3c2c11_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:2f0855137ed7cac2d0d5397fbda027b7dd3bc14079991b67b9ef949de8000f2a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:1a761c8819bdfb5c01d8561b0f4127dfa1fb98e5ddb4062626bff0ab0ba3a42f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:44010d82fca6308c8fc8e4d9f79ff209ac2aed3f343091cfdc106d3d3e4a84ce_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6a263908ea65d9db70b405f47cce4c08fdf6a6edd4adfb55665d5af107760cd3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:e6f34cfc12a39a087716e667c11f49a44d6df3415719499656e3c65399c3ea55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:60b4f2fb7c144ea74ac8caf14fc3a68c0ea1188fd66254a539792440e8b20753_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:96c2183a743f132b62b15d704e668adb0966095953d21c6e72ea8455fdc3ee61_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c86cb777195d398564da4f559f0820bc6efa23e448fe5656d8d9b7c34e69d922_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e9f8b1c5cc696c85b2ff22bd1d6c4ab8d20864487b9e432832e89dbc8748bd43_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2481cffeec3737d764f44ca5a90636a0c3d99fd2be41541a9627f4bfc189b82e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:289bae0ee0798c303ddabca015fd7449b7758d64a1471e9094e0deb58dddd1b7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:d1f84e44ad3b4c15fe77632ef47d86b86faf4456708435b243c3769e9a8ad198_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:f7907d2511c859c6ab81e5dacacd3aaaa650b60f5d2b7635df2f6ad5b5343827_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:90f44b885019755b39fe3cca40b2543f7e92b5c4926f3ccb9ff19bd485d7504d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9818687d068a94f4733fd6ba620098eae367f213f783ffb921b27df5a3f15769_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b785993cdf72b7c779dce89009067697b7fa82be0949478b39be8aa08eb48f09_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:bb717150a221343da958b388ffb47529f836994480c95b863d8a63ce9c0aafb4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:0896095a9b3d4af01148e27afb2bd684fb93ddc4e5f7c18fb664970458822b5f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:3b3bcf8a28cc8761578bb34c2337e7dfa146d873660ac3c1ff3273532ab0c669_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:589b22f2b1eea5dbfa60cadfd037333197dc0c6b40f708af0f12e105dd4e3ada_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:787d2750fa663a05b2f92af1a9e5a9d717d05545dbf361585acffc992ceaff06_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:09b05d6e8a6e6e45b17bdd5d3d3e6fd1dc1336fd40afc268abe9e84366da97cd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82395dadb216b0170476bfe133f33ba9a69e32c2427b5cbc2459efad94f73194_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:bb266989ff8553cff4f2ed5f910d040f9e41520eb6b290c8e9a839db20da11ba_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:feb3c7cfeaddb54fd007d447412e98c401d2b9a1b82c79a979bf87638ac321be_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3bded865095d7a6108a5f12e622fcee23418b7ee292f2b6c4a392621f50af905_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6e3bf31439d54cfe047a79870a2ad2f71cbe6188909124ce8b80a6a4d5bc2057_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7e2a6f695ce64db7ad477fd0a2d59103c87be13fc9fc3a42c2df19c05d8d5fb2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fcba80fafa0f0a671e59bb739731474df67f2303486de88cda7bd7c2fe467740_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:828ed08c703b4f736c72d36a1d4c65ffcb2a68e629a75011ce15f371c5e5a218_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d7bb9265679737352bd0c7ffbe937a5a55b2e4775b1a6db79c0ae13f800caf66_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:dcbffb9012fb8bc0bd7fe74811089663405af600928b7416437280a336d36c33_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e2280e1294d499d04012dbd74b56d173899649b70fb444a5b73a9c649d90d42f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:021dd6fd103565c8ae2725af761e190f8e641e81fc2d02de993da5d3ab0ce69e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:29259704742b363336c765fee73e7fb36765e668a13416b4c99e39866c003ecf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:407f188098a148a2570b1a6f71dd8a4d71fe59e88b7e53eebf73d4462e4f7985_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:64632a566f5fac59d87d261ff03e2f1fe38e3b0d625a6e62e5031b23dd7e6da8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1619bb67f7e294c84e5f5069f2b5b6d9b85e2f3f5ae43dfa7f5744018fd59d18_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:66a3b78b098a87e6958e0cda70f1c4287856b2b7bfd62090610ab33ddaacbaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:75d826682972e78d9719d7afa57eb019a2116ea4376918c3c78bc1a1e6992c71_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:77d207f3b8891232f4dc9a2611276e4c38c8216a55c4160e8d1fe5e012e39aa9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:158bdef1f73eeb432dc45f6427581992d0fc17d00d4805fa9b99edd968137eae_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:2cebd247367b1fa2f4709f4b821f29f5253a6ccc529ef183c310f9a94d44f62f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:af30ab67a9cfa68fe8e34d94d1c605182a45d8ecf25f179ca0daac6f3332764b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:bf9db404d3846f16c8a65fee782b791f97b41c7047c10f1d6055c12eaf0cb64a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0d1f08618753ee9261d51dd15713fbf28de42dd0be08d1b7ad817c70c737bac3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2848c1cdd459e341cb15702e648d3960b361465b80b6cc92644353c916908819_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:9a5c6887049ca9e5ec42d793e18461cf268b1fc5d4946f4fc3d3a22457852fd4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:de17c15ac02bb371734b5bbea89012d6ff1cfb1e2e6f8f11299fd6149050dd5f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:02ed90769dfa8afd696411f4f7a4b29fb06527800e8969f276ea5236a0072b58_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:78a7039c64e5c62e66b8bcf4d9e8c358526a5231b4b5a8a5289706a572959faa_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:87bf1227a9292429f37b09301090883f3ce2c288d0ba68a5b4b39dd01e440984_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:d652e829cd621ea00fe0a71d0058ba7887516d3f39ef9b711f59a216251a588c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:38374607bb3df288fb234dd8228bfb02778449a5fb6fccf6af3e9d13ea12d68c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8acdff4d319c65a7e7ea9d67fa59c26873287d72fa2b21d2fd8deef525c6f0a6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d2adcb8fa551f62fd65fba3144557c87236f6bb4eaf408701931bfe1ce82a43f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:df638109e8b415f33c844407e14abcb91138cd50a8f60018605f7e1d908e2d26_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:37a39791439b5c777444f3000793be9daa293521615f5050789d997a49a38170_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:93d1c30d1ee67ee6de9de32bca0039192b6b8e5f429dc59b84f1c9bc19cf659c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:aac673d96b947f2bfbb7b1c079f5f6c9c90c2484040fcbd892d7f6eff4dc6b18_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6e7c0771aee3e938f7dcb64fb248bdf50d000a3cf9bb314ae21f2b3220e691d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:61f5475bb031973f88e1486362cae01834778fb6c6e41a19ab932f0b3bcc7f9c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:a9d5e178fd1d4b44bf69c9fdfc9c5ccd390430c6bbf4edf4e23c1fe661eafd07_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:af3f79463ab667d41f5f3822feb19e8b2b73ed6726c423c61e6c0d2a03fa114d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:b906b5bc989b0b583eb6916eb764bc35555d9661fdcb14445a52324788d6c4a1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:2575b347d8e695f1649bc829ac9b1d24ccf5983270eeed8a4b29cd727ab38ad6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:74392d29496b4fa293ccb9033b984400871db2f5dd13a326145efaaac77d5c10_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8b8dbb846e47ad89863e74ca1e8c1cba724b1eb2b516e0182bea92ddc10fdde4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e069cfb24dc1f08ee257202d0ccf4e3bb1fb46461659071ec09b052f5e3ac1ec_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:45a47533849df989298cbe8cb17d2fc3e8d32925ca1fbe03ddee8ec7931ea9ff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:813d59edf469bb5584093041bd7f8449b6e6db67b24a680f1231bb45a7f3b8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c97012c63658b5461f55de682b4e7a057b841cea6677c7d597a12268820bac9c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:0db8d6e89ed961aa51fea2bc07f39581e11cf633ceba6c4b07ea5cfa3df22c83_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8ce2d82dd7ccb5529f2e057463ff54986d1bac2c7e60f44af7b6d5f68512d52a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cc987d88c81763d976b2fa59dbf1889f0c08a293bfc0c2d4e1e1fa3d0a4247f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:ef641cc9fcd4d331c1dab43fc3515bb1d5bd8225845758f0626f6178aa536183_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457729"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service flaw affecting OpenShift Container Platform. An attacker with specific elevated cluster roles, such as those permitting pod port forwarding, execution, attachment, or node proxying, could exploit a vulnerability in the SPDY streaming code of Kubelet, CRI-O, and kube-apiserver, leading to unresponsiveness of these critical components.",
"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.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:37bd94d9e48b43c9c4ecc6ea8ba344b2e9d0af27656d42dc00c52777b6bc4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:7291770859e17b02b237037c3bb59eb3efe4a95f08ab0587d0537e56ae24e4d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:80a7a09d6aed0ab8e49ee2124cdc6a8be1aa02696344f922a1bb4d2ca91f8196_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:e9f1a0ac64b515979e190533e33510d7dbdb70c731228462c3b001a118c1718c_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:015eef3d224662511f0ec1c915e6be7f3df94a171971361f56ebea9504a64dce_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:268721ad58def272d91a7f6ec8945c943ff9ad664f08ecbffb800cdc35f02b3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:83f0e01366ef34815a20035892cc88e4cd63134bfe62114c906959235019beff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:e8681041f99db67b9e93dd224a47471e976d3ace205340aee8a533ab2c808ae3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:257e2b35eb54800e9e0f3866c910bcdc7c49d0e00446a42a0a7186f7297e805b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:3829136b33cecd1c14a4b47252df16335cb7d140f9d986751b5cd2628a8e59a2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:5089e9fff6618ca9c38ba381743f75d90b593c7b848ea00992835ad8ef086b31_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:feffd229bd5c8f63627580fbb021e8c688ea75dca307d42e44cfe7d89179f7b9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:0cc5524a32884222af3e24fe8f467033b95715c246e473426ab7123a5a0abe53_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:591ecfb4bba06859fb0fa1a8a8eb4a617fe316fe568ec462736639e78b7d8250_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:a1ecf168fb16d5db0c10fcc42513042d58da5de97162656a680eceed71f8a5ee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:a2a8864e3f12d47202866dc967726567f61facda9955948cd999ddcc1a115f2c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:049b8c5865d316cbea659268751d80a06a97904982c506668d5974494aaa1624_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:05c769ac0736e073e8cbaf49068ede50e07fa3f4075af4f4a7e8c5f57fd00d2e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:31f3e6b523f349c691ec5447d5aca0029764c977b4abd18f1403d1e23d03d5bf_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:67cd6000ec12a77b34999b61af358e6a9ab49ba08f788be129ca332d08ec1d36_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:5fa67436a8151822bd0ff884f94a5fc8808a573846290edf160257a7b0fd8216_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:676428e03819c4a34eb2bd8a97850dca6b05555423c32ddedfb03687bc7adf4f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:8d02ee0cfabf59413114dd4f235c7dfdd66fdce3ffe1334d2fa8f89433af4374_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:cb20d4dd59c67970091d614ac8f106e660a0145c5fc0b4c72e9a803b637bb645_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:a551610c07285cb96e0af79581e539eed30c302742db40f0cd9ab8fb049f3767_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:d6a0891aeece6d6afac238ee9f1682ae2c8ccc2871cbe6f6c0c24157b367258f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:e5ce99ef24f42ef871a1d4b10d63f48f488f0428ebaf4accb59976726ce6c6e6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:ea312c528b1a091a92ea1bb7088f3b71ae99e2ec6b53308f737de45ffb3affb2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:6ec247217730f3f0fb1a5f309a114aa9c230ded6e24a1e573231fdf245d03742_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:90d836afedeb1e2c7b435866f73ce60a2e00e64268b79d1ccefd9613289483f9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b4cff6601a9f44a78fd1f0081b0f478a48ca337da56a33c0fa6195a5440a5723_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:c5c34cbb1060aad2fbcfe208e44db6eb6dd4ebcd7b34c7110ba8cd4b57e65167_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:5cff83e77fab82d667e25835604e1bbbf999ea98a8110f43d8c427c14fe3a58e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:5ec67f2ffddc38756c7bb4b8c4c03a6ff94b1f857824d7de7d2090b97dddf81d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8015478d8ba3fd7be1eca3181756bab1dfb939a88a5efa0b6db814936bad7a9d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8954ee3c4df48e606898aa49ec84e797c1f51f1d4fc53e34cb27e4448d23e1f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:29e792d837d907c16b4840c1760e6df2ee37b74d788ab64e92eb4623b95ea5be_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:5773c69c7c94718faa0f2460d0e70220b38fafe1c562d7e1f7b5302a310b4e30_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:0b1a6be893ca72b1505e3256f20a5b5fa0a85ab6e1f4acbc2531c100a171263d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d8651161913c36321f87331f4b0df0320b5ef394109d48fa5b387f3b5b460dbe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:290e1f47f4b24b28edc0c8759b5f5bc5796669bb478d172b25513e79ccea2535_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:de11975309f5c44e85758db0b278969e773484c521f107d240e0d5a593f4f848_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dee47230347404c6fc39f2250724824881cd9e69273888225847f92859dc9540_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7c6acb1b26c4197043d8dd29ba7d06cf600a6c816511ef0e0a4d30b14f067116_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a0c86abf15ed5b1d39d688ab209e97479baf0c498ab5039825f2d92ddd3f20c8_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a259c396e09a30ad3587eb14bb6486059111aaef7e31c0d49ddede02b843c03b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a75773729597b53f4d7031d855161a425a6f941db7177f73fe227c7e272a18b8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1276120f28aa9341ab84a95d70e9b0078cccee91059a144da9c17b1efe56fbc3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:6b6ae21bffad80ef9c531573ee8a7742a4ae0590d5c4c3b243da5d5f5e29a077_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:6da0283e1b193a2abe4c651db8534d8e32454294ca9c9258a36178f5a0936e61_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:93ad058459a1623376a1af703f552b52054721a8437af90bb27ee79fb301fe7e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:0aa5b55327d1b60629f7ec6c46a5bbbc27ccdbd6704ae98d777b977a071b8cd0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9aae92b38f888b382d7ecc35c6d7e2de436518750c81bd8541218051dad128e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b43a0e47e51ad842c72e667957e036d5e0f34859ebc8cda7039b5c74b3dec33b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b50205a8c7584e2cb9147528a69e9c079e3433341d0f3dcdc19fb11e4b045481_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:5ad0488152cfc4d50fbf8833686973437d2257b80ce255125e50302575fd2296_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:67998cb4758d9be56880bef142aef774a6b884c3a547d970848692c094c0f5ff_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:bf8864887f34338d9ab7db7435bc3ab9bc1ad1e56442436d5aa91ebe36112b0d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d8886281c568829d8eb1e0371754efd1b86fac196909d6e18eb84ac54a5033cd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:340d55f59c4c93f886f647a9912ad08d70bb76b7b59a8fa0d594b33eac996b42_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:80eacf50c896a145d3fe5d86aa4d92a146b60f34029c12a38996d68bac7535f5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b57ae4fa6bc8ddb7aa04bf230149edd2dfe0d77426bea18969baea8e0f4ac984_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b8b5e66c9edca0855ec80b54da1a60abd46bd486516632c791170f65c765665e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:618e5ad4fbf32946e91bc6d1445262a75c61f75bd57a557634bbafc413b405b4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:76b4f987a629b4bb9b12085856e6284a1d1cadcc7973149b6662aadf778b1ea4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:9efc15fc7dec7bff4942730beaf0d6d5883271275d181d3a2773dc221c982720_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:b90e6642c45ae75b6062ed30e6d6c9b761773329a58243e2c72e02b10b528feb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67bf45b93a887b1c03e390958b998fe7dd6a156813934c82bf8857ce6a0c96d2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:da843d5ab649e66e6ebbd90a14992e6eb2188ea888e829e869f61de3a5fdc86f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:53951f4d2a77013475b6d072990d4abba2b61a690b575e791a1063df67325340_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:eb94b53cbb2f0cbb6e19952216cc1635f1b1bd781341dec14e150a97f40b2e5d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:379ef7bd774d31d2ec87088a5a04ad10b895863286facb0891e92d2a0395d65b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:93dff3bd0949f1bf39e66e5a94300a9e6114e4b105f2c6dc9bef15afd3554206_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:27f79edd58926c815d4d91fac969751bd27bb4a91b05ac3ed18823ec4e4e62d4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:4e4565c251acfec2917f22f20b7c30344813ba08f07f3ec9f3faf4999b429719_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:49614484a785c9a7535a2e409352d2919c393606616a0f3fb7d3bc602c2aa9bd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:ae3fef9dafddb3e98b188954464c149abf1135f7bea8cb23f32c3fc636890dc0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:d1d4dfaa85a4d87e180216d103250473a30c0065f1eba46a8cc83a42421ffbab_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:fce4a2b631b5e2e5016e1a9a756c8cbf7714a8e7fbc823f1e55f6167431b15ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:126684737ae6a16b5405f732811d61589b8f617f89f7e9e5a29e37e9c70b09d4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4369dccc0d104eaf136df5262a6271cf2b5e81560e01510d6880bd71a575d850_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c3a34c76bfd211ca5b8ad24199c82ad449c4df7ff85318d8a04781fe046652f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d2a87f9263ede7a13c7ae7fbc63da6dd33cddbc063c568e20ddc6191ceea52e0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:133d2e7e37edb02a013a07a0bf96958f0f7ae3558c690417847410ab62c4f7a0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:2d12f71505749ac1db214882fb78b8e0afc874ed36c90558b8bd6023ca17a661_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e922c37ff89a8629745ff0bdb2104d7f73bd21b0d0f70c51ce88e6226e1ea88a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:adb39ff31d48421f3624ec74dca50c6aaf0726215fbbeaaed8af3f3339a0e810_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cdc758ad472f509d21941b44197d9036e3efbf776b51272332fdd150a67be494_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fcbb0f4c4f90ed04b9f0978455b1399d5ac5bc9bfbc88a73b711db901b8af43d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:3f34b2674f1a5555acad65fb688fa58f2d82d0afcace2e8d578b110556d91bb9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:63a4aa5d0671ae724de6b93bd67ba6039250b2696b2e1a6a6b9bb5137a32a94b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6b87302a943dd7d5617250b792f614684ed1c85ee13833276ffc2f382a5a5ad0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:702256b42e86bee0e587ff09f78cb554b7756b67d4c3e7a06440cfc2bf7f9472_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1c1b39d0cf520a7aea562b52850c13acc5b02a417ae60f583d3ac1ab253e3a4c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:31809258d958028339a7d0de33e6a1c947fe3228bb9ff6dae1b5121b48f7dc86_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:99c7f3e12e217399cbc544c080edc23c74a72778860e76a75317c0f7b3ab7056_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:be336765e73922d9742118b2e7a49d93f7c916e1893c766dcf88f56535de04ef_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:0d40b3834f2d962f037b8eda4bd3333cf93b7c001dea653bc1decf624780770d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4844d047c4b40dcc49507932e502a0a9d0df8f666c8558c356b4f9f15c269caa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4dff68e61185c94860103e00362fbe29c247a4e1da9a8fb98061771b0f98d239_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9faacdfad64ddc56324e54a2f4cced8e82da5ae27bf12dc79d140f97f2e17cb2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:07eb80ae1fcf558dd4fd271ad76071259c6b2e114e4cac3cdbe3e2933137f370_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:7ee628bc205ae249ab8646223ce75a572f177cbe97f3a3dd5da914c96a17b4fb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:adb190ad136ef3302734fa99445e012408741036dca83997f254d0ecfadfabf6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b62b0ab7afcadc868899f1b93c6aba1c7874c9120b2b4063b59b47700a65c87c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c7429bc2eba5de3e3b398b0e7ba62b8cd143c00743bc9269e775578c8a561ff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e321d45c48309bbd219d75e381579b0ad239e5dcec4cd0a7343e5e6176b8b250_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e523b17db971d3e8b65974c5074a5ca82174d02af6ec97dd8837d1d01e0de3f5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f4e0cc816117d79a37c8897803120e4cfd193a10d683ed3906c4d3cc0d039194_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:41cb39dd911f6dfadc78c924bb18922fdcd2dcdb0ac5111df969fcbe48848e92_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:59731a5965f3110737ee20e174aaab06f80a0bb1a9f4c3fc72f3258d5be887a1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:7d37be125716226acfc9b282b266117d1a289d32f97cc854831e15e9c4f98695_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d9861fa0b93466900fcd0522659c7b509e69f0d31a24547fc7f87aeb7edde65f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:320d9ba3b184babbe559210263d6d1d694a58ca1057604155b96f6be80928823_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:c310ff65506ca88139ff1b2cc4edd248cfbaef86d5483509353d4e9fba24191a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:def288bcb0578999f7c107c96a1d88dfd298eae43a8d5ecfca0295f30b59164a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:04c58aa73af6e286be1574b36f9021f849b81581ccefa98892aff874b5eefe2d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:24de97e2b359d9ff60de62f4abb8e3bd2712fc1593a519d0698bfafb8c3c2c11_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:2f0855137ed7cac2d0d5397fbda027b7dd3bc14079991b67b9ef949de8000f2a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:1a761c8819bdfb5c01d8561b0f4127dfa1fb98e5ddb4062626bff0ab0ba3a42f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:44010d82fca6308c8fc8e4d9f79ff209ac2aed3f343091cfdc106d3d3e4a84ce_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6a263908ea65d9db70b405f47cce4c08fdf6a6edd4adfb55665d5af107760cd3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:e6f34cfc12a39a087716e667c11f49a44d6df3415719499656e3c65399c3ea55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:60b4f2fb7c144ea74ac8caf14fc3a68c0ea1188fd66254a539792440e8b20753_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:96c2183a743f132b62b15d704e668adb0966095953d21c6e72ea8455fdc3ee61_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c86cb777195d398564da4f559f0820bc6efa23e448fe5656d8d9b7c34e69d922_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e9f8b1c5cc696c85b2ff22bd1d6c4ab8d20864487b9e432832e89dbc8748bd43_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2481cffeec3737d764f44ca5a90636a0c3d99fd2be41541a9627f4bfc189b82e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:289bae0ee0798c303ddabca015fd7449b7758d64a1471e9094e0deb58dddd1b7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:d1f84e44ad3b4c15fe77632ef47d86b86faf4456708435b243c3769e9a8ad198_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:f7907d2511c859c6ab81e5dacacd3aaaa650b60f5d2b7635df2f6ad5b5343827_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:90f44b885019755b39fe3cca40b2543f7e92b5c4926f3ccb9ff19bd485d7504d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9818687d068a94f4733fd6ba620098eae367f213f783ffb921b27df5a3f15769_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b785993cdf72b7c779dce89009067697b7fa82be0949478b39be8aa08eb48f09_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:bb717150a221343da958b388ffb47529f836994480c95b863d8a63ce9c0aafb4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:0896095a9b3d4af01148e27afb2bd684fb93ddc4e5f7c18fb664970458822b5f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:3b3bcf8a28cc8761578bb34c2337e7dfa146d873660ac3c1ff3273532ab0c669_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:589b22f2b1eea5dbfa60cadfd037333197dc0c6b40f708af0f12e105dd4e3ada_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:787d2750fa663a05b2f92af1a9e5a9d717d05545dbf361585acffc992ceaff06_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:09b05d6e8a6e6e45b17bdd5d3d3e6fd1dc1336fd40afc268abe9e84366da97cd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82395dadb216b0170476bfe133f33ba9a69e32c2427b5cbc2459efad94f73194_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:bb266989ff8553cff4f2ed5f910d040f9e41520eb6b290c8e9a839db20da11ba_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:feb3c7cfeaddb54fd007d447412e98c401d2b9a1b82c79a979bf87638ac321be_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3bded865095d7a6108a5f12e622fcee23418b7ee292f2b6c4a392621f50af905_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6e3bf31439d54cfe047a79870a2ad2f71cbe6188909124ce8b80a6a4d5bc2057_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7e2a6f695ce64db7ad477fd0a2d59103c87be13fc9fc3a42c2df19c05d8d5fb2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fcba80fafa0f0a671e59bb739731474df67f2303486de88cda7bd7c2fe467740_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:828ed08c703b4f736c72d36a1d4c65ffcb2a68e629a75011ce15f371c5e5a218_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d7bb9265679737352bd0c7ffbe937a5a55b2e4775b1a6db79c0ae13f800caf66_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:dcbffb9012fb8bc0bd7fe74811089663405af600928b7416437280a336d36c33_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e2280e1294d499d04012dbd74b56d173899649b70fb444a5b73a9c649d90d42f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:021dd6fd103565c8ae2725af761e190f8e641e81fc2d02de993da5d3ab0ce69e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:29259704742b363336c765fee73e7fb36765e668a13416b4c99e39866c003ecf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:407f188098a148a2570b1a6f71dd8a4d71fe59e88b7e53eebf73d4462e4f7985_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:64632a566f5fac59d87d261ff03e2f1fe38e3b0d625a6e62e5031b23dd7e6da8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1619bb67f7e294c84e5f5069f2b5b6d9b85e2f3f5ae43dfa7f5744018fd59d18_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:66a3b78b098a87e6958e0cda70f1c4287856b2b7bfd62090610ab33ddaacbaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:75d826682972e78d9719d7afa57eb019a2116ea4376918c3c78bc1a1e6992c71_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:77d207f3b8891232f4dc9a2611276e4c38c8216a55c4160e8d1fe5e012e39aa9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:158bdef1f73eeb432dc45f6427581992d0fc17d00d4805fa9b99edd968137eae_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:2cebd247367b1fa2f4709f4b821f29f5253a6ccc529ef183c310f9a94d44f62f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:af30ab67a9cfa68fe8e34d94d1c605182a45d8ecf25f179ca0daac6f3332764b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:bf9db404d3846f16c8a65fee782b791f97b41c7047c10f1d6055c12eaf0cb64a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0d1f08618753ee9261d51dd15713fbf28de42dd0be08d1b7ad817c70c737bac3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2848c1cdd459e341cb15702e648d3960b361465b80b6cc92644353c916908819_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:9a5c6887049ca9e5ec42d793e18461cf268b1fc5d4946f4fc3d3a22457852fd4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:de17c15ac02bb371734b5bbea89012d6ff1cfb1e2e6f8f11299fd6149050dd5f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:02ed90769dfa8afd696411f4f7a4b29fb06527800e8969f276ea5236a0072b58_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:78a7039c64e5c62e66b8bcf4d9e8c358526a5231b4b5a8a5289706a572959faa_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:87bf1227a9292429f37b09301090883f3ce2c288d0ba68a5b4b39dd01e440984_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:d652e829cd621ea00fe0a71d0058ba7887516d3f39ef9b711f59a216251a588c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:38374607bb3df288fb234dd8228bfb02778449a5fb6fccf6af3e9d13ea12d68c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8acdff4d319c65a7e7ea9d67fa59c26873287d72fa2b21d2fd8deef525c6f0a6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d2adcb8fa551f62fd65fba3144557c87236f6bb4eaf408701931bfe1ce82a43f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:df638109e8b415f33c844407e14abcb91138cd50a8f60018605f7e1d908e2d26_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:37a39791439b5c777444f3000793be9daa293521615f5050789d997a49a38170_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:93d1c30d1ee67ee6de9de32bca0039192b6b8e5f429dc59b84f1c9bc19cf659c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:aac673d96b947f2bfbb7b1c079f5f6c9c90c2484040fcbd892d7f6eff4dc6b18_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6e7c0771aee3e938f7dcb64fb248bdf50d000a3cf9bb314ae21f2b3220e691d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:61f5475bb031973f88e1486362cae01834778fb6c6e41a19ab932f0b3bcc7f9c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:a9d5e178fd1d4b44bf69c9fdfc9c5ccd390430c6bbf4edf4e23c1fe661eafd07_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:af3f79463ab667d41f5f3822feb19e8b2b73ed6726c423c61e6c0d2a03fa114d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:b906b5bc989b0b583eb6916eb764bc35555d9661fdcb14445a52324788d6c4a1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:2575b347d8e695f1649bc829ac9b1d24ccf5983270eeed8a4b29cd727ab38ad6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:74392d29496b4fa293ccb9033b984400871db2f5dd13a326145efaaac77d5c10_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8b8dbb846e47ad89863e74ca1e8c1cba724b1eb2b516e0182bea92ddc10fdde4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e069cfb24dc1f08ee257202d0ccf4e3bb1fb46461659071ec09b052f5e3ac1ec_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:45a47533849df989298cbe8cb17d2fc3e8d32925ca1fbe03ddee8ec7931ea9ff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:813d59edf469bb5584093041bd7f8449b6e6db67b24a680f1231bb45a7f3b8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c97012c63658b5461f55de682b4e7a057b841cea6677c7d597a12268820bac9c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:0db8d6e89ed961aa51fea2bc07f39581e11cf633ceba6c4b07ea5cfa3df22c83_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8ce2d82dd7ccb5529f2e057463ff54986d1bac2c7e60f44af7b6d5f68512d52a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cc987d88c81763d976b2fa59dbf1889f0c08a293bfc0c2d4e1e1fa3d0a4247f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:ef641cc9fcd4d331c1dab43fc3515bb1d5bd8225845758f0626f6178aa536183_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"category": "external",
"summary": "RHBZ#2457729",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457729"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-35469",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35469"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469"
}
],
"release_date": "2026-04-13T23:59:59+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-23T08:20:59+00:00",
"details": "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.22/html/release_notes/\n\nDetails on how to access this content are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.22/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:37bd94d9e48b43c9c4ecc6ea8ba344b2e9d0af27656d42dc00c52777b6bc4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:7291770859e17b02b237037c3bb59eb3efe4a95f08ab0587d0537e56ae24e4d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:80a7a09d6aed0ab8e49ee2124cdc6a8be1aa02696344f922a1bb4d2ca91f8196_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:e9f1a0ac64b515979e190533e33510d7dbdb70c731228462c3b001a118c1718c_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27010"
},
{
"category": "workaround",
"details": "To mitigate this issue, review and restrict the assignment of Kubernetes cluster roles `pods/portforward (create)`, `pods/exec (create)`, `pods/attach (create)`, and `nodes/proxy (get/create)` to untrusted users or service accounts. Ensure that only authorized and necessary entities possess these permissions. Modifying RBAC policies can impact the functionality of applications and services that rely on these permissions; careful testing is recommended.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:015eef3d224662511f0ec1c915e6be7f3df94a171971361f56ebea9504a64dce_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:268721ad58def272d91a7f6ec8945c943ff9ad664f08ecbffb800cdc35f02b3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:83f0e01366ef34815a20035892cc88e4cd63134bfe62114c906959235019beff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:e8681041f99db67b9e93dd224a47471e976d3ace205340aee8a533ab2c808ae3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:257e2b35eb54800e9e0f3866c910bcdc7c49d0e00446a42a0a7186f7297e805b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:3829136b33cecd1c14a4b47252df16335cb7d140f9d986751b5cd2628a8e59a2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:5089e9fff6618ca9c38ba381743f75d90b593c7b848ea00992835ad8ef086b31_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:feffd229bd5c8f63627580fbb021e8c688ea75dca307d42e44cfe7d89179f7b9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:0cc5524a32884222af3e24fe8f467033b95715c246e473426ab7123a5a0abe53_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:591ecfb4bba06859fb0fa1a8a8eb4a617fe316fe568ec462736639e78b7d8250_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:a1ecf168fb16d5db0c10fcc42513042d58da5de97162656a680eceed71f8a5ee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:a2a8864e3f12d47202866dc967726567f61facda9955948cd999ddcc1a115f2c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:049b8c5865d316cbea659268751d80a06a97904982c506668d5974494aaa1624_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:05c769ac0736e073e8cbaf49068ede50e07fa3f4075af4f4a7e8c5f57fd00d2e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:31f3e6b523f349c691ec5447d5aca0029764c977b4abd18f1403d1e23d03d5bf_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:67cd6000ec12a77b34999b61af358e6a9ab49ba08f788be129ca332d08ec1d36_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:5fa67436a8151822bd0ff884f94a5fc8808a573846290edf160257a7b0fd8216_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:676428e03819c4a34eb2bd8a97850dca6b05555423c32ddedfb03687bc7adf4f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:8d02ee0cfabf59413114dd4f235c7dfdd66fdce3ffe1334d2fa8f89433af4374_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:cb20d4dd59c67970091d614ac8f106e660a0145c5fc0b4c72e9a803b637bb645_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:a551610c07285cb96e0af79581e539eed30c302742db40f0cd9ab8fb049f3767_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:d6a0891aeece6d6afac238ee9f1682ae2c8ccc2871cbe6f6c0c24157b367258f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:e5ce99ef24f42ef871a1d4b10d63f48f488f0428ebaf4accb59976726ce6c6e6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:ea312c528b1a091a92ea1bb7088f3b71ae99e2ec6b53308f737de45ffb3affb2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:6ec247217730f3f0fb1a5f309a114aa9c230ded6e24a1e573231fdf245d03742_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:90d836afedeb1e2c7b435866f73ce60a2e00e64268b79d1ccefd9613289483f9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b4cff6601a9f44a78fd1f0081b0f478a48ca337da56a33c0fa6195a5440a5723_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:c5c34cbb1060aad2fbcfe208e44db6eb6dd4ebcd7b34c7110ba8cd4b57e65167_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:5cff83e77fab82d667e25835604e1bbbf999ea98a8110f43d8c427c14fe3a58e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:5ec67f2ffddc38756c7bb4b8c4c03a6ff94b1f857824d7de7d2090b97dddf81d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8015478d8ba3fd7be1eca3181756bab1dfb939a88a5efa0b6db814936bad7a9d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8954ee3c4df48e606898aa49ec84e797c1f51f1d4fc53e34cb27e4448d23e1f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:29e792d837d907c16b4840c1760e6df2ee37b74d788ab64e92eb4623b95ea5be_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:5773c69c7c94718faa0f2460d0e70220b38fafe1c562d7e1f7b5302a310b4e30_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:0b1a6be893ca72b1505e3256f20a5b5fa0a85ab6e1f4acbc2531c100a171263d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d8651161913c36321f87331f4b0df0320b5ef394109d48fa5b387f3b5b460dbe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:290e1f47f4b24b28edc0c8759b5f5bc5796669bb478d172b25513e79ccea2535_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:de11975309f5c44e85758db0b278969e773484c521f107d240e0d5a593f4f848_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dee47230347404c6fc39f2250724824881cd9e69273888225847f92859dc9540_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7c6acb1b26c4197043d8dd29ba7d06cf600a6c816511ef0e0a4d30b14f067116_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a0c86abf15ed5b1d39d688ab209e97479baf0c498ab5039825f2d92ddd3f20c8_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a259c396e09a30ad3587eb14bb6486059111aaef7e31c0d49ddede02b843c03b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a75773729597b53f4d7031d855161a425a6f941db7177f73fe227c7e272a18b8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1276120f28aa9341ab84a95d70e9b0078cccee91059a144da9c17b1efe56fbc3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:6b6ae21bffad80ef9c531573ee8a7742a4ae0590d5c4c3b243da5d5f5e29a077_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:6da0283e1b193a2abe4c651db8534d8e32454294ca9c9258a36178f5a0936e61_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:93ad058459a1623376a1af703f552b52054721a8437af90bb27ee79fb301fe7e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:0aa5b55327d1b60629f7ec6c46a5bbbc27ccdbd6704ae98d777b977a071b8cd0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9aae92b38f888b382d7ecc35c6d7e2de436518750c81bd8541218051dad128e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b43a0e47e51ad842c72e667957e036d5e0f34859ebc8cda7039b5c74b3dec33b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b50205a8c7584e2cb9147528a69e9c079e3433341d0f3dcdc19fb11e4b045481_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:5ad0488152cfc4d50fbf8833686973437d2257b80ce255125e50302575fd2296_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:67998cb4758d9be56880bef142aef774a6b884c3a547d970848692c094c0f5ff_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:bf8864887f34338d9ab7db7435bc3ab9bc1ad1e56442436d5aa91ebe36112b0d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d8886281c568829d8eb1e0371754efd1b86fac196909d6e18eb84ac54a5033cd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:340d55f59c4c93f886f647a9912ad08d70bb76b7b59a8fa0d594b33eac996b42_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:80eacf50c896a145d3fe5d86aa4d92a146b60f34029c12a38996d68bac7535f5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b57ae4fa6bc8ddb7aa04bf230149edd2dfe0d77426bea18969baea8e0f4ac984_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b8b5e66c9edca0855ec80b54da1a60abd46bd486516632c791170f65c765665e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:618e5ad4fbf32946e91bc6d1445262a75c61f75bd57a557634bbafc413b405b4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:76b4f987a629b4bb9b12085856e6284a1d1cadcc7973149b6662aadf778b1ea4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:9efc15fc7dec7bff4942730beaf0d6d5883271275d181d3a2773dc221c982720_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:b90e6642c45ae75b6062ed30e6d6c9b761773329a58243e2c72e02b10b528feb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67bf45b93a887b1c03e390958b998fe7dd6a156813934c82bf8857ce6a0c96d2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:da843d5ab649e66e6ebbd90a14992e6eb2188ea888e829e869f61de3a5fdc86f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:53951f4d2a77013475b6d072990d4abba2b61a690b575e791a1063df67325340_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:eb94b53cbb2f0cbb6e19952216cc1635f1b1bd781341dec14e150a97f40b2e5d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:379ef7bd774d31d2ec87088a5a04ad10b895863286facb0891e92d2a0395d65b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:93dff3bd0949f1bf39e66e5a94300a9e6114e4b105f2c6dc9bef15afd3554206_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:27f79edd58926c815d4d91fac969751bd27bb4a91b05ac3ed18823ec4e4e62d4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:4e4565c251acfec2917f22f20b7c30344813ba08f07f3ec9f3faf4999b429719_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:49614484a785c9a7535a2e409352d2919c393606616a0f3fb7d3bc602c2aa9bd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:ae3fef9dafddb3e98b188954464c149abf1135f7bea8cb23f32c3fc636890dc0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:d1d4dfaa85a4d87e180216d103250473a30c0065f1eba46a8cc83a42421ffbab_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:fce4a2b631b5e2e5016e1a9a756c8cbf7714a8e7fbc823f1e55f6167431b15ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:126684737ae6a16b5405f732811d61589b8f617f89f7e9e5a29e37e9c70b09d4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4369dccc0d104eaf136df5262a6271cf2b5e81560e01510d6880bd71a575d850_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c3a34c76bfd211ca5b8ad24199c82ad449c4df7ff85318d8a04781fe046652f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d2a87f9263ede7a13c7ae7fbc63da6dd33cddbc063c568e20ddc6191ceea52e0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:133d2e7e37edb02a013a07a0bf96958f0f7ae3558c690417847410ab62c4f7a0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:2d12f71505749ac1db214882fb78b8e0afc874ed36c90558b8bd6023ca17a661_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e922c37ff89a8629745ff0bdb2104d7f73bd21b0d0f70c51ce88e6226e1ea88a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:adb39ff31d48421f3624ec74dca50c6aaf0726215fbbeaaed8af3f3339a0e810_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cdc758ad472f509d21941b44197d9036e3efbf776b51272332fdd150a67be494_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fcbb0f4c4f90ed04b9f0978455b1399d5ac5bc9bfbc88a73b711db901b8af43d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:3f34b2674f1a5555acad65fb688fa58f2d82d0afcace2e8d578b110556d91bb9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:63a4aa5d0671ae724de6b93bd67ba6039250b2696b2e1a6a6b9bb5137a32a94b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6b87302a943dd7d5617250b792f614684ed1c85ee13833276ffc2f382a5a5ad0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:702256b42e86bee0e587ff09f78cb554b7756b67d4c3e7a06440cfc2bf7f9472_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1c1b39d0cf520a7aea562b52850c13acc5b02a417ae60f583d3ac1ab253e3a4c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:31809258d958028339a7d0de33e6a1c947fe3228bb9ff6dae1b5121b48f7dc86_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:99c7f3e12e217399cbc544c080edc23c74a72778860e76a75317c0f7b3ab7056_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:be336765e73922d9742118b2e7a49d93f7c916e1893c766dcf88f56535de04ef_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:0d40b3834f2d962f037b8eda4bd3333cf93b7c001dea653bc1decf624780770d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4844d047c4b40dcc49507932e502a0a9d0df8f666c8558c356b4f9f15c269caa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4dff68e61185c94860103e00362fbe29c247a4e1da9a8fb98061771b0f98d239_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9faacdfad64ddc56324e54a2f4cced8e82da5ae27bf12dc79d140f97f2e17cb2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:07eb80ae1fcf558dd4fd271ad76071259c6b2e114e4cac3cdbe3e2933137f370_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:7ee628bc205ae249ab8646223ce75a572f177cbe97f3a3dd5da914c96a17b4fb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:adb190ad136ef3302734fa99445e012408741036dca83997f254d0ecfadfabf6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b62b0ab7afcadc868899f1b93c6aba1c7874c9120b2b4063b59b47700a65c87c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c7429bc2eba5de3e3b398b0e7ba62b8cd143c00743bc9269e775578c8a561ff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e321d45c48309bbd219d75e381579b0ad239e5dcec4cd0a7343e5e6176b8b250_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e523b17db971d3e8b65974c5074a5ca82174d02af6ec97dd8837d1d01e0de3f5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f4e0cc816117d79a37c8897803120e4cfd193a10d683ed3906c4d3cc0d039194_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:41cb39dd911f6dfadc78c924bb18922fdcd2dcdb0ac5111df969fcbe48848e92_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:59731a5965f3110737ee20e174aaab06f80a0bb1a9f4c3fc72f3258d5be887a1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:7d37be125716226acfc9b282b266117d1a289d32f97cc854831e15e9c4f98695_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d9861fa0b93466900fcd0522659c7b509e69f0d31a24547fc7f87aeb7edde65f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:320d9ba3b184babbe559210263d6d1d694a58ca1057604155b96f6be80928823_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:c310ff65506ca88139ff1b2cc4edd248cfbaef86d5483509353d4e9fba24191a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:def288bcb0578999f7c107c96a1d88dfd298eae43a8d5ecfca0295f30b59164a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:04c58aa73af6e286be1574b36f9021f849b81581ccefa98892aff874b5eefe2d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:24de97e2b359d9ff60de62f4abb8e3bd2712fc1593a519d0698bfafb8c3c2c11_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:2f0855137ed7cac2d0d5397fbda027b7dd3bc14079991b67b9ef949de8000f2a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:1a761c8819bdfb5c01d8561b0f4127dfa1fb98e5ddb4062626bff0ab0ba3a42f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:44010d82fca6308c8fc8e4d9f79ff209ac2aed3f343091cfdc106d3d3e4a84ce_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6a263908ea65d9db70b405f47cce4c08fdf6a6edd4adfb55665d5af107760cd3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:e6f34cfc12a39a087716e667c11f49a44d6df3415719499656e3c65399c3ea55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:60b4f2fb7c144ea74ac8caf14fc3a68c0ea1188fd66254a539792440e8b20753_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:96c2183a743f132b62b15d704e668adb0966095953d21c6e72ea8455fdc3ee61_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c86cb777195d398564da4f559f0820bc6efa23e448fe5656d8d9b7c34e69d922_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e9f8b1c5cc696c85b2ff22bd1d6c4ab8d20864487b9e432832e89dbc8748bd43_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2481cffeec3737d764f44ca5a90636a0c3d99fd2be41541a9627f4bfc189b82e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:289bae0ee0798c303ddabca015fd7449b7758d64a1471e9094e0deb58dddd1b7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:d1f84e44ad3b4c15fe77632ef47d86b86faf4456708435b243c3769e9a8ad198_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:f7907d2511c859c6ab81e5dacacd3aaaa650b60f5d2b7635df2f6ad5b5343827_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:90f44b885019755b39fe3cca40b2543f7e92b5c4926f3ccb9ff19bd485d7504d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9818687d068a94f4733fd6ba620098eae367f213f783ffb921b27df5a3f15769_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b785993cdf72b7c779dce89009067697b7fa82be0949478b39be8aa08eb48f09_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:bb717150a221343da958b388ffb47529f836994480c95b863d8a63ce9c0aafb4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:37bd94d9e48b43c9c4ecc6ea8ba344b2e9d0af27656d42dc00c52777b6bc4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:7291770859e17b02b237037c3bb59eb3efe4a95f08ab0587d0537e56ae24e4d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:80a7a09d6aed0ab8e49ee2124cdc6a8be1aa02696344f922a1bb4d2ca91f8196_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:e9f1a0ac64b515979e190533e33510d7dbdb70c731228462c3b001a118c1718c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:0896095a9b3d4af01148e27afb2bd684fb93ddc4e5f7c18fb664970458822b5f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:3b3bcf8a28cc8761578bb34c2337e7dfa146d873660ac3c1ff3273532ab0c669_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:589b22f2b1eea5dbfa60cadfd037333197dc0c6b40f708af0f12e105dd4e3ada_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:787d2750fa663a05b2f92af1a9e5a9d717d05545dbf361585acffc992ceaff06_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:09b05d6e8a6e6e45b17bdd5d3d3e6fd1dc1336fd40afc268abe9e84366da97cd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82395dadb216b0170476bfe133f33ba9a69e32c2427b5cbc2459efad94f73194_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:bb266989ff8553cff4f2ed5f910d040f9e41520eb6b290c8e9a839db20da11ba_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:feb3c7cfeaddb54fd007d447412e98c401d2b9a1b82c79a979bf87638ac321be_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3bded865095d7a6108a5f12e622fcee23418b7ee292f2b6c4a392621f50af905_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6e3bf31439d54cfe047a79870a2ad2f71cbe6188909124ce8b80a6a4d5bc2057_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7e2a6f695ce64db7ad477fd0a2d59103c87be13fc9fc3a42c2df19c05d8d5fb2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fcba80fafa0f0a671e59bb739731474df67f2303486de88cda7bd7c2fe467740_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:828ed08c703b4f736c72d36a1d4c65ffcb2a68e629a75011ce15f371c5e5a218_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d7bb9265679737352bd0c7ffbe937a5a55b2e4775b1a6db79c0ae13f800caf66_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:dcbffb9012fb8bc0bd7fe74811089663405af600928b7416437280a336d36c33_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e2280e1294d499d04012dbd74b56d173899649b70fb444a5b73a9c649d90d42f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:021dd6fd103565c8ae2725af761e190f8e641e81fc2d02de993da5d3ab0ce69e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:29259704742b363336c765fee73e7fb36765e668a13416b4c99e39866c003ecf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:407f188098a148a2570b1a6f71dd8a4d71fe59e88b7e53eebf73d4462e4f7985_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:64632a566f5fac59d87d261ff03e2f1fe38e3b0d625a6e62e5031b23dd7e6da8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1619bb67f7e294c84e5f5069f2b5b6d9b85e2f3f5ae43dfa7f5744018fd59d18_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:66a3b78b098a87e6958e0cda70f1c4287856b2b7bfd62090610ab33ddaacbaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:75d826682972e78d9719d7afa57eb019a2116ea4376918c3c78bc1a1e6992c71_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:77d207f3b8891232f4dc9a2611276e4c38c8216a55c4160e8d1fe5e012e39aa9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:158bdef1f73eeb432dc45f6427581992d0fc17d00d4805fa9b99edd968137eae_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:2cebd247367b1fa2f4709f4b821f29f5253a6ccc529ef183c310f9a94d44f62f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:af30ab67a9cfa68fe8e34d94d1c605182a45d8ecf25f179ca0daac6f3332764b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:bf9db404d3846f16c8a65fee782b791f97b41c7047c10f1d6055c12eaf0cb64a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0d1f08618753ee9261d51dd15713fbf28de42dd0be08d1b7ad817c70c737bac3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2848c1cdd459e341cb15702e648d3960b361465b80b6cc92644353c916908819_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:9a5c6887049ca9e5ec42d793e18461cf268b1fc5d4946f4fc3d3a22457852fd4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:de17c15ac02bb371734b5bbea89012d6ff1cfb1e2e6f8f11299fd6149050dd5f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:02ed90769dfa8afd696411f4f7a4b29fb06527800e8969f276ea5236a0072b58_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:78a7039c64e5c62e66b8bcf4d9e8c358526a5231b4b5a8a5289706a572959faa_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:87bf1227a9292429f37b09301090883f3ce2c288d0ba68a5b4b39dd01e440984_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:d652e829cd621ea00fe0a71d0058ba7887516d3f39ef9b711f59a216251a588c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:38374607bb3df288fb234dd8228bfb02778449a5fb6fccf6af3e9d13ea12d68c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8acdff4d319c65a7e7ea9d67fa59c26873287d72fa2b21d2fd8deef525c6f0a6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d2adcb8fa551f62fd65fba3144557c87236f6bb4eaf408701931bfe1ce82a43f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:df638109e8b415f33c844407e14abcb91138cd50a8f60018605f7e1d908e2d26_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:37a39791439b5c777444f3000793be9daa293521615f5050789d997a49a38170_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:93d1c30d1ee67ee6de9de32bca0039192b6b8e5f429dc59b84f1c9bc19cf659c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:aac673d96b947f2bfbb7b1c079f5f6c9c90c2484040fcbd892d7f6eff4dc6b18_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6e7c0771aee3e938f7dcb64fb248bdf50d000a3cf9bb314ae21f2b3220e691d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:61f5475bb031973f88e1486362cae01834778fb6c6e41a19ab932f0b3bcc7f9c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:a9d5e178fd1d4b44bf69c9fdfc9c5ccd390430c6bbf4edf4e23c1fe661eafd07_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:af3f79463ab667d41f5f3822feb19e8b2b73ed6726c423c61e6c0d2a03fa114d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:b906b5bc989b0b583eb6916eb764bc35555d9661fdcb14445a52324788d6c4a1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:2575b347d8e695f1649bc829ac9b1d24ccf5983270eeed8a4b29cd727ab38ad6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:74392d29496b4fa293ccb9033b984400871db2f5dd13a326145efaaac77d5c10_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8b8dbb846e47ad89863e74ca1e8c1cba724b1eb2b516e0182bea92ddc10fdde4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e069cfb24dc1f08ee257202d0ccf4e3bb1fb46461659071ec09b052f5e3ac1ec_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:45a47533849df989298cbe8cb17d2fc3e8d32925ca1fbe03ddee8ec7931ea9ff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:813d59edf469bb5584093041bd7f8449b6e6db67b24a680f1231bb45a7f3b8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c97012c63658b5461f55de682b4e7a057b841cea6677c7d597a12268820bac9c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:0db8d6e89ed961aa51fea2bc07f39581e11cf633ceba6c4b07ea5cfa3df22c83_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8ce2d82dd7ccb5529f2e057463ff54986d1bac2c7e60f44af7b6d5f68512d52a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cc987d88c81763d976b2fa59dbf1889f0c08a293bfc0c2d4e1e1fa3d0a4247f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:ef641cc9fcd4d331c1dab43fc3515bb1d5bd8225845758f0626f6178aa536183_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:015eef3d224662511f0ec1c915e6be7f3df94a171971361f56ebea9504a64dce_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:268721ad58def272d91a7f6ec8945c943ff9ad664f08ecbffb800cdc35f02b3a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:83f0e01366ef34815a20035892cc88e4cd63134bfe62114c906959235019beff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:e8681041f99db67b9e93dd224a47471e976d3ace205340aee8a533ab2c808ae3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:257e2b35eb54800e9e0f3866c910bcdc7c49d0e00446a42a0a7186f7297e805b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:3829136b33cecd1c14a4b47252df16335cb7d140f9d986751b5cd2628a8e59a2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:5089e9fff6618ca9c38ba381743f75d90b593c7b848ea00992835ad8ef086b31_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:feffd229bd5c8f63627580fbb021e8c688ea75dca307d42e44cfe7d89179f7b9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:0cc5524a32884222af3e24fe8f467033b95715c246e473426ab7123a5a0abe53_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:591ecfb4bba06859fb0fa1a8a8eb4a617fe316fe568ec462736639e78b7d8250_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:a1ecf168fb16d5db0c10fcc42513042d58da5de97162656a680eceed71f8a5ee_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:a2a8864e3f12d47202866dc967726567f61facda9955948cd999ddcc1a115f2c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:049b8c5865d316cbea659268751d80a06a97904982c506668d5974494aaa1624_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:05c769ac0736e073e8cbaf49068ede50e07fa3f4075af4f4a7e8c5f57fd00d2e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:31f3e6b523f349c691ec5447d5aca0029764c977b4abd18f1403d1e23d03d5bf_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:67cd6000ec12a77b34999b61af358e6a9ab49ba08f788be129ca332d08ec1d36_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:5fa67436a8151822bd0ff884f94a5fc8808a573846290edf160257a7b0fd8216_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:676428e03819c4a34eb2bd8a97850dca6b05555423c32ddedfb03687bc7adf4f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:8d02ee0cfabf59413114dd4f235c7dfdd66fdce3ffe1334d2fa8f89433af4374_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:cb20d4dd59c67970091d614ac8f106e660a0145c5fc0b4c72e9a803b637bb645_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:a551610c07285cb96e0af79581e539eed30c302742db40f0cd9ab8fb049f3767_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:d6a0891aeece6d6afac238ee9f1682ae2c8ccc2871cbe6f6c0c24157b367258f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:e5ce99ef24f42ef871a1d4b10d63f48f488f0428ebaf4accb59976726ce6c6e6_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/metallb-rhel9@sha256:ea312c528b1a091a92ea1bb7088f3b71ae99e2ec6b53308f737de45ffb3affb2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:6ec247217730f3f0fb1a5f309a114aa9c230ded6e24a1e573231fdf245d03742_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:90d836afedeb1e2c7b435866f73ce60a2e00e64268b79d1ccefd9613289483f9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:b4cff6601a9f44a78fd1f0081b0f478a48ca337da56a33c0fa6195a5440a5723_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:c5c34cbb1060aad2fbcfe208e44db6eb6dd4ebcd7b34c7110ba8cd4b57e65167_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:5cff83e77fab82d667e25835604e1bbbf999ea98a8110f43d8c427c14fe3a58e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:5ec67f2ffddc38756c7bb4b8c4c03a6ff94b1f857824d7de7d2090b97dddf81d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8015478d8ba3fd7be1eca3181756bab1dfb939a88a5efa0b6db814936bad7a9d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:8954ee3c4df48e606898aa49ec84e797c1f51f1d4fc53e34cb27e4448d23e1f8_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:29e792d837d907c16b4840c1760e6df2ee37b74d788ab64e92eb4623b95ea5be_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:5773c69c7c94718faa0f2460d0e70220b38fafe1c562d7e1f7b5302a310b4e30_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:0b1a6be893ca72b1505e3256f20a5b5fa0a85ab6e1f4acbc2531c100a171263d_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:d8651161913c36321f87331f4b0df0320b5ef394109d48fa5b387f3b5b460dbe_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:290e1f47f4b24b28edc0c8759b5f5bc5796669bb478d172b25513e79ccea2535_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:de11975309f5c44e85758db0b278969e773484c521f107d240e0d5a593f4f848_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:dee47230347404c6fc39f2250724824881cd9e69273888225847f92859dc9540_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:7c6acb1b26c4197043d8dd29ba7d06cf600a6c816511ef0e0a4d30b14f067116_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a0c86abf15ed5b1d39d688ab209e97479baf0c498ab5039825f2d92ddd3f20c8_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a259c396e09a30ad3587eb14bb6486059111aaef7e31c0d49ddede02b843c03b_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a75773729597b53f4d7031d855161a425a6f941db7177f73fe227c7e272a18b8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:1276120f28aa9341ab84a95d70e9b0078cccee91059a144da9c17b1efe56fbc3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:6b6ae21bffad80ef9c531573ee8a7742a4ae0590d5c4c3b243da5d5f5e29a077_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:6da0283e1b193a2abe4c651db8534d8e32454294ca9c9258a36178f5a0936e61_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:93ad058459a1623376a1af703f552b52054721a8437af90bb27ee79fb301fe7e_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:0aa5b55327d1b60629f7ec6c46a5bbbc27ccdbd6704ae98d777b977a071b8cd0_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9aae92b38f888b382d7ecc35c6d7e2de436518750c81bd8541218051dad128e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b43a0e47e51ad842c72e667957e036d5e0f34859ebc8cda7039b5c74b3dec33b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:b50205a8c7584e2cb9147528a69e9c079e3433341d0f3dcdc19fb11e4b045481_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:5ad0488152cfc4d50fbf8833686973437d2257b80ce255125e50302575fd2296_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:67998cb4758d9be56880bef142aef774a6b884c3a547d970848692c094c0f5ff_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:bf8864887f34338d9ab7db7435bc3ab9bc1ad1e56442436d5aa91ebe36112b0d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:d8886281c568829d8eb1e0371754efd1b86fac196909d6e18eb84ac54a5033cd_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:340d55f59c4c93f886f647a9912ad08d70bb76b7b59a8fa0d594b33eac996b42_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:80eacf50c896a145d3fe5d86aa4d92a146b60f34029c12a38996d68bac7535f5_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b57ae4fa6bc8ddb7aa04bf230149edd2dfe0d77426bea18969baea8e0f4ac984_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:b8b5e66c9edca0855ec80b54da1a60abd46bd486516632c791170f65c765665e_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:618e5ad4fbf32946e91bc6d1445262a75c61f75bd57a557634bbafc413b405b4_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:76b4f987a629b4bb9b12085856e6284a1d1cadcc7973149b6662aadf778b1ea4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:9efc15fc7dec7bff4942730beaf0d6d5883271275d181d3a2773dc221c982720_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:b90e6642c45ae75b6062ed30e6d6c9b761773329a58243e2c72e02b10b528feb_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67bf45b93a887b1c03e390958b998fe7dd6a156813934c82bf8857ce6a0c96d2_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:da843d5ab649e66e6ebbd90a14992e6eb2188ea888e829e869f61de3a5fdc86f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:53951f4d2a77013475b6d072990d4abba2b61a690b575e791a1063df67325340_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:eb94b53cbb2f0cbb6e19952216cc1635f1b1bd781341dec14e150a97f40b2e5d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:379ef7bd774d31d2ec87088a5a04ad10b895863286facb0891e92d2a0395d65b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-intel-netsec-vsp-rhel9@sha256:93dff3bd0949f1bf39e66e5a94300a9e6114e4b105f2c6dc9bef15afd3554206_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:27f79edd58926c815d4d91fac969751bd27bb4a91b05ac3ed18823ec4e4e62d4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-cp-agent-rhel9@sha256:4e4565c251acfec2917f22f20b7c30344813ba08f07f3ec9f3faf4999b429719_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:49614484a785c9a7535a2e409352d2919c393606616a0f3fb7d3bc602c2aa9bd_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-marvell-vsp-rhel9@sha256:ae3fef9dafddb3e98b188954464c149abf1135f7bea8cb23f32c3fc636890dc0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:d1d4dfaa85a4d87e180216d103250473a30c0065f1eba46a8cc83a42421ffbab_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-network-resources-injector-rhel9@sha256:fce4a2b631b5e2e5016e1a9a756c8cbf7714a8e7fbc823f1e55f6167431b15ac_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:126684737ae6a16b5405f732811d61589b8f617f89f7e9e5a29e37e9c70b09d4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:4369dccc0d104eaf136df5262a6271cf2b5e81560e01510d6880bd71a575d850_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:6c3a34c76bfd211ca5b8ad24199c82ad449c4df7ff85318d8a04781fe046652f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:d2a87f9263ede7a13c7ae7fbc63da6dd33cddbc063c568e20ddc6191ceea52e0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:133d2e7e37edb02a013a07a0bf96958f0f7ae3558c690417847410ab62c4f7a0_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:2d12f71505749ac1db214882fb78b8e0afc874ed36c90558b8bd6023ca17a661_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:e922c37ff89a8629745ff0bdb2104d7f73bd21b0d0f70c51ce88e6226e1ea88a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:adb39ff31d48421f3624ec74dca50c6aaf0726215fbbeaaed8af3f3339a0e810_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:cdc758ad472f509d21941b44197d9036e3efbf776b51272332fdd150a67be494_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fcbb0f4c4f90ed04b9f0978455b1399d5ac5bc9bfbc88a73b711db901b8af43d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:3f34b2674f1a5555acad65fb688fa58f2d82d0afcace2e8d578b110556d91bb9_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:63a4aa5d0671ae724de6b93bd67ba6039250b2696b2e1a6a6b9bb5137a32a94b_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6b87302a943dd7d5617250b792f614684ed1c85ee13833276ffc2f382a5a5ad0_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:702256b42e86bee0e587ff09f78cb554b7756b67d4c3e7a06440cfc2bf7f9472_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1c1b39d0cf520a7aea562b52850c13acc5b02a417ae60f583d3ac1ab253e3a4c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:31809258d958028339a7d0de33e6a1c947fe3228bb9ff6dae1b5121b48f7dc86_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:99c7f3e12e217399cbc544c080edc23c74a72778860e76a75317c0f7b3ab7056_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:be336765e73922d9742118b2e7a49d93f7c916e1893c766dcf88f56535de04ef_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:0d40b3834f2d962f037b8eda4bd3333cf93b7c001dea653bc1decf624780770d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4844d047c4b40dcc49507932e502a0a9d0df8f666c8558c356b4f9f15c269caa_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:4dff68e61185c94860103e00362fbe29c247a4e1da9a8fb98061771b0f98d239_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:9faacdfad64ddc56324e54a2f4cced8e82da5ae27bf12dc79d140f97f2e17cb2_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:07eb80ae1fcf558dd4fd271ad76071259c6b2e114e4cac3cdbe3e2933137f370_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:7ee628bc205ae249ab8646223ce75a572f177cbe97f3a3dd5da914c96a17b4fb_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:adb190ad136ef3302734fa99445e012408741036dca83997f254d0ecfadfabf6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:b62b0ab7afcadc868899f1b93c6aba1c7874c9120b2b4063b59b47700a65c87c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:2c7429bc2eba5de3e3b398b0e7ba62b8cd143c00743bc9269e775578c8a561ff_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e321d45c48309bbd219d75e381579b0ad239e5dcec4cd0a7343e5e6176b8b250_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:e523b17db971d3e8b65974c5074a5ca82174d02af6ec97dd8837d1d01e0de3f5_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:f4e0cc816117d79a37c8897803120e4cfd193a10d683ed3906c4d3cc0d039194_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:41cb39dd911f6dfadc78c924bb18922fdcd2dcdb0ac5111df969fcbe48848e92_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:59731a5965f3110737ee20e174aaab06f80a0bb1a9f4c3fc72f3258d5be887a1_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:7d37be125716226acfc9b282b266117d1a289d32f97cc854831e15e9c4f98695_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:d9861fa0b93466900fcd0522659c7b509e69f0d31a24547fc7f87aeb7edde65f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:320d9ba3b184babbe559210263d6d1d694a58ca1057604155b96f6be80928823_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:c310ff65506ca88139ff1b2cc4edd248cfbaef86d5483509353d4e9fba24191a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:def288bcb0578999f7c107c96a1d88dfd298eae43a8d5ecfca0295f30b59164a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:04c58aa73af6e286be1574b36f9021f849b81581ccefa98892aff874b5eefe2d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:24de97e2b359d9ff60de62f4abb8e3bd2712fc1593a519d0698bfafb8c3c2c11_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:2f0855137ed7cac2d0d5397fbda027b7dd3bc14079991b67b9ef949de8000f2a_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:1a761c8819bdfb5c01d8561b0f4127dfa1fb98e5ddb4062626bff0ab0ba3a42f_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:44010d82fca6308c8fc8e4d9f79ff209ac2aed3f343091cfdc106d3d3e4a84ce_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6a263908ea65d9db70b405f47cce4c08fdf6a6edd4adfb55665d5af107760cd3_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:e6f34cfc12a39a087716e667c11f49a44d6df3415719499656e3c65399c3ea55_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:60b4f2fb7c144ea74ac8caf14fc3a68c0ea1188fd66254a539792440e8b20753_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:96c2183a743f132b62b15d704e668adb0966095953d21c6e72ea8455fdc3ee61_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c86cb777195d398564da4f559f0820bc6efa23e448fe5656d8d9b7c34e69d922_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e9f8b1c5cc696c85b2ff22bd1d6c4ab8d20864487b9e432832e89dbc8748bd43_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:2481cffeec3737d764f44ca5a90636a0c3d99fd2be41541a9627f4bfc189b82e_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:289bae0ee0798c303ddabca015fd7449b7758d64a1471e9094e0deb58dddd1b7_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:d1f84e44ad3b4c15fe77632ef47d86b86faf4456708435b243c3769e9a8ad198_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:f7907d2511c859c6ab81e5dacacd3aaaa650b60f5d2b7635df2f6ad5b5343827_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:90f44b885019755b39fe3cca40b2543f7e92b5c4926f3ccb9ff19bd485d7504d_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9818687d068a94f4733fd6ba620098eae367f213f783ffb921b27df5a3f15769_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:b785993cdf72b7c779dce89009067697b7fa82be0949478b39be8aa08eb48f09_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:bb717150a221343da958b388ffb47529f836994480c95b863d8a63ce9c0aafb4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:37bd94d9e48b43c9c4ecc6ea8ba344b2e9d0af27656d42dc00c52777b6bc4f2c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:7291770859e17b02b237037c3bb59eb3efe4a95f08ab0587d0537e56ae24e4d6_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:80a7a09d6aed0ab8e49ee2124cdc6a8be1aa02696344f922a1bb4d2ca91f8196_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:e9f1a0ac64b515979e190533e33510d7dbdb70c731228462c3b001a118c1718c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:0896095a9b3d4af01148e27afb2bd684fb93ddc4e5f7c18fb664970458822b5f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:3b3bcf8a28cc8761578bb34c2337e7dfa146d873660ac3c1ff3273532ab0c669_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:589b22f2b1eea5dbfa60cadfd037333197dc0c6b40f708af0f12e105dd4e3ada_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:787d2750fa663a05b2f92af1a9e5a9d717d05545dbf361585acffc992ceaff06_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:09b05d6e8a6e6e45b17bdd5d3d3e6fd1dc1336fd40afc268abe9e84366da97cd_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:82395dadb216b0170476bfe133f33ba9a69e32c2427b5cbc2459efad94f73194_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:bb266989ff8553cff4f2ed5f910d040f9e41520eb6b290c8e9a839db20da11ba_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:feb3c7cfeaddb54fd007d447412e98c401d2b9a1b82c79a979bf87638ac321be_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3bded865095d7a6108a5f12e622fcee23418b7ee292f2b6c4a392621f50af905_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:6e3bf31439d54cfe047a79870a2ad2f71cbe6188909124ce8b80a6a4d5bc2057_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:7e2a6f695ce64db7ad477fd0a2d59103c87be13fc9fc3a42c2df19c05d8d5fb2_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:fcba80fafa0f0a671e59bb739731474df67f2303486de88cda7bd7c2fe467740_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:828ed08c703b4f736c72d36a1d4c65ffcb2a68e629a75011ce15f371c5e5a218_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:d7bb9265679737352bd0c7ffbe937a5a55b2e4775b1a6db79c0ae13f800caf66_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:dcbffb9012fb8bc0bd7fe74811089663405af600928b7416437280a336d36c33_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e2280e1294d499d04012dbd74b56d173899649b70fb444a5b73a9c649d90d42f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:021dd6fd103565c8ae2725af761e190f8e641e81fc2d02de993da5d3ab0ce69e_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:29259704742b363336c765fee73e7fb36765e668a13416b4c99e39866c003ecf_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:407f188098a148a2570b1a6f71dd8a4d71fe59e88b7e53eebf73d4462e4f7985_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:64632a566f5fac59d87d261ff03e2f1fe38e3b0d625a6e62e5031b23dd7e6da8_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:1619bb67f7e294c84e5f5069f2b5b6d9b85e2f3f5ae43dfa7f5744018fd59d18_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:66a3b78b098a87e6958e0cda70f1c4287856b2b7bfd62090610ab33ddaacbaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:75d826682972e78d9719d7afa57eb019a2116ea4376918c3c78bc1a1e6992c71_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:77d207f3b8891232f4dc9a2611276e4c38c8216a55c4160e8d1fe5e012e39aa9_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:158bdef1f73eeb432dc45f6427581992d0fc17d00d4805fa9b99edd968137eae_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:2cebd247367b1fa2f4709f4b821f29f5253a6ccc529ef183c310f9a94d44f62f_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:af30ab67a9cfa68fe8e34d94d1c605182a45d8ecf25f179ca0daac6f3332764b_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:bf9db404d3846f16c8a65fee782b791f97b41c7047c10f1d6055c12eaf0cb64a_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:0d1f08618753ee9261d51dd15713fbf28de42dd0be08d1b7ad817c70c737bac3_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:2848c1cdd459e341cb15702e648d3960b361465b80b6cc92644353c916908819_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:9a5c6887049ca9e5ec42d793e18461cf268b1fc5d4946f4fc3d3a22457852fd4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:de17c15ac02bb371734b5bbea89012d6ff1cfb1e2e6f8f11299fd6149050dd5f_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:02ed90769dfa8afd696411f4f7a4b29fb06527800e8969f276ea5236a0072b58_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:78a7039c64e5c62e66b8bcf4d9e8c358526a5231b4b5a8a5289706a572959faa_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:87bf1227a9292429f37b09301090883f3ce2c288d0ba68a5b4b39dd01e440984_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:d652e829cd621ea00fe0a71d0058ba7887516d3f39ef9b711f59a216251a588c_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:38374607bb3df288fb234dd8228bfb02778449a5fb6fccf6af3e9d13ea12d68c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8acdff4d319c65a7e7ea9d67fa59c26873287d72fa2b21d2fd8deef525c6f0a6_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:d2adcb8fa551f62fd65fba3144557c87236f6bb4eaf408701931bfe1ce82a43f_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:df638109e8b415f33c844407e14abcb91138cd50a8f60018605f7e1d908e2d26_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:37a39791439b5c777444f3000793be9daa293521615f5050789d997a49a38170_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:93d1c30d1ee67ee6de9de32bca0039192b6b8e5f429dc59b84f1c9bc19cf659c_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:aac673d96b947f2bfbb7b1c079f5f6c9c90c2484040fcbd892d7f6eff4dc6b18_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6e7c0771aee3e938f7dcb64fb248bdf50d000a3cf9bb314ae21f2b3220e691d_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:61f5475bb031973f88e1486362cae01834778fb6c6e41a19ab932f0b3bcc7f9c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:a9d5e178fd1d4b44bf69c9fdfc9c5ccd390430c6bbf4edf4e23c1fe661eafd07_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:af3f79463ab667d41f5f3822feb19e8b2b73ed6726c423c61e6c0d2a03fa114d_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:b906b5bc989b0b583eb6916eb764bc35555d9661fdcb14445a52324788d6c4a1_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:2575b347d8e695f1649bc829ac9b1d24ccf5983270eeed8a4b29cd727ab38ad6_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:74392d29496b4fa293ccb9033b984400871db2f5dd13a326145efaaac77d5c10_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:8b8dbb846e47ad89863e74ca1e8c1cba724b1eb2b516e0182bea92ddc10fdde4_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:e069cfb24dc1f08ee257202d0ccf4e3bb1fb46461659071ec09b052f5e3ac1ec_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:45a47533849df989298cbe8cb17d2fc3e8d32925ca1fbe03ddee8ec7931ea9ff_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:813d59edf469bb5584093041bd7f8449b6e6db67b24a680f1231bb45a7f3b8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:c97012c63658b5461f55de682b4e7a057b841cea6677c7d597a12268820bac9c_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:0db8d6e89ed961aa51fea2bc07f39581e11cf633ceba6c4b07ea5cfa3df22c83_amd64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:8ce2d82dd7ccb5529f2e057463ff54986d1bac2c7e60f44af7b6d5f68512d52a_arm64",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cc987d88c81763d976b2fa59dbf1889f0c08a293bfc0c2d4e1e1fa3d0a4247f5_s390x",
"Red Hat OpenShift Container Platform 4.22:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:ef641cc9fcd4d331c1dab43fc3515bb1d5bd8225845758f0626f6178aa536183_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code"
}
]
}
RHSA-2026:27063
Vulnerability from csaf_redhat - Published: 2026-06-23 08:26 - Updated: 2026-06-26 10:16A flaw was found in Immutable.js, a library for persistent immutable data structures. This vulnerability, known as Prototype Pollution, allows an attacker with low privileges to inject unwanted properties into core JavaScript object prototypes without user interaction. By manipulating specific APIs such as mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject(), a remote attacker could potentially execute arbitrary code or cause a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64 | — |
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.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64 | — |
Workaround
|
A flaw was found in Go JOSE, a library for handling JSON Web Encryption (JWE) objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the application can crash. This leads to a denial of service (DoS), making the affected service unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64 | — |
Workaround
|
A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64 | — |
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 Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64 | — |
A flaw was found in Axios, a promise-based HTTP client, specifically in its Node.js HTTP adapter. When Axios is configured to use an authenticated proxy and follows a redirect, it may inadvertently send the Proxy-Authorization header, containing proxy credentials, to the redirect target. This can lead to the disclosure of sensitive proxy credentials to an unintended remote server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64 | — |
Workaround
|
A flaw was found in Axios. During specific proxy-to-direct redirect flows in the Node.js HTTP adapter, a remote attacker could exploit this vulnerability. The Proxy-Authorization header, which contains proxy credentials and is intended only for the outbound proxy, may be forwarded to the final redirected origin. This can lead to the disclosure of sensitive proxy credentials to an unintended third party.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64 | — |
Workaround
|
A flaw was found in Axios, a promise-based HTTP client. When using the fetch adapter, Axios did not properly enforce configured request and response size limits. This vulnerability allows a remote attacker, through a malicious or compromised server, or by supplying a large data URL, to send or receive oversized data bodies. This can lead to resource exhaustion in server-side applications, resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64 | — |
Workaround
|
A flaw was found in Axios, a promise-based HTTP client. This vulnerability occurs because Axios does not properly normalize IPv4-mapped IPv6 addresses. When a NO_PROXY setting is configured to block direct access to specific IPv4 addresses, an attacker can bypass this restriction by using the IPv4-mapped IPv6 form of the address in a request URL. This allows the request to be routed through the proxy, potentially exposing internal services or sensitive information that should otherwise be inaccessible.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64 | — |
Workaround
|
A flaw was found in Axios, a promise-based HTTP client. This vulnerability involves prototype pollution gadgets in the request configuration processing. If another vulnerability has already polluted the Object.prototype.transformResponse, affected Axios versions may incorrectly interpret this inherited value as part of the request configuration or as an option validator. Axios does not itself create the prototype pollution. Exploitability requires a separate prototype-pollution vulnerability or equivalent attacker control over Object.prototype before Axios creates a request.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64 | — |
Workaround
|
A flaw was found in Axios. A remote attacker, by influencing the XSRF cookie name in a browser environment, could cause the application to construct a regular expression that leads to excessive processing. This can result in a client-side Denial of Service (DoS), where the affected browser tab may freeze, impacting the availability of the application for the user.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64 | — |
Workaround
|
A flaw was found in the OpenShift Router. When a Route has `insecureEdgeTerminationPolicy` set to Allow, the HTTP frontend does not remove `X-SSL-Client-*` headers from incoming requests. This allows an unauthenticated attacker to send plain HTTP requests with crafted `X-SSL-Client-*` headers. As a result, backends relying on these headers for mutual TLS (Transport Layer Security) authentication can be bypassed, enabling the attacker to impersonate client certificate identities.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64 | — |
{
"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.20.26 is now available with updates to packages and images that fix several bugs and add enhancements.\n\n This release includes a security update for Red Hat OpenShift Container Platform 4.20.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift 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.20.26. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2026:27059\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.20/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:27063",
"url": "https://access.redhat.com/errata/RHSA-2026:27063"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-29063",
"url": "https://access.redhat.com/security/cve/CVE-2026-29063"
},
{
"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/cve/CVE-2026-34986",
"url": "https://access.redhat.com/security/cve/CVE-2026-34986"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-35469",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"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-44486",
"url": "https://access.redhat.com/security/cve/CVE-2026-44486"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-44487",
"url": "https://access.redhat.com/security/cve/CVE-2026-44487"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-44488",
"url": "https://access.redhat.com/security/cve/CVE-2026-44488"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-44492",
"url": "https://access.redhat.com/security/cve/CVE-2026-44492"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-44495",
"url": "https://access.redhat.com/security/cve/CVE-2026-44495"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-44496",
"url": "https://access.redhat.com/security/cve/CVE-2026-44496"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-46579",
"url": "https://access.redhat.com/security/cve/CVE-2026-46579"
},
{
"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_27063.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.20.26 bug fix and security update",
"tracking": {
"current_release_date": "2026-06-26T10:16:35+00:00",
"generator": {
"date": "2026-06-26T10:16:35+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2026:27063",
"initial_release_date": "2026-06-23T08:26:48+00:00",
"revision_history": [
{
"date": "2026-06-23T08:26:48+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-23T08:27:27+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-26T10:16:35+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.20",
"product": {
"name": "Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.20::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=1781688743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3Adcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9\u0026tag=1781536224"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9\u0026tag=1781111957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3Aa1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=1781181888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3Abf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=1781291207"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Ac7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=1781660144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3Adcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=1781523440"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3A7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=1781177483"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3Afe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=1781297305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=1781695012"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=1781694981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=1781196942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router-rhel9\u0026tag=1781639027"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3Ab081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=1781197253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=1781687639"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=1781626550"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3Aebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator\u0026tag=1781638907"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Acb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator\u0026tag=1781133392"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=1781270924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=1781694073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=1781572534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=1781196883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=1781567010"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3Adb6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=1781178474"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=1781566906"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=1781688743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9\u0026tag=1781111957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=1781181888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=1781291207"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=1781660144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3Aa66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=1781695012"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3Ac37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=1781694981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3Ae926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=1781196942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router-rhel9\u0026tag=1781639027"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=1781197253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3Ae6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=1781687639"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=1781626550"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3Ae7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator\u0026tag=1781638907"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ac346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator\u0026tag=1781133392"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=1781270924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=1781694073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=1781572534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=1781196883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=1781567010"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=1781178474"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=1781566906"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=1781688743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3Af7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9\u0026tag=1781111957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3Aee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=1781181888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=1781291207"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Af01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=1781660144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3Af811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=1781695012"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=1781694981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3Aecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=1781196942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3Ad3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router-rhel9\u0026tag=1781639027"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=1781197253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3Ab9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=1781687639"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=1781626550"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator\u0026tag=1781638907"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ab66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator\u0026tag=1781133392"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=1781270924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3Acbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=1781694073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=1781572534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=1781196883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=1781567010"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=1781178474"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Aad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=1781566906"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-rhel9\u0026tag=1781688743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-ui-rhel9@sha256%3Afe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9\u0026tag=1781688772"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3A7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9\u0026tag=1781536224"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9\u0026tag=1781111957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3Afdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=1781181888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=1781291207"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel9\u0026tag=1781660144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3Ac731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=1781523440"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3A7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=1781177483"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3Aad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=1781297305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9\u0026tag=1781695012"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9\u0026tag=1781694981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel9\u0026tag=1781196942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router-rhel9\u0026tag=1781639027"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests-rhel9\u0026tag=1781197253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3Ab3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9\u0026tag=1781687639"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=1781626550"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator\u0026tag=1781638907"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator\u0026tag=1781133392"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel9-operator\u0026tag=1781270924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-rhel9-operator\u0026tag=1781694073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel9\u0026tag=1781572534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9\u0026tag=1781196883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=1781567010"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel9\u0026tag=1781178474"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ababce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=1781566906"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.20"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-29063",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-03-06T19:00:57.982727+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445291"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Immutable.js, a library for persistent immutable data structures. This vulnerability, known as Prototype Pollution, allows an attacker with low privileges to inject unwanted properties into core JavaScript object prototypes without user interaction. By manipulating specific APIs such as mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject(), a remote attacker could potentially execute arbitrary code or cause a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "immutable-js: Immutable.js: Arbitrary code execution via Prototype Pollution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this vulnerability requires that an attacker is able to provide arbitrary data to clients of this library in a way that calls the affected functions with data the attacker controls. In most deployments, the ability to provide data in this fashion requires that an attacker has some degree of privileges to access the affected applications.",
"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.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29063"
},
{
"category": "external",
"summary": "RHBZ#2445291",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445291"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29063"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29063",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29063"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v3.8.3",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v3.8.3"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v4.3.8",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v4.3.8"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v5.1.5",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v5.1.5"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/security/advisories/GHSA-wf6x-7x77-mvgw",
"url": "https://github.com/immutable-js/immutable-js/security/advisories/GHSA-wf6x-7x77-mvgw"
}
],
"release_date": "2026-03-06T18:25:22.438000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-23T08:26:48+00:00",
"details": "For OpenShift Container Platform 4.20 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.20/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:5a2bec1f74236deb9519ab5232146c57d2afdb8f8db6773abbb50027150eb8ad\n\n (For s390x architecture)\n The image digest is sha256:168bf6fa86ad2dae55203e833352d47a1284c4db4f42a87bfe8555da97a4f5b3\n\n (For ppc64le architecture)\n The image digest is sha256:df8f0087646c952daae01c4f5ab625bdb95b317cfa790f6841309e8d131c6f89\n\n (For aarch64 architecture)\n The image digest is sha256:2e98640a8f567bb8aeab95719d0fea4048658e7edb093377d9ca08262d4e53f0\n\nAll OpenShift Container Platform 4.20 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.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27063"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "immutable-js: Immutable.js: Arbitrary code execution via Prototype Pollution"
},
{
"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.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
}
],
"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.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
},
"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-23T08:26:48+00:00",
"details": "For OpenShift Container Platform 4.20 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.20/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:5a2bec1f74236deb9519ab5232146c57d2afdb8f8db6773abbb50027150eb8ad\n\n (For s390x architecture)\n The image digest is sha256:168bf6fa86ad2dae55203e833352d47a1284c4db4f42a87bfe8555da97a4f5b3\n\n (For ppc64le architecture)\n The image digest is sha256:df8f0087646c952daae01c4f5ab625bdb95b317cfa790f6841309e8d131c6f89\n\n (For aarch64 architecture)\n The image digest is sha256:2e98640a8f567bb8aeab95719d0fea4048658e7edb093377d9ca08262d4e53f0\n\nAll OpenShift Container Platform 4.20 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.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27063"
},
{
"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.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
}
],
"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.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
}
],
"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"
},
{
"cve": "CVE-2026-34986",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-04-06T17:01:34.639203+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455470"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go JOSE, a library for handling JSON Web Encryption (JWE) objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the application can crash. This leads to a denial of service (DoS), making the affected service unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object",
"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.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34986"
},
{
"category": "external",
"summary": "RHBZ#2455470",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455470"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34986",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34986"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34986",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34986"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-78h2-9frx-2jm8",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-78h2-9frx-2jm8"
},
{
"category": "external",
"summary": "https://pkg.go.dev/github.com/go-jose/go-jose/v4#pkg-constants",
"url": "https://pkg.go.dev/github.com/go-jose/go-jose/v4#pkg-constants"
}
],
"release_date": "2026-04-06T16:22:45.353000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-23T08:26:48+00:00",
"details": "For OpenShift Container Platform 4.20 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.20/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:5a2bec1f74236deb9519ab5232146c57d2afdb8f8db6773abbb50027150eb8ad\n\n (For s390x architecture)\n The image digest is sha256:168bf6fa86ad2dae55203e833352d47a1284c4db4f42a87bfe8555da97a4f5b3\n\n (For ppc64le architecture)\n The image digest is sha256:df8f0087646c952daae01c4f5ab625bdb95b317cfa790f6841309e8d131c6f89\n\n (For aarch64 architecture)\n The image digest is sha256:2e98640a8f567bb8aeab95719d0fea4048658e7edb093377d9ca08262d4e53f0\n\nAll OpenShift Container Platform 4.20 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.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27063"
},
{
"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.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object"
},
{
"cve": "CVE-2026-35469",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-13T03:52:35+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457729"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service flaw affecting OpenShift Container Platform. An attacker with specific elevated cluster roles, such as those permitting pod port forwarding, execution, attachment, or node proxying, could exploit a vulnerability in the SPDY streaming code of Kubelet, CRI-O, and kube-apiserver, leading to unresponsiveness of these critical components.",
"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.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"category": "external",
"summary": "RHBZ#2457729",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457729"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-35469",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35469"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469"
}
],
"release_date": "2026-04-13T23:59:59+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-23T08:26:48+00:00",
"details": "For OpenShift Container Platform 4.20 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.20/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:5a2bec1f74236deb9519ab5232146c57d2afdb8f8db6773abbb50027150eb8ad\n\n (For s390x architecture)\n The image digest is sha256:168bf6fa86ad2dae55203e833352d47a1284c4db4f42a87bfe8555da97a4f5b3\n\n (For ppc64le architecture)\n The image digest is sha256:df8f0087646c952daae01c4f5ab625bdb95b317cfa790f6841309e8d131c6f89\n\n (For aarch64 architecture)\n The image digest is sha256:2e98640a8f567bb8aeab95719d0fea4048658e7edb093377d9ca08262d4e53f0\n\nAll OpenShift Container Platform 4.20 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.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27063"
},
{
"category": "workaround",
"details": "To mitigate this issue, review and restrict the assignment of Kubernetes cluster roles `pods/portforward (create)`, `pods/exec (create)`, `pods/attach (create)`, and `nodes/proxy (get/create)` to untrusted users or service accounts. Ensure that only authorized and necessary entities possess these permissions. Modifying RBAC policies can impact the functionality of applications and services that rely on these permissions; careful testing is recommended.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code"
},
{
"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 Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
}
],
"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 Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
},
"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-06-23T08:26:48+00:00",
"details": "For OpenShift Container Platform 4.20 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.20/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:5a2bec1f74236deb9519ab5232146c57d2afdb8f8db6773abbb50027150eb8ad\n\n (For s390x architecture)\n The image digest is sha256:168bf6fa86ad2dae55203e833352d47a1284c4db4f42a87bfe8555da97a4f5b3\n\n (For ppc64le architecture)\n The image digest is sha256:df8f0087646c952daae01c4f5ab625bdb95b317cfa790f6841309e8d131c6f89\n\n (For aarch64 architecture)\n The image digest is sha256:2e98640a8f567bb8aeab95719d0fea4048658e7edb093377d9ca08262d4e53f0\n\nAll OpenShift Container Platform 4.20 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.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27063"
}
],
"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 Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "follow-redirects: follow-redirects: Information disclosure via cross-domain redirects"
},
{
"cve": "CVE-2026-44486",
"cwe": {
"id": "CWE-201",
"name": "Insertion of Sensitive Information Into Sent Data"
},
"discovery_date": "2026-06-11T17:01:30.944384+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2487947"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client, specifically in its Node.js HTTP adapter. When Axios is configured to use an authenticated proxy and follows a redirect, it may inadvertently send the Proxy-Authorization header, containing proxy credentials, to the redirect target. This can lead to the disclosure of sensitive proxy credentials to an unintended remote server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Information disclosure of proxy credentials via HTTP 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 Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-44486"
},
{
"category": "external",
"summary": "RHBZ#2487947",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2487947"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-44486",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44486"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-44486",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-44486"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-j5f8-grm9-p9fc",
"url": "https://github.com/axios/axios/security/advisories/GHSA-j5f8-grm9-p9fc"
}
],
"release_date": "2026-06-11T15:39:07.714000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-23T08:26:48+00:00",
"details": "For OpenShift Container Platform 4.20 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.20/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:5a2bec1f74236deb9519ab5232146c57d2afdb8f8db6773abbb50027150eb8ad\n\n (For s390x architecture)\n The image digest is sha256:168bf6fa86ad2dae55203e833352d47a1284c4db4f42a87bfe8555da97a4f5b3\n\n (For ppc64le architecture)\n The image digest is sha256:df8f0087646c952daae01c4f5ab625bdb95b317cfa790f6841309e8d131c6f89\n\n (For aarch64 architecture)\n The image digest is sha256:2e98640a8f567bb8aeab95719d0fea4048658e7edb093377d9ca08262d4e53f0\n\nAll OpenShift Container Platform 4.20 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.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27063"
},
{
"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.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
}
],
"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 Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Information disclosure of proxy credentials via HTTP redirects"
},
{
"cve": "CVE-2026-44487",
"cwe": {
"id": "CWE-201",
"name": "Insertion of Sensitive Information Into Sent Data"
},
"discovery_date": "2026-06-11T17:01:34.091476+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2487948"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios. During specific proxy-to-direct redirect flows in the Node.js HTTP adapter, a remote attacker could exploit this vulnerability. The Proxy-Authorization header, which contains proxy credentials and is intended only for the outbound proxy, may be forwarded to the final redirected origin. This can lead to the disclosure of sensitive proxy credentials to an unintended third party.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Information disclosure of proxy credentials via redirect flows",
"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.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-44487"
},
{
"category": "external",
"summary": "RHBZ#2487948",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2487948"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44487"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-44487",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-44487"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-p92q-9vqr-4j8v",
"url": "https://github.com/axios/axios/security/advisories/GHSA-p92q-9vqr-4j8v"
}
],
"release_date": "2026-06-11T15:38:25.150000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-23T08:26:48+00:00",
"details": "For OpenShift Container Platform 4.20 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.20/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:5a2bec1f74236deb9519ab5232146c57d2afdb8f8db6773abbb50027150eb8ad\n\n (For s390x architecture)\n The image digest is sha256:168bf6fa86ad2dae55203e833352d47a1284c4db4f42a87bfe8555da97a4f5b3\n\n (For ppc64le architecture)\n The image digest is sha256:df8f0087646c952daae01c4f5ab625bdb95b317cfa790f6841309e8d131c6f89\n\n (For aarch64 architecture)\n The image digest is sha256:2e98640a8f567bb8aeab95719d0fea4048658e7edb093377d9ca08262d4e53f0\n\nAll OpenShift Container Platform 4.20 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.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27063"
},
{
"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.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
}
],
"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 Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Information disclosure of proxy credentials via redirect flows"
},
{
"cve": "CVE-2026-44488",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-06-11T17:01:36.836488+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2487949"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. When using the fetch adapter, Axios did not properly enforce configured request and response size limits. This vulnerability allows a remote attacker, through a malicious or compromised server, or by supplying a large data URL, to send or receive oversized data bodies. This can lead to resource exhaustion in server-side applications, resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Denial of Service due to unenforced request and response size limits",
"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.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-44488"
},
{
"category": "external",
"summary": "RHBZ#2487949",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2487949"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-44488",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44488"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-44488",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-44488"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-777c-7fjr-54vf",
"url": "https://github.com/axios/axios/security/advisories/GHSA-777c-7fjr-54vf"
}
],
"release_date": "2026-06-11T15:37:38.013000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-23T08:26:48+00:00",
"details": "For OpenShift Container Platform 4.20 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.20/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:5a2bec1f74236deb9519ab5232146c57d2afdb8f8db6773abbb50027150eb8ad\n\n (For s390x architecture)\n The image digest is sha256:168bf6fa86ad2dae55203e833352d47a1284c4db4f42a87bfe8555da97a4f5b3\n\n (For ppc64le architecture)\n The image digest is sha256:df8f0087646c952daae01c4f5ab625bdb95b317cfa790f6841309e8d131c6f89\n\n (For aarch64 architecture)\n The image digest is sha256:2e98640a8f567bb8aeab95719d0fea4048658e7edb093377d9ca08262d4e53f0\n\nAll OpenShift Container Platform 4.20 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.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27063"
},
{
"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.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Denial of Service due to unenforced request and response size limits"
},
{
"cve": "CVE-2026-44492",
"cwe": {
"id": "CWE-289",
"name": "Authentication Bypass by Alternate Name"
},
"discovery_date": "2026-06-11T17:00:56.761751+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2487938"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. This vulnerability occurs because Axios does not properly normalize IPv4-mapped IPv6 addresses. When a NO_PROXY setting is configured to block direct access to specific IPv4 addresses, an attacker can bypass this restriction by using the IPv4-mapped IPv6 form of the address in a request URL. This allows the request to be routed through the proxy, potentially exposing internal services or sensitive information that should otherwise be inaccessible.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Proxy bypass via IPv4-mapped IPv6 address non-normalization",
"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.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-44492"
},
{
"category": "external",
"summary": "RHBZ#2487938",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2487938"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-44492",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44492"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-44492",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-44492"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-pjwm-pj3p-43mv",
"url": "https://github.com/axios/axios/security/advisories/GHSA-pjwm-pj3p-43mv"
}
],
"release_date": "2026-06-11T15:29:13.890000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-23T08:26:48+00:00",
"details": "For OpenShift Container Platform 4.20 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.20/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:5a2bec1f74236deb9519ab5232146c57d2afdb8f8db6773abbb50027150eb8ad\n\n (For s390x architecture)\n The image digest is sha256:168bf6fa86ad2dae55203e833352d47a1284c4db4f42a87bfe8555da97a4f5b3\n\n (For ppc64le architecture)\n The image digest is sha256:df8f0087646c952daae01c4f5ab625bdb95b317cfa790f6841309e8d131c6f89\n\n (For aarch64 architecture)\n The image digest is sha256:2e98640a8f567bb8aeab95719d0fea4048658e7edb093377d9ca08262d4e53f0\n\nAll OpenShift Container Platform 4.20 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.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27063"
},
{
"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.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
}
],
"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 Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Proxy bypass via IPv4-mapped IPv6 address non-normalization"
},
{
"cve": "CVE-2026-44495",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-06-11T17:00:53.999811+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2487937"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. This vulnerability involves prototype pollution gadgets in the request configuration processing. If another vulnerability has already polluted the Object.prototype.transformResponse, affected Axios versions may incorrectly interpret this inherited value as part of the request configuration or as an option validator. Axios does not itself create the prototype pollution. Exploitability requires a separate prototype-pollution vulnerability or equivalent attacker control over Object.prototype before Axios creates a request.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Information disclosure due to prototype pollution vulnerability",
"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.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-44495"
},
{
"category": "external",
"summary": "RHBZ#2487937",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2487937"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-44495",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44495"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-44495",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-44495"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-3g43-6gmg-66jw",
"url": "https://github.com/axios/axios/security/advisories/GHSA-3g43-6gmg-66jw"
}
],
"release_date": "2026-06-11T15:33:12.433000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-23T08:26:48+00:00",
"details": "For OpenShift Container Platform 4.20 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.20/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:5a2bec1f74236deb9519ab5232146c57d2afdb8f8db6773abbb50027150eb8ad\n\n (For s390x architecture)\n The image digest is sha256:168bf6fa86ad2dae55203e833352d47a1284c4db4f42a87bfe8555da97a4f5b3\n\n (For ppc64le architecture)\n The image digest is sha256:df8f0087646c952daae01c4f5ab625bdb95b317cfa790f6841309e8d131c6f89\n\n (For aarch64 architecture)\n The image digest is sha256:2e98640a8f567bb8aeab95719d0fea4048658e7edb093377d9ca08262d4e53f0\n\nAll OpenShift Container Platform 4.20 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.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27063"
},
{
"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.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Information disclosure due to prototype pollution vulnerability"
},
{
"cve": "CVE-2026-44496",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-06-11T17:01:15.856386+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2487943"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios. A remote attacker, by influencing the XSRF cookie name in a browser environment, could cause the application to construct a regular expression that leads to excessive processing. This can result in a client-side Denial of Service (DoS), where the affected browser tab may freeze, impacting the availability of the application for the user.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Client-side Denial of Service via unescaped regex metacharacters in XSRF cookie name",
"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.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-44496"
},
{
"category": "external",
"summary": "RHBZ#2487943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2487943"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-44496",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44496"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-44496",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-44496"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-hfxv-24rg-xrqf",
"url": "https://github.com/axios/axios/security/advisories/GHSA-hfxv-24rg-xrqf"
}
],
"release_date": "2026-06-11T15:34:28.492000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-23T08:26:48+00:00",
"details": "For OpenShift Container Platform 4.20 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.20/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:5a2bec1f74236deb9519ab5232146c57d2afdb8f8db6773abbb50027150eb8ad\n\n (For s390x architecture)\n The image digest is sha256:168bf6fa86ad2dae55203e833352d47a1284c4db4f42a87bfe8555da97a4f5b3\n\n (For ppc64le architecture)\n The image digest is sha256:df8f0087646c952daae01c4f5ab625bdb95b317cfa790f6841309e8d131c6f89\n\n (For aarch64 architecture)\n The image digest is sha256:2e98640a8f567bb8aeab95719d0fea4048658e7edb093377d9ca08262d4e53f0\n\nAll OpenShift Container Platform 4.20 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.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27063"
},
{
"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.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Client-side Denial of Service via unescaped regex metacharacters in XSRF cookie name"
},
{
"acknowledgments": [
{
"names": [
"Ricardo Pchevuzinske Katz"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2026-46579",
"cwe": {
"id": "CWE-287",
"name": "Improper Authentication"
},
"discovery_date": "2026-04-17T20:10:23+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2483181"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the OpenShift Router. When a Route has `insecureEdgeTerminationPolicy` set to Allow, the HTTP frontend does not remove `X-SSL-Client-*` headers from incoming requests. This allows an unauthenticated attacker to send plain HTTP requests with crafted `X-SSL-Client-*` headers. As a result, backends relying on these headers for mutual TLS (Transport Layer Security) authentication can be bypassed, enabling the attacker to impersonate client certificate identities.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openshift/router: openshift/router: mTLS client certificate spoofing via unstripped X-SSL-Client headers on HTTP frontend",
"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.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-46579"
},
{
"category": "external",
"summary": "RHBZ#2483181",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2483181"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-46579",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46579"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-46579",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46579"
}
],
"release_date": "2026-04-17T20:10:23+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-23T08:26:48+00:00",
"details": "For OpenShift Container Platform 4.20 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.20/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:5a2bec1f74236deb9519ab5232146c57d2afdb8f8db6773abbb50027150eb8ad\n\n (For s390x architecture)\n The image digest is sha256:168bf6fa86ad2dae55203e833352d47a1284c4db4f42a87bfe8555da97a4f5b3\n\n (For ppc64le architecture)\n The image digest is sha256:df8f0087646c952daae01c4f5ab625bdb95b317cfa790f6841309e8d131c6f89\n\n (For aarch64 architecture)\n The image digest is sha256:2e98640a8f567bb8aeab95719d0fea4048658e7edb093377d9ca08262d4e53f0\n\nAll OpenShift Container Platform 4.20 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.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27063"
}
],
"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.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:3bbdf23c749d068f766d18fccd5e5ae23ff90a5565d8f5101b551113cfb6c123_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:979314a23724ebc8de0be49aa32b8f420179125c695ca48549f541e59337e1b2_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:98636cb3a8c474d6564ee277234bfa6f8bd4bc74a8a5327c4eb21b26c2c9d626_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7cbd75d0671200c3af39c481f36478676c328f47692c1f2c1b46429470eb9bf_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:3cb1ef218d08069307b9cb1013d1a3814567df8ec55f64ddd9b72f5790a03f3c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:450a1c77d36771a98dfa96bb128a066192871becc7ff3edd5da3f9839de5b87b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:647e915e236daa81b0001b61dcfdbea5cb999a844ec0d52f7d0dd4e224cbcbb9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bf4b64740a63a1f6e541d92128c9237fdd813a52536ed1273983946e3c215f7f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:203ec72895a613490e467305fd2ad96e620d4ea8631b44117be4f7227cb3d162_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86e58cc04993c9ebb62ff13f8c9e38fcb1dd1bbdd7f5474a8c6de3a73b628492_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:89275d5e3701e681b789e2c80377bdc124c617ccf1fea892fcd9342647ee4e13_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/network-tools-rhel9@sha256:8ec539591813dd64b6e220480649aceb0f20ac8dbaccf29f5852805fe2d653c6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06e3ee0cbdc2f1b3ad5e51bacf75c05cf7f156f8ab0ab451ae0d7849095c35a4_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:8dc3a7e099280b53633b6dc3bddcade1de7720e6b26689b99b13f146675c4f5b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e926f2b13e47bf18d2109a39fb2023f112df68ce206f797f60aabe688b203bde_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:ecd2f1b4154e0e1a82956378e620ff618383e341b7ad7571c4c1fbec55a2db5b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:29d98fcb36f650c7bc94edf306894f4add6d8470dd75ef1b9d2f86a96f7eeefb_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3a9fee448a212907122556f9d2b6441122cd09f03fd85b953db0f06527cd841_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b9a359fca4093efb9deaf581963244e67abfc7afc3ec6df558cc1525adaed085_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e6d546338774b75c347f1c00f01897d2c18bcc02aae73801c888a1c0bc7159a9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:fe589677a60e47f089add4a8662d7a5bb018d149bd40951450afcad9459d0868_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0265e523cbb12746ce518597e1f2ae8dfed5a4f108410d74a284429511d7dd80_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:06833bd27e40dd3a770cac2b4bc943cbbcc005409df8bcb8da465c2f4cfe25e3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3e44064c6c2f51f5d59267cb3be081e525227b412f84cdf982239a7340c5a0b6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:89c39898050cee289a3d05bace758ad4551a9dcb4b55467dff1b70ef304e227a_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7b5d98fb5c01c84f70fdd05e5ca4ea35f580eacf123fd70744dd207e90ac8ecc_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dcb687dac46dfcb5190a00860a358b63304e344ee233605c69442ae784df50a7_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5571dc60fd35ac8fc45f1632859804ec7f6b261b131bd8a1f68ab4de49c79a08_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:638bf4691fd54f1854134c0a350a18956f2d4e33367775c35882bbffad8a085e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e7665d0ff02bafdf87f7cf26d8f9364504b6019a582381408cf5f6bbb8a6b2c0_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ebf9d8e110fdd0eb92437bb9948019dd5caaaa13dff3bbdacf99caf98a11f701_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:49bd024d3d99fb1ad7bab883c7e5f660183c3146ca927b6d7ddceeeddfcba157_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b66789383841ab46f31f467fa319ec01d202f7f69739ff4d251b4af0a6c9e6e6_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c346d06d42db2adc95274fdad624981452835dde285b7f44bf72a8d362ce73bb_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cb690ce1b790312c809730ce08830a3fd43ff06a3136c57256952cd7bbe13d55_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:624021ed9404e77d1417862044df4b04fa3fe3dc026b03ea54a2b87d4376d387_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a1bd5af44e35c68359b7bc642c195a557a25e15f41124b5874fc1e51ee299bf3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ee697ce277502f25541e9973db31e142af9c4419849a50d0a020c61afcc48c33_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fdea6c63c595dc8b02cef15286aeb3ddc3bfe0193de45201d0cfb11a3bcd589f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:522a646576645bcbf84710a97c8f89c577d55a22f1d8d1c868135d1d8ecbe34c_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:81c0cf537924384b7ef75b604e5941fc51fe049641622c4b772852788da14097_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:89f57abd15554b50bd27019be5438490bd6207d18d457607603c511a054f1b7a_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c0de5f2f719b24731c4a5aaa2e1b40d661e67a72fe0d3caac4271f9e9d5ead5_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1b57935b2c9a488ef21e6d66ad07c2e25a1737b0e0641319fbe7710a24e01e4b_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:365ac58c2af582f184d3f62beaa48d15f3981e4d8da0cbbb8c93ec6986243b51_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:38eb1cac78fe34949a20dbc1cc949f4d2861d9db7ada1de0e5ed29279901f408_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:d3125750bd9da51e7a35ef16af331b8a2b3dc157b3fa471629fb616322e35fc9_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a8f96819a4c2b6c5d8d3d16e7f2d86cd98fec4d54aadc93d577114787713537_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:640edf3a82ee8b13796051e101e647b2378da417e14a1dff18ce501e4fd37bb3_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c7a464e13822761ca8082145086084a7ee99dac69eaf2499ae3a216840866dac_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f01be0e96604d69f4c4e9e4363da99fab82220b72e34accaedd7c62f3e510f2d_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:050d6a3c89ac2be7115949ac33afe56a690b5d56775be5f1f004902ba056da20_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3170599804e9cf0f6ee3edf955f2d9b34a462a3cf1fb667a2db53ccc9498724c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:74ed6313652eb904df6f81151b9c829c01f7304c6872071a100a65ada5679978_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8f505384a22a337f1ac2c2b76051e4cee2a60b638cebe734816ff49bb1fb0b9f_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7154ccb28376771fbbb8754ddd010672548c43fbec531e0cfdf3007a8efd882c_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7c254637daf1b7564394c9a6425b9dec8a711e27ccfc659d5a55471c218b14cd_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ad266469369890878063a4e0793c144bf73be0c963be65f154f3e8988c666fe2_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:fe01dc34d6ef1faf09be0e5b4fd7c9c0db4baafc8fdd77ab61d25167c80e8a53_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c731759826eeaffcc98dcc86e890adc3dcbc3497761bbebe04265892e782963d_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:dcaeb66077a2e78128d7ddc7b03ec9501f65c14f068948a9fbb82245927f2d04_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:06a4c88d17ea03dbcaf83bfbf36d42ae4e288218477c11ba8bdbb45eb5b3ca56_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:387d5a03bce1e6b80a36582c2959e6c0569cbce7f49b5c29297c4eae1fa89a4f_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3ddb9e724e529e60d4b0669d5630f661f416c4e762c60d25b70573b40ef131b3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:cbe78a9f8013acf7217363c5512cb61b16db26ade6a00b3ec9bad7b534ea6c97_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0f70afc8fc44153005b719e423b9414a806f52a1f0a0eaf383214e7aeb0d1d43_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9e2ca3a4a43f24bb081c0d1a20350a9086e93dcbdc617b561fcc39369273b32e_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a66f68ebb39a0474bc89255b465750e203dabacfdec098ec20c14b7adb7e26af_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f811943f27e46556496a9833e20192a53b11d441660f8815b32f5afbc1eddd0e_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:1a7ac4b64621194572606055e495c964f0061619156b58db38e5e3ed0d63b359_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7acd95b189ae4b09922c757de90a1855a91ec8d185144ef19027bd0ff1c9f522_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8caabe7828c7c1df3b1edf2585a48055615ff16becb6149a8d558ce9ce717862_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c37cf3696e1b4c67f30d7a42f324606c6814e61ddbe3e5520e0a7a0a0242ed6d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0c87c80a5bccd9225c9d1faa85ea7d0deed337a138fadb0412af6590fd9f96b4_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6e40ba6ae462a707631a6f8496ae597f811f3eaef98bdfcc0d0dedb0dcdc1575_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6ecb5789c21c2bf45a3312bd7116f847a3b15646009fed0031a6cf160306e965_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:7a55683ac150ed1a4ec96017f62099116b81d07a0b0277a6eaab06cc2064116b_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3b6e1dbf5de0caacb2cd524ca40193db89ec825360c0dfd8e1f3af197f4539dd_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:6a598579673f0a81e14f17fc463ee4f6bb3cfa937f281bd089b479b5155980d6_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ad1759daee6b18fa3267b578c75fb178730319d1cd9527a21fb9836ddc4facac_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:babce324aa37ddf6db4514c1a697a4f2769775426fb59c635d2c8702e9952153_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:48b50cb476bad0b50177ddf4d801d8a953249f4c5a268d2822d16ed4845bf33f_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:590285997861e1233f792b5f371e9897086fd3b217a4840c5bfa971118472c94_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9c1401fe5364b8ba3a069ac69a16e60d09f54e1dc17f30bdd438933f60474b8f_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:9f4ff8acdc663301d308156bb2c56d68379a95fa087bc71f41a699a8ed08eba9_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:20c651f23e57bce386239c12ad3e2a19aa3220ef5c89c2561cad7bd40476d4c0_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3fa417f375c4d41175b700a1a44f7dbd60f58a9337b1202720696f84d347fda9_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:44f8632e12b1a2e798c518cccff5aff1ebdfc1cdda8a4bb044ed01e322aa1f2c_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b081739ac1afa49e7a1eb8f73b76bd30241c056eb55ed06d2845002368571fb3_arm64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2f154bdf369c1e9b9981b9478399f8bb870aad53bd5f33420a74bfdfd942ae8d_s390x",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5d44a3b19601304824c82cb302a575d2ffa8e7085d02abfaae925af1b2908eaf_amd64",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8d50532844d79c853a38a59c62ad4e6ea253e5ca6d54a81791b38922053f9ddd_ppc64le",
"Red Hat OpenShift Container Platform 4.20:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:db6900b8ab7297ae4b098c821386069cba11b54e0211f726607a108b74969067_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openshift/router: openshift/router: mTLS client certificate spoofing via unstripped X-SSL-Client headers on HTTP frontend"
}
]
}
RHSA-2026:27903
Vulnerability from csaf_redhat - Published: 2026-06-22 12:44 - Updated: 2026-06-24 08:59A flaw was found in KubeVirt's virt-exportserver component. An attacker with specific namespace-level access can exploit a path traversal vulnerability in the VMExport directory endpoint. By placing a symbolic link (symlink) within an exported filesystem Persistent Volume Claim (PVC) that points outside its designated mount root, the attacker can read arbitrary files from the exporter pod's filesystem. This leads to information disclosure, potentially exposing sensitive data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:0f139421f6a28079640ec2166e9f47bc8e800d5ed0a4f74733ee92910d41cde2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:42c795be0f550e3e558aedbeb48587db9dc2d703704b26f1f640affad1ded53e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:977d564e0824b3759f07941443b552acc6bc09e932e31ad6e80ab7d92213853c_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:3e35796163cf12c144f6e68c2cdc08aad7a0a9787d86c21ae896f975272e4910_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:407b24fd81006c833156c175b5b3282b5c983c613e49aa65824151b36f5124b3_s390x | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:8d921ac8b01fe1ef96f1df1f4bd75fb5208076288d2918d6cfdc52f1ac6fa254_amd64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:1255de6db0f09582eaf121164e90dbe18366940b2558b9840f4a5d5bba3bf2c0_amd64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:a8c558546e6e89318ff9efccfb94d011789dafff5d9059df967763fa9662827e_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:addb0f1697459cd354ca7d08592d5802aa53f3d34f1cd71ad567b7a659f144b3_s390x | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:690de966852395d00796a187820dc91f86a2eb56bbb34883bb29e42d37a09d89_amd64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:a62b253cdabe5010eec54807cf805c962199bf678c17a1dd4d2df2184516781b_s390x | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b4e3a2a5bb02e8bbba21cba4a34d398e2a29ad325c407a049e526efd698f4896_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:27faa21761a881c01425b1b1879d6172af4a950832588c5fc275756d796de2b0_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:723d98645257ab1cd6755a6be2e1a8ffc52b12efdf3de5a702799d092d876f0c_amd64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:ff8e6efbcdfef2016c2f3aa449fa9c92b2584e46f107ac0291adc56b046ed1ad_s390x | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:7ee6a99028626343830aa42b6a8006d2bf03d585dbd9dbece6a8c5288ecd0bd6_s390x | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:9240b0e68700385fd5ff0bc054a28319538be8bf1c0c5071077ab3b584e200fa_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a8eb7efe7cd0ed4cef9fc201c1fed994ce30c969a2b9dd9b2bb201e6d194227d_amd64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:329d14f15c8938592a3f387e18c6a91984c14b7c308e5a768ab0d0f2a5e860af_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:7ce5f79a57ff794cad03f005eba0892a97f0f36d2efa44c31954cb6b26f7297e_amd64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:aeda5ca46f89b1aa9fa114f806f91629104557234c4ef802bdb871141a505cc1_s390x | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:1273d55c55de823a7bb516d7a5bd7b6fd5ff105d90752276a0f3de77b1db2294_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:864ab0bc96a281ddf316126491d6eef1847674570d8fd4a0a003ad0773d89956_s390x | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:8fd471cf2efa55303bd36c4284d36310cc9330aecbf9b6fec05124d2b3a5b800_amd64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:42dad76adff74b85c3ef653c4de263e8a06252213f91aecf331fc71c15ec416d_amd64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:58cfd9970c11781e012fd1a29441d9f34c0c7fa00674e2e6069b0846804b68e2_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:afdc0ee42b523e43280022c1059d21af0ef26e6a7e8f963dbcca3d0d4aead460_s390x | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:8858d630ac7da25066e8e0c9092a364346952afc543f8db6c2da88c3303e5626_amd64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:bc9f2d6eae6598384d64e94c7719ca6278b3479b5822d6caaee9706bbaf49d62_s390x | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:c923b03ca0af96c491cb6eead4bd95072deaf25521f4790a9715b63f90e7b8d2_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:60e846f909a2b62d772b1154484131b32dbb56584a1db1ecf89183426d7b9af6_amd64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:682520ff5c55b0d031f1c2778c694ae347b60f8c3b58a48631a4ea0ff8e47781_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:ccd1cb4761b77fdd738545ccf96553d14a06f026b5e62337cf2f6d79f0e975fa_s390x | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:03ca0747a2c0777fa51750de9dc22f97f736048c1d8e3849a290535e59dc7cb8_amd64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:5b2c075b606ded6754bfa3e2adcc88d042d706538a7f190f160c78ab6c3dc2d8_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:91865bfb04e070d868491e3d4ab77af1e65159ca48d776eca61b9dee72970da7_s390x | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:1e74b0f7988155f8df0637184565417f8d714cb83c48cfd4dbb5b3150f02de48_amd64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:bc2ecf445c2fb5f2edb6dc8ec2d14d014d67f6639536df21dd4fadd1dcab2c2e_s390x | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:dacafc4fd1495543bcb6c488e828122e0d83230b71bdd43f1cb8608c54488df4_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:2dffaeb9f5c974b8dd1437def956d73547cc571bf5669af54d25e37207d2b5b5_amd64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:2f222a3141a1a7c15aa186c29e6ed56157949a94f5592820e19c07e8620a4b8c_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:ffd4234737e23cd933fec7e00bc623e439f605112dab93ff7cc2e0ae232a68a9_s390x | — |
A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:0f139421f6a28079640ec2166e9f47bc8e800d5ed0a4f74733ee92910d41cde2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:42c795be0f550e3e558aedbeb48587db9dc2d703704b26f1f640affad1ded53e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:977d564e0824b3759f07941443b552acc6bc09e932e31ad6e80ab7d92213853c_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:3e35796163cf12c144f6e68c2cdc08aad7a0a9787d86c21ae896f975272e4910_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:407b24fd81006c833156c175b5b3282b5c983c613e49aa65824151b36f5124b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:8d921ac8b01fe1ef96f1df1f4bd75fb5208076288d2918d6cfdc52f1ac6fa254_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:1255de6db0f09582eaf121164e90dbe18366940b2558b9840f4a5d5bba3bf2c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:a8c558546e6e89318ff9efccfb94d011789dafff5d9059df967763fa9662827e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:addb0f1697459cd354ca7d08592d5802aa53f3d34f1cd71ad567b7a659f144b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:690de966852395d00796a187820dc91f86a2eb56bbb34883bb29e42d37a09d89_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:a62b253cdabe5010eec54807cf805c962199bf678c17a1dd4d2df2184516781b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b4e3a2a5bb02e8bbba21cba4a34d398e2a29ad325c407a049e526efd698f4896_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:27faa21761a881c01425b1b1879d6172af4a950832588c5fc275756d796de2b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:723d98645257ab1cd6755a6be2e1a8ffc52b12efdf3de5a702799d092d876f0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:ff8e6efbcdfef2016c2f3aa449fa9c92b2584e46f107ac0291adc56b046ed1ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:7ee6a99028626343830aa42b6a8006d2bf03d585dbd9dbece6a8c5288ecd0bd6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:9240b0e68700385fd5ff0bc054a28319538be8bf1c0c5071077ab3b584e200fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a8eb7efe7cd0ed4cef9fc201c1fed994ce30c969a2b9dd9b2bb201e6d194227d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:329d14f15c8938592a3f387e18c6a91984c14b7c308e5a768ab0d0f2a5e860af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:7ce5f79a57ff794cad03f005eba0892a97f0f36d2efa44c31954cb6b26f7297e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:aeda5ca46f89b1aa9fa114f806f91629104557234c4ef802bdb871141a505cc1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:1273d55c55de823a7bb516d7a5bd7b6fd5ff105d90752276a0f3de77b1db2294_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:864ab0bc96a281ddf316126491d6eef1847674570d8fd4a0a003ad0773d89956_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:8fd471cf2efa55303bd36c4284d36310cc9330aecbf9b6fec05124d2b3a5b800_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:42dad76adff74b85c3ef653c4de263e8a06252213f91aecf331fc71c15ec416d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:58cfd9970c11781e012fd1a29441d9f34c0c7fa00674e2e6069b0846804b68e2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:afdc0ee42b523e43280022c1059d21af0ef26e6a7e8f963dbcca3d0d4aead460_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:8858d630ac7da25066e8e0c9092a364346952afc543f8db6c2da88c3303e5626_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:bc9f2d6eae6598384d64e94c7719ca6278b3479b5822d6caaee9706bbaf49d62_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:c923b03ca0af96c491cb6eead4bd95072deaf25521f4790a9715b63f90e7b8d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:60e846f909a2b62d772b1154484131b32dbb56584a1db1ecf89183426d7b9af6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:682520ff5c55b0d031f1c2778c694ae347b60f8c3b58a48631a4ea0ff8e47781_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:ccd1cb4761b77fdd738545ccf96553d14a06f026b5e62337cf2f6d79f0e975fa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:03ca0747a2c0777fa51750de9dc22f97f736048c1d8e3849a290535e59dc7cb8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:5b2c075b606ded6754bfa3e2adcc88d042d706538a7f190f160c78ab6c3dc2d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:91865bfb04e070d868491e3d4ab77af1e65159ca48d776eca61b9dee72970da7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:1e74b0f7988155f8df0637184565417f8d714cb83c48cfd4dbb5b3150f02de48_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:bc2ecf445c2fb5f2edb6dc8ec2d14d014d67f6639536df21dd4fadd1dcab2c2e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:dacafc4fd1495543bcb6c488e828122e0d83230b71bdd43f1cb8608c54488df4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:2dffaeb9f5c974b8dd1437def956d73547cc571bf5669af54d25e37207d2b5b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:2f222a3141a1a7c15aa186c29e6ed56157949a94f5592820e19c07e8620a4b8c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:ffd4234737e23cd933fec7e00bc623e439f605112dab93ff7cc2e0ae232a68a9_s390x | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Virtualization release v4.21 is now available with updates to packages and images that fix several bugs and add enhancements.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenShift Virtualization is Red Hat\u0027s virtualization solution designed for Red Hat OpenShift Container Platform.\n\nThis advisory contains OpenShift Virtualization v4.21 images.",
"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:27903",
"url": "https://access.redhat.com/errata/RHSA-2026:27903"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-35469",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-9804",
"url": "https://access.redhat.com/security/cve/CVE-2026-9804"
},
{
"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_27903.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Virtualization v4.21 Images",
"tracking": {
"current_release_date": "2026-06-24T08:59:58+00:00",
"generator": {
"date": "2026-06-24T08:59:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2026:27903",
"initial_release_date": "2026-06-22T12:44:58+00:00",
"revision_history": [
{
"date": "2026-06-22T12:44:58+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-22T12:45:11+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-24T08:59:58+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Container Native Virtualization 4.21",
"product": {
"name": "Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:container_native_virtualization:4.21::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Container Native Virtualization"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:8d921ac8b01fe1ef96f1df1f4bd75fb5208076288d2918d6cfdc52f1ac6fa254_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:8d921ac8b01fe1ef96f1df1f4bd75fb5208076288d2918d6cfdc52f1ac6fa254_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:8d921ac8b01fe1ef96f1df1f4bd75fb5208076288d2918d6cfdc52f1ac6fa254_amd64",
"product_identification_helper": {
"purl": "pkg:oci/libguestfs-tools-rhel9@sha256%3A8d921ac8b01fe1ef96f1df1f4bd75fb5208076288d2918d6cfdc52f1ac6fa254?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9\u0026tag=1782013186"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:1255de6db0f09582eaf121164e90dbe18366940b2558b9840f4a5d5bba3bf2c0_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:1255de6db0f09582eaf121164e90dbe18366940b2558b9840f4a5d5bba3bf2c0_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:1255de6db0f09582eaf121164e90dbe18366940b2558b9840f4a5d5bba3bf2c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/passt-network-binding-plugin-cni-rhel9@sha256%3A1255de6db0f09582eaf121164e90dbe18366940b2558b9840f4a5d5bba3bf2c0?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9\u0026tag=1782012913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:690de966852395d00796a187820dc91f86a2eb56bbb34883bb29e42d37a09d89_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:690de966852395d00796a187820dc91f86a2eb56bbb34883bb29e42d37a09d89_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:690de966852395d00796a187820dc91f86a2eb56bbb34883bb29e42d37a09d89_amd64",
"product_identification_helper": {
"purl": "pkg:oci/passt-network-binding-plugin-sidecar-rhel9@sha256%3A690de966852395d00796a187820dc91f86a2eb56bbb34883bb29e42d37a09d89?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9\u0026tag=1782012915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:723d98645257ab1cd6755a6be2e1a8ffc52b12efdf3de5a702799d092d876f0c_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:723d98645257ab1cd6755a6be2e1a8ffc52b12efdf3de5a702799d092d876f0c_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:723d98645257ab1cd6755a6be2e1a8ffc52b12efdf3de5a702799d092d876f0c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pr-helper-rhel9@sha256%3A723d98645257ab1cd6755a6be2e1a8ffc52b12efdf3de5a702799d092d876f0c?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/pr-helper-rhel9\u0026tag=1782012939"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a8eb7efe7cd0ed4cef9fc201c1fed994ce30c969a2b9dd9b2bb201e6d194227d_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a8eb7efe7cd0ed4cef9fc201c1fed994ce30c969a2b9dd9b2bb201e6d194227d_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a8eb7efe7cd0ed4cef9fc201c1fed994ce30c969a2b9dd9b2bb201e6d194227d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/sidecar-shim-rhel9@sha256%3Aa8eb7efe7cd0ed4cef9fc201c1fed994ce30c969a2b9dd9b2bb201e6d194227d?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9\u0026tag=1782013394"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:7ce5f79a57ff794cad03f005eba0892a97f0f36d2efa44c31954cb6b26f7297e_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:7ce5f79a57ff794cad03f005eba0892a97f0f36d2efa44c31954cb6b26f7297e_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:7ce5f79a57ff794cad03f005eba0892a97f0f36d2efa44c31954cb6b26f7297e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-api-rhel9@sha256%3A7ce5f79a57ff794cad03f005eba0892a97f0f36d2efa44c31954cb6b26f7297e?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-api-rhel9\u0026tag=1782012917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:8fd471cf2efa55303bd36c4284d36310cc9330aecbf9b6fec05124d2b3a5b800_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:8fd471cf2efa55303bd36c4284d36310cc9330aecbf9b6fec05124d2b3a5b800_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:8fd471cf2efa55303bd36c4284d36310cc9330aecbf9b6fec05124d2b3a5b800_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-artifacts-server-rhel9@sha256%3A8fd471cf2efa55303bd36c4284d36310cc9330aecbf9b6fec05124d2b3a5b800?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9\u0026tag=1782012915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:42dad76adff74b85c3ef653c4de263e8a06252213f91aecf331fc71c15ec416d_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:42dad76adff74b85c3ef653c4de263e8a06252213f91aecf331fc71c15ec416d_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:42dad76adff74b85c3ef653c4de263e8a06252213f91aecf331fc71c15ec416d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-controller-rhel9@sha256%3A42dad76adff74b85c3ef653c4de263e8a06252213f91aecf331fc71c15ec416d?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-controller-rhel9\u0026tag=1782012912"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:8858d630ac7da25066e8e0c9092a364346952afc543f8db6c2da88c3303e5626_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:8858d630ac7da25066e8e0c9092a364346952afc543f8db6c2da88c3303e5626_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:8858d630ac7da25066e8e0c9092a364346952afc543f8db6c2da88c3303e5626_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportproxy-rhel9@sha256%3A8858d630ac7da25066e8e0c9092a364346952afc543f8db6c2da88c3303e5626?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9\u0026tag=1782012913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:977d564e0824b3759f07941443b552acc6bc09e932e31ad6e80ab7d92213853c_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:977d564e0824b3759f07941443b552acc6bc09e932e31ad6e80ab7d92213853c_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:977d564e0824b3759f07941443b552acc6bc09e932e31ad6e80ab7d92213853c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportserver-rhel9@sha256%3A977d564e0824b3759f07941443b552acc6bc09e932e31ad6e80ab7d92213853c?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9\u0026tag=1782012918"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:60e846f909a2b62d772b1154484131b32dbb56584a1db1ecf89183426d7b9af6_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:60e846f909a2b62d772b1154484131b32dbb56584a1db1ecf89183426d7b9af6_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:60e846f909a2b62d772b1154484131b32dbb56584a1db1ecf89183426d7b9af6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-handler-rhel9@sha256%3A60e846f909a2b62d772b1154484131b32dbb56584a1db1ecf89183426d7b9af6?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-handler-rhel9\u0026tag=1782012921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:03ca0747a2c0777fa51750de9dc22f97f736048c1d8e3849a290535e59dc7cb8_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:03ca0747a2c0777fa51750de9dc22f97f736048c1d8e3849a290535e59dc7cb8_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:03ca0747a2c0777fa51750de9dc22f97f736048c1d8e3849a290535e59dc7cb8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-launcher-rhel9@sha256%3A03ca0747a2c0777fa51750de9dc22f97f736048c1d8e3849a290535e59dc7cb8?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-launcher-rhel9\u0026tag=1782012945"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:1e74b0f7988155f8df0637184565417f8d714cb83c48cfd4dbb5b3150f02de48_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:1e74b0f7988155f8df0637184565417f8d714cb83c48cfd4dbb5b3150f02de48_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:1e74b0f7988155f8df0637184565417f8d714cb83c48cfd4dbb5b3150f02de48_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-operator-rhel9@sha256%3A1e74b0f7988155f8df0637184565417f8d714cb83c48cfd4dbb5b3150f02de48?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-operator-rhel9\u0026tag=1782012917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:2dffaeb9f5c974b8dd1437def956d73547cc571bf5669af54d25e37207d2b5b5_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:2dffaeb9f5c974b8dd1437def956d73547cc571bf5669af54d25e37207d2b5b5_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:2dffaeb9f5c974b8dd1437def956d73547cc571bf5669af54d25e37207d2b5b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-synchronization-controller-rhel9@sha256%3A2dffaeb9f5c974b8dd1437def956d73547cc571bf5669af54d25e37207d2b5b5?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9\u0026tag=1782012915"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:3e35796163cf12c144f6e68c2cdc08aad7a0a9787d86c21ae896f975272e4910_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:3e35796163cf12c144f6e68c2cdc08aad7a0a9787d86c21ae896f975272e4910_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:3e35796163cf12c144f6e68c2cdc08aad7a0a9787d86c21ae896f975272e4910_arm64",
"product_identification_helper": {
"purl": "pkg:oci/libguestfs-tools-rhel9@sha256%3A3e35796163cf12c144f6e68c2cdc08aad7a0a9787d86c21ae896f975272e4910?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9\u0026tag=1782013186"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:a8c558546e6e89318ff9efccfb94d011789dafff5d9059df967763fa9662827e_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:a8c558546e6e89318ff9efccfb94d011789dafff5d9059df967763fa9662827e_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:a8c558546e6e89318ff9efccfb94d011789dafff5d9059df967763fa9662827e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/passt-network-binding-plugin-cni-rhel9@sha256%3Aa8c558546e6e89318ff9efccfb94d011789dafff5d9059df967763fa9662827e?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9\u0026tag=1782012913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b4e3a2a5bb02e8bbba21cba4a34d398e2a29ad325c407a049e526efd698f4896_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b4e3a2a5bb02e8bbba21cba4a34d398e2a29ad325c407a049e526efd698f4896_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b4e3a2a5bb02e8bbba21cba4a34d398e2a29ad325c407a049e526efd698f4896_arm64",
"product_identification_helper": {
"purl": "pkg:oci/passt-network-binding-plugin-sidecar-rhel9@sha256%3Ab4e3a2a5bb02e8bbba21cba4a34d398e2a29ad325c407a049e526efd698f4896?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9\u0026tag=1782012915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:27faa21761a881c01425b1b1879d6172af4a950832588c5fc275756d796de2b0_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:27faa21761a881c01425b1b1879d6172af4a950832588c5fc275756d796de2b0_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:27faa21761a881c01425b1b1879d6172af4a950832588c5fc275756d796de2b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pr-helper-rhel9@sha256%3A27faa21761a881c01425b1b1879d6172af4a950832588c5fc275756d796de2b0?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/pr-helper-rhel9\u0026tag=1782012939"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:9240b0e68700385fd5ff0bc054a28319538be8bf1c0c5071077ab3b584e200fa_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:9240b0e68700385fd5ff0bc054a28319538be8bf1c0c5071077ab3b584e200fa_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:9240b0e68700385fd5ff0bc054a28319538be8bf1c0c5071077ab3b584e200fa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/sidecar-shim-rhel9@sha256%3A9240b0e68700385fd5ff0bc054a28319538be8bf1c0c5071077ab3b584e200fa?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9\u0026tag=1782013394"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:329d14f15c8938592a3f387e18c6a91984c14b7c308e5a768ab0d0f2a5e860af_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:329d14f15c8938592a3f387e18c6a91984c14b7c308e5a768ab0d0f2a5e860af_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:329d14f15c8938592a3f387e18c6a91984c14b7c308e5a768ab0d0f2a5e860af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-api-rhel9@sha256%3A329d14f15c8938592a3f387e18c6a91984c14b7c308e5a768ab0d0f2a5e860af?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-api-rhel9\u0026tag=1782012917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:1273d55c55de823a7bb516d7a5bd7b6fd5ff105d90752276a0f3de77b1db2294_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:1273d55c55de823a7bb516d7a5bd7b6fd5ff105d90752276a0f3de77b1db2294_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:1273d55c55de823a7bb516d7a5bd7b6fd5ff105d90752276a0f3de77b1db2294_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-artifacts-server-rhel9@sha256%3A1273d55c55de823a7bb516d7a5bd7b6fd5ff105d90752276a0f3de77b1db2294?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9\u0026tag=1782012915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:58cfd9970c11781e012fd1a29441d9f34c0c7fa00674e2e6069b0846804b68e2_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:58cfd9970c11781e012fd1a29441d9f34c0c7fa00674e2e6069b0846804b68e2_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:58cfd9970c11781e012fd1a29441d9f34c0c7fa00674e2e6069b0846804b68e2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-controller-rhel9@sha256%3A58cfd9970c11781e012fd1a29441d9f34c0c7fa00674e2e6069b0846804b68e2?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-controller-rhel9\u0026tag=1782012912"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:c923b03ca0af96c491cb6eead4bd95072deaf25521f4790a9715b63f90e7b8d2_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:c923b03ca0af96c491cb6eead4bd95072deaf25521f4790a9715b63f90e7b8d2_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:c923b03ca0af96c491cb6eead4bd95072deaf25521f4790a9715b63f90e7b8d2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportproxy-rhel9@sha256%3Ac923b03ca0af96c491cb6eead4bd95072deaf25521f4790a9715b63f90e7b8d2?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9\u0026tag=1782012913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:42c795be0f550e3e558aedbeb48587db9dc2d703704b26f1f640affad1ded53e_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:42c795be0f550e3e558aedbeb48587db9dc2d703704b26f1f640affad1ded53e_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:42c795be0f550e3e558aedbeb48587db9dc2d703704b26f1f640affad1ded53e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportserver-rhel9@sha256%3A42c795be0f550e3e558aedbeb48587db9dc2d703704b26f1f640affad1ded53e?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9\u0026tag=1782012918"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:682520ff5c55b0d031f1c2778c694ae347b60f8c3b58a48631a4ea0ff8e47781_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:682520ff5c55b0d031f1c2778c694ae347b60f8c3b58a48631a4ea0ff8e47781_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:682520ff5c55b0d031f1c2778c694ae347b60f8c3b58a48631a4ea0ff8e47781_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-handler-rhel9@sha256%3A682520ff5c55b0d031f1c2778c694ae347b60f8c3b58a48631a4ea0ff8e47781?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-handler-rhel9\u0026tag=1782012921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:5b2c075b606ded6754bfa3e2adcc88d042d706538a7f190f160c78ab6c3dc2d8_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:5b2c075b606ded6754bfa3e2adcc88d042d706538a7f190f160c78ab6c3dc2d8_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:5b2c075b606ded6754bfa3e2adcc88d042d706538a7f190f160c78ab6c3dc2d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-launcher-rhel9@sha256%3A5b2c075b606ded6754bfa3e2adcc88d042d706538a7f190f160c78ab6c3dc2d8?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-launcher-rhel9\u0026tag=1782012945"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:dacafc4fd1495543bcb6c488e828122e0d83230b71bdd43f1cb8608c54488df4_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:dacafc4fd1495543bcb6c488e828122e0d83230b71bdd43f1cb8608c54488df4_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:dacafc4fd1495543bcb6c488e828122e0d83230b71bdd43f1cb8608c54488df4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-operator-rhel9@sha256%3Adacafc4fd1495543bcb6c488e828122e0d83230b71bdd43f1cb8608c54488df4?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-operator-rhel9\u0026tag=1782012917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:2f222a3141a1a7c15aa186c29e6ed56157949a94f5592820e19c07e8620a4b8c_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:2f222a3141a1a7c15aa186c29e6ed56157949a94f5592820e19c07e8620a4b8c_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:2f222a3141a1a7c15aa186c29e6ed56157949a94f5592820e19c07e8620a4b8c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-synchronization-controller-rhel9@sha256%3A2f222a3141a1a7c15aa186c29e6ed56157949a94f5592820e19c07e8620a4b8c?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9\u0026tag=1782012915"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:407b24fd81006c833156c175b5b3282b5c983c613e49aa65824151b36f5124b3_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:407b24fd81006c833156c175b5b3282b5c983c613e49aa65824151b36f5124b3_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:407b24fd81006c833156c175b5b3282b5c983c613e49aa65824151b36f5124b3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/libguestfs-tools-rhel9@sha256%3A407b24fd81006c833156c175b5b3282b5c983c613e49aa65824151b36f5124b3?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9\u0026tag=1782013186"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:addb0f1697459cd354ca7d08592d5802aa53f3d34f1cd71ad567b7a659f144b3_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:addb0f1697459cd354ca7d08592d5802aa53f3d34f1cd71ad567b7a659f144b3_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:addb0f1697459cd354ca7d08592d5802aa53f3d34f1cd71ad567b7a659f144b3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/passt-network-binding-plugin-cni-rhel9@sha256%3Aaddb0f1697459cd354ca7d08592d5802aa53f3d34f1cd71ad567b7a659f144b3?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9\u0026tag=1782012913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:a62b253cdabe5010eec54807cf805c962199bf678c17a1dd4d2df2184516781b_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:a62b253cdabe5010eec54807cf805c962199bf678c17a1dd4d2df2184516781b_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:a62b253cdabe5010eec54807cf805c962199bf678c17a1dd4d2df2184516781b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/passt-network-binding-plugin-sidecar-rhel9@sha256%3Aa62b253cdabe5010eec54807cf805c962199bf678c17a1dd4d2df2184516781b?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9\u0026tag=1782012915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:ff8e6efbcdfef2016c2f3aa449fa9c92b2584e46f107ac0291adc56b046ed1ad_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:ff8e6efbcdfef2016c2f3aa449fa9c92b2584e46f107ac0291adc56b046ed1ad_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:ff8e6efbcdfef2016c2f3aa449fa9c92b2584e46f107ac0291adc56b046ed1ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pr-helper-rhel9@sha256%3Aff8e6efbcdfef2016c2f3aa449fa9c92b2584e46f107ac0291adc56b046ed1ad?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/pr-helper-rhel9\u0026tag=1782012939"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:7ee6a99028626343830aa42b6a8006d2bf03d585dbd9dbece6a8c5288ecd0bd6_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:7ee6a99028626343830aa42b6a8006d2bf03d585dbd9dbece6a8c5288ecd0bd6_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:7ee6a99028626343830aa42b6a8006d2bf03d585dbd9dbece6a8c5288ecd0bd6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/sidecar-shim-rhel9@sha256%3A7ee6a99028626343830aa42b6a8006d2bf03d585dbd9dbece6a8c5288ecd0bd6?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9\u0026tag=1782013394"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:aeda5ca46f89b1aa9fa114f806f91629104557234c4ef802bdb871141a505cc1_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:aeda5ca46f89b1aa9fa114f806f91629104557234c4ef802bdb871141a505cc1_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:aeda5ca46f89b1aa9fa114f806f91629104557234c4ef802bdb871141a505cc1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-api-rhel9@sha256%3Aaeda5ca46f89b1aa9fa114f806f91629104557234c4ef802bdb871141a505cc1?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-api-rhel9\u0026tag=1782012917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:864ab0bc96a281ddf316126491d6eef1847674570d8fd4a0a003ad0773d89956_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:864ab0bc96a281ddf316126491d6eef1847674570d8fd4a0a003ad0773d89956_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:864ab0bc96a281ddf316126491d6eef1847674570d8fd4a0a003ad0773d89956_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-artifacts-server-rhel9@sha256%3A864ab0bc96a281ddf316126491d6eef1847674570d8fd4a0a003ad0773d89956?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9\u0026tag=1782012915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:afdc0ee42b523e43280022c1059d21af0ef26e6a7e8f963dbcca3d0d4aead460_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:afdc0ee42b523e43280022c1059d21af0ef26e6a7e8f963dbcca3d0d4aead460_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:afdc0ee42b523e43280022c1059d21af0ef26e6a7e8f963dbcca3d0d4aead460_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-controller-rhel9@sha256%3Aafdc0ee42b523e43280022c1059d21af0ef26e6a7e8f963dbcca3d0d4aead460?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-controller-rhel9\u0026tag=1782012912"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:bc9f2d6eae6598384d64e94c7719ca6278b3479b5822d6caaee9706bbaf49d62_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:bc9f2d6eae6598384d64e94c7719ca6278b3479b5822d6caaee9706bbaf49d62_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:bc9f2d6eae6598384d64e94c7719ca6278b3479b5822d6caaee9706bbaf49d62_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportproxy-rhel9@sha256%3Abc9f2d6eae6598384d64e94c7719ca6278b3479b5822d6caaee9706bbaf49d62?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9\u0026tag=1782012913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:0f139421f6a28079640ec2166e9f47bc8e800d5ed0a4f74733ee92910d41cde2_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:0f139421f6a28079640ec2166e9f47bc8e800d5ed0a4f74733ee92910d41cde2_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:0f139421f6a28079640ec2166e9f47bc8e800d5ed0a4f74733ee92910d41cde2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportserver-rhel9@sha256%3A0f139421f6a28079640ec2166e9f47bc8e800d5ed0a4f74733ee92910d41cde2?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9\u0026tag=1782012918"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:ccd1cb4761b77fdd738545ccf96553d14a06f026b5e62337cf2f6d79f0e975fa_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:ccd1cb4761b77fdd738545ccf96553d14a06f026b5e62337cf2f6d79f0e975fa_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:ccd1cb4761b77fdd738545ccf96553d14a06f026b5e62337cf2f6d79f0e975fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-handler-rhel9@sha256%3Accd1cb4761b77fdd738545ccf96553d14a06f026b5e62337cf2f6d79f0e975fa?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-handler-rhel9\u0026tag=1782012921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:91865bfb04e070d868491e3d4ab77af1e65159ca48d776eca61b9dee72970da7_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:91865bfb04e070d868491e3d4ab77af1e65159ca48d776eca61b9dee72970da7_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:91865bfb04e070d868491e3d4ab77af1e65159ca48d776eca61b9dee72970da7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-launcher-rhel9@sha256%3A91865bfb04e070d868491e3d4ab77af1e65159ca48d776eca61b9dee72970da7?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-launcher-rhel9\u0026tag=1782012945"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:bc2ecf445c2fb5f2edb6dc8ec2d14d014d67f6639536df21dd4fadd1dcab2c2e_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:bc2ecf445c2fb5f2edb6dc8ec2d14d014d67f6639536df21dd4fadd1dcab2c2e_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:bc2ecf445c2fb5f2edb6dc8ec2d14d014d67f6639536df21dd4fadd1dcab2c2e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-operator-rhel9@sha256%3Abc2ecf445c2fb5f2edb6dc8ec2d14d014d67f6639536df21dd4fadd1dcab2c2e?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-operator-rhel9\u0026tag=1782012917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:ffd4234737e23cd933fec7e00bc623e439f605112dab93ff7cc2e0ae232a68a9_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:ffd4234737e23cd933fec7e00bc623e439f605112dab93ff7cc2e0ae232a68a9_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:ffd4234737e23cd933fec7e00bc623e439f605112dab93ff7cc2e0ae232a68a9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-synchronization-controller-rhel9@sha256%3Affd4234737e23cd933fec7e00bc623e439f605112dab93ff7cc2e0ae232a68a9?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9\u0026tag=1782012915"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:3e35796163cf12c144f6e68c2cdc08aad7a0a9787d86c21ae896f975272e4910_arm64 as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:3e35796163cf12c144f6e68c2cdc08aad7a0a9787d86c21ae896f975272e4910_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:3e35796163cf12c144f6e68c2cdc08aad7a0a9787d86c21ae896f975272e4910_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:407b24fd81006c833156c175b5b3282b5c983c613e49aa65824151b36f5124b3_s390x as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:407b24fd81006c833156c175b5b3282b5c983c613e49aa65824151b36f5124b3_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:407b24fd81006c833156c175b5b3282b5c983c613e49aa65824151b36f5124b3_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:8d921ac8b01fe1ef96f1df1f4bd75fb5208076288d2918d6cfdc52f1ac6fa254_amd64 as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:8d921ac8b01fe1ef96f1df1f4bd75fb5208076288d2918d6cfdc52f1ac6fa254_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:8d921ac8b01fe1ef96f1df1f4bd75fb5208076288d2918d6cfdc52f1ac6fa254_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:1255de6db0f09582eaf121164e90dbe18366940b2558b9840f4a5d5bba3bf2c0_amd64 as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:1255de6db0f09582eaf121164e90dbe18366940b2558b9840f4a5d5bba3bf2c0_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:1255de6db0f09582eaf121164e90dbe18366940b2558b9840f4a5d5bba3bf2c0_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:a8c558546e6e89318ff9efccfb94d011789dafff5d9059df967763fa9662827e_arm64 as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:a8c558546e6e89318ff9efccfb94d011789dafff5d9059df967763fa9662827e_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:a8c558546e6e89318ff9efccfb94d011789dafff5d9059df967763fa9662827e_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:addb0f1697459cd354ca7d08592d5802aa53f3d34f1cd71ad567b7a659f144b3_s390x as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:addb0f1697459cd354ca7d08592d5802aa53f3d34f1cd71ad567b7a659f144b3_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:addb0f1697459cd354ca7d08592d5802aa53f3d34f1cd71ad567b7a659f144b3_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:690de966852395d00796a187820dc91f86a2eb56bbb34883bb29e42d37a09d89_amd64 as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:690de966852395d00796a187820dc91f86a2eb56bbb34883bb29e42d37a09d89_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:690de966852395d00796a187820dc91f86a2eb56bbb34883bb29e42d37a09d89_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:a62b253cdabe5010eec54807cf805c962199bf678c17a1dd4d2df2184516781b_s390x as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:a62b253cdabe5010eec54807cf805c962199bf678c17a1dd4d2df2184516781b_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:a62b253cdabe5010eec54807cf805c962199bf678c17a1dd4d2df2184516781b_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b4e3a2a5bb02e8bbba21cba4a34d398e2a29ad325c407a049e526efd698f4896_arm64 as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b4e3a2a5bb02e8bbba21cba4a34d398e2a29ad325c407a049e526efd698f4896_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b4e3a2a5bb02e8bbba21cba4a34d398e2a29ad325c407a049e526efd698f4896_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:27faa21761a881c01425b1b1879d6172af4a950832588c5fc275756d796de2b0_arm64 as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:27faa21761a881c01425b1b1879d6172af4a950832588c5fc275756d796de2b0_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:27faa21761a881c01425b1b1879d6172af4a950832588c5fc275756d796de2b0_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:723d98645257ab1cd6755a6be2e1a8ffc52b12efdf3de5a702799d092d876f0c_amd64 as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:723d98645257ab1cd6755a6be2e1a8ffc52b12efdf3de5a702799d092d876f0c_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:723d98645257ab1cd6755a6be2e1a8ffc52b12efdf3de5a702799d092d876f0c_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:ff8e6efbcdfef2016c2f3aa449fa9c92b2584e46f107ac0291adc56b046ed1ad_s390x as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:ff8e6efbcdfef2016c2f3aa449fa9c92b2584e46f107ac0291adc56b046ed1ad_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:ff8e6efbcdfef2016c2f3aa449fa9c92b2584e46f107ac0291adc56b046ed1ad_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:7ee6a99028626343830aa42b6a8006d2bf03d585dbd9dbece6a8c5288ecd0bd6_s390x as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:7ee6a99028626343830aa42b6a8006d2bf03d585dbd9dbece6a8c5288ecd0bd6_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:7ee6a99028626343830aa42b6a8006d2bf03d585dbd9dbece6a8c5288ecd0bd6_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:9240b0e68700385fd5ff0bc054a28319538be8bf1c0c5071077ab3b584e200fa_arm64 as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:9240b0e68700385fd5ff0bc054a28319538be8bf1c0c5071077ab3b584e200fa_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:9240b0e68700385fd5ff0bc054a28319538be8bf1c0c5071077ab3b584e200fa_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a8eb7efe7cd0ed4cef9fc201c1fed994ce30c969a2b9dd9b2bb201e6d194227d_amd64 as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a8eb7efe7cd0ed4cef9fc201c1fed994ce30c969a2b9dd9b2bb201e6d194227d_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a8eb7efe7cd0ed4cef9fc201c1fed994ce30c969a2b9dd9b2bb201e6d194227d_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:329d14f15c8938592a3f387e18c6a91984c14b7c308e5a768ab0d0f2a5e860af_arm64 as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:329d14f15c8938592a3f387e18c6a91984c14b7c308e5a768ab0d0f2a5e860af_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:329d14f15c8938592a3f387e18c6a91984c14b7c308e5a768ab0d0f2a5e860af_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:7ce5f79a57ff794cad03f005eba0892a97f0f36d2efa44c31954cb6b26f7297e_amd64 as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:7ce5f79a57ff794cad03f005eba0892a97f0f36d2efa44c31954cb6b26f7297e_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:7ce5f79a57ff794cad03f005eba0892a97f0f36d2efa44c31954cb6b26f7297e_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:aeda5ca46f89b1aa9fa114f806f91629104557234c4ef802bdb871141a505cc1_s390x as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:aeda5ca46f89b1aa9fa114f806f91629104557234c4ef802bdb871141a505cc1_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:aeda5ca46f89b1aa9fa114f806f91629104557234c4ef802bdb871141a505cc1_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:1273d55c55de823a7bb516d7a5bd7b6fd5ff105d90752276a0f3de77b1db2294_arm64 as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:1273d55c55de823a7bb516d7a5bd7b6fd5ff105d90752276a0f3de77b1db2294_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:1273d55c55de823a7bb516d7a5bd7b6fd5ff105d90752276a0f3de77b1db2294_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:864ab0bc96a281ddf316126491d6eef1847674570d8fd4a0a003ad0773d89956_s390x as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:864ab0bc96a281ddf316126491d6eef1847674570d8fd4a0a003ad0773d89956_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:864ab0bc96a281ddf316126491d6eef1847674570d8fd4a0a003ad0773d89956_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:8fd471cf2efa55303bd36c4284d36310cc9330aecbf9b6fec05124d2b3a5b800_amd64 as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:8fd471cf2efa55303bd36c4284d36310cc9330aecbf9b6fec05124d2b3a5b800_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:8fd471cf2efa55303bd36c4284d36310cc9330aecbf9b6fec05124d2b3a5b800_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:42dad76adff74b85c3ef653c4de263e8a06252213f91aecf331fc71c15ec416d_amd64 as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:42dad76adff74b85c3ef653c4de263e8a06252213f91aecf331fc71c15ec416d_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:42dad76adff74b85c3ef653c4de263e8a06252213f91aecf331fc71c15ec416d_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:58cfd9970c11781e012fd1a29441d9f34c0c7fa00674e2e6069b0846804b68e2_arm64 as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:58cfd9970c11781e012fd1a29441d9f34c0c7fa00674e2e6069b0846804b68e2_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:58cfd9970c11781e012fd1a29441d9f34c0c7fa00674e2e6069b0846804b68e2_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:afdc0ee42b523e43280022c1059d21af0ef26e6a7e8f963dbcca3d0d4aead460_s390x as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:afdc0ee42b523e43280022c1059d21af0ef26e6a7e8f963dbcca3d0d4aead460_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:afdc0ee42b523e43280022c1059d21af0ef26e6a7e8f963dbcca3d0d4aead460_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:8858d630ac7da25066e8e0c9092a364346952afc543f8db6c2da88c3303e5626_amd64 as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:8858d630ac7da25066e8e0c9092a364346952afc543f8db6c2da88c3303e5626_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:8858d630ac7da25066e8e0c9092a364346952afc543f8db6c2da88c3303e5626_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:bc9f2d6eae6598384d64e94c7719ca6278b3479b5822d6caaee9706bbaf49d62_s390x as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:bc9f2d6eae6598384d64e94c7719ca6278b3479b5822d6caaee9706bbaf49d62_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:bc9f2d6eae6598384d64e94c7719ca6278b3479b5822d6caaee9706bbaf49d62_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:c923b03ca0af96c491cb6eead4bd95072deaf25521f4790a9715b63f90e7b8d2_arm64 as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:c923b03ca0af96c491cb6eead4bd95072deaf25521f4790a9715b63f90e7b8d2_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:c923b03ca0af96c491cb6eead4bd95072deaf25521f4790a9715b63f90e7b8d2_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:0f139421f6a28079640ec2166e9f47bc8e800d5ed0a4f74733ee92910d41cde2_s390x as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:0f139421f6a28079640ec2166e9f47bc8e800d5ed0a4f74733ee92910d41cde2_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:0f139421f6a28079640ec2166e9f47bc8e800d5ed0a4f74733ee92910d41cde2_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:42c795be0f550e3e558aedbeb48587db9dc2d703704b26f1f640affad1ded53e_arm64 as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:42c795be0f550e3e558aedbeb48587db9dc2d703704b26f1f640affad1ded53e_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:42c795be0f550e3e558aedbeb48587db9dc2d703704b26f1f640affad1ded53e_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:977d564e0824b3759f07941443b552acc6bc09e932e31ad6e80ab7d92213853c_amd64 as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:977d564e0824b3759f07941443b552acc6bc09e932e31ad6e80ab7d92213853c_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:977d564e0824b3759f07941443b552acc6bc09e932e31ad6e80ab7d92213853c_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:60e846f909a2b62d772b1154484131b32dbb56584a1db1ecf89183426d7b9af6_amd64 as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:60e846f909a2b62d772b1154484131b32dbb56584a1db1ecf89183426d7b9af6_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:60e846f909a2b62d772b1154484131b32dbb56584a1db1ecf89183426d7b9af6_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:682520ff5c55b0d031f1c2778c694ae347b60f8c3b58a48631a4ea0ff8e47781_arm64 as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:682520ff5c55b0d031f1c2778c694ae347b60f8c3b58a48631a4ea0ff8e47781_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:682520ff5c55b0d031f1c2778c694ae347b60f8c3b58a48631a4ea0ff8e47781_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:ccd1cb4761b77fdd738545ccf96553d14a06f026b5e62337cf2f6d79f0e975fa_s390x as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:ccd1cb4761b77fdd738545ccf96553d14a06f026b5e62337cf2f6d79f0e975fa_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:ccd1cb4761b77fdd738545ccf96553d14a06f026b5e62337cf2f6d79f0e975fa_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:03ca0747a2c0777fa51750de9dc22f97f736048c1d8e3849a290535e59dc7cb8_amd64 as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:03ca0747a2c0777fa51750de9dc22f97f736048c1d8e3849a290535e59dc7cb8_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:03ca0747a2c0777fa51750de9dc22f97f736048c1d8e3849a290535e59dc7cb8_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:5b2c075b606ded6754bfa3e2adcc88d042d706538a7f190f160c78ab6c3dc2d8_arm64 as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:5b2c075b606ded6754bfa3e2adcc88d042d706538a7f190f160c78ab6c3dc2d8_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:5b2c075b606ded6754bfa3e2adcc88d042d706538a7f190f160c78ab6c3dc2d8_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:91865bfb04e070d868491e3d4ab77af1e65159ca48d776eca61b9dee72970da7_s390x as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:91865bfb04e070d868491e3d4ab77af1e65159ca48d776eca61b9dee72970da7_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:91865bfb04e070d868491e3d4ab77af1e65159ca48d776eca61b9dee72970da7_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:1e74b0f7988155f8df0637184565417f8d714cb83c48cfd4dbb5b3150f02de48_amd64 as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:1e74b0f7988155f8df0637184565417f8d714cb83c48cfd4dbb5b3150f02de48_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:1e74b0f7988155f8df0637184565417f8d714cb83c48cfd4dbb5b3150f02de48_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:bc2ecf445c2fb5f2edb6dc8ec2d14d014d67f6639536df21dd4fadd1dcab2c2e_s390x as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:bc2ecf445c2fb5f2edb6dc8ec2d14d014d67f6639536df21dd4fadd1dcab2c2e_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:bc2ecf445c2fb5f2edb6dc8ec2d14d014d67f6639536df21dd4fadd1dcab2c2e_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:dacafc4fd1495543bcb6c488e828122e0d83230b71bdd43f1cb8608c54488df4_arm64 as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:dacafc4fd1495543bcb6c488e828122e0d83230b71bdd43f1cb8608c54488df4_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:dacafc4fd1495543bcb6c488e828122e0d83230b71bdd43f1cb8608c54488df4_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:2dffaeb9f5c974b8dd1437def956d73547cc571bf5669af54d25e37207d2b5b5_amd64 as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:2dffaeb9f5c974b8dd1437def956d73547cc571bf5669af54d25e37207d2b5b5_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:2dffaeb9f5c974b8dd1437def956d73547cc571bf5669af54d25e37207d2b5b5_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:2f222a3141a1a7c15aa186c29e6ed56157949a94f5592820e19c07e8620a4b8c_arm64 as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:2f222a3141a1a7c15aa186c29e6ed56157949a94f5592820e19c07e8620a4b8c_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:2f222a3141a1a7c15aa186c29e6ed56157949a94f5592820e19c07e8620a4b8c_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:ffd4234737e23cd933fec7e00bc623e439f605112dab93ff7cc2e0ae232a68a9_s390x as a component of Red Hat Container Native Virtualization 4.21",
"product_id": "Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:ffd4234737e23cd933fec7e00bc623e439f605112dab93ff7cc2e0ae232a68a9_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:ffd4234737e23cd933fec7e00bc623e439f605112dab93ff7cc2e0ae232a68a9_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.21"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Thai Son Dinh, GitHub: @sondt99"
],
"organization": "VinSOC"
}
],
"cve": "CVE-2026-9804",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2026-05-18T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:3e35796163cf12c144f6e68c2cdc08aad7a0a9787d86c21ae896f975272e4910_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:407b24fd81006c833156c175b5b3282b5c983c613e49aa65824151b36f5124b3_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:8d921ac8b01fe1ef96f1df1f4bd75fb5208076288d2918d6cfdc52f1ac6fa254_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:1255de6db0f09582eaf121164e90dbe18366940b2558b9840f4a5d5bba3bf2c0_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:a8c558546e6e89318ff9efccfb94d011789dafff5d9059df967763fa9662827e_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:addb0f1697459cd354ca7d08592d5802aa53f3d34f1cd71ad567b7a659f144b3_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:690de966852395d00796a187820dc91f86a2eb56bbb34883bb29e42d37a09d89_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:a62b253cdabe5010eec54807cf805c962199bf678c17a1dd4d2df2184516781b_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b4e3a2a5bb02e8bbba21cba4a34d398e2a29ad325c407a049e526efd698f4896_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:27faa21761a881c01425b1b1879d6172af4a950832588c5fc275756d796de2b0_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:723d98645257ab1cd6755a6be2e1a8ffc52b12efdf3de5a702799d092d876f0c_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:ff8e6efbcdfef2016c2f3aa449fa9c92b2584e46f107ac0291adc56b046ed1ad_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:7ee6a99028626343830aa42b6a8006d2bf03d585dbd9dbece6a8c5288ecd0bd6_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:9240b0e68700385fd5ff0bc054a28319538be8bf1c0c5071077ab3b584e200fa_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a8eb7efe7cd0ed4cef9fc201c1fed994ce30c969a2b9dd9b2bb201e6d194227d_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:329d14f15c8938592a3f387e18c6a91984c14b7c308e5a768ab0d0f2a5e860af_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:7ce5f79a57ff794cad03f005eba0892a97f0f36d2efa44c31954cb6b26f7297e_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:aeda5ca46f89b1aa9fa114f806f91629104557234c4ef802bdb871141a505cc1_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:1273d55c55de823a7bb516d7a5bd7b6fd5ff105d90752276a0f3de77b1db2294_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:864ab0bc96a281ddf316126491d6eef1847674570d8fd4a0a003ad0773d89956_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:8fd471cf2efa55303bd36c4284d36310cc9330aecbf9b6fec05124d2b3a5b800_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:42dad76adff74b85c3ef653c4de263e8a06252213f91aecf331fc71c15ec416d_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:58cfd9970c11781e012fd1a29441d9f34c0c7fa00674e2e6069b0846804b68e2_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:afdc0ee42b523e43280022c1059d21af0ef26e6a7e8f963dbcca3d0d4aead460_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:8858d630ac7da25066e8e0c9092a364346952afc543f8db6c2da88c3303e5626_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:bc9f2d6eae6598384d64e94c7719ca6278b3479b5822d6caaee9706bbaf49d62_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:c923b03ca0af96c491cb6eead4bd95072deaf25521f4790a9715b63f90e7b8d2_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:60e846f909a2b62d772b1154484131b32dbb56584a1db1ecf89183426d7b9af6_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:682520ff5c55b0d031f1c2778c694ae347b60f8c3b58a48631a4ea0ff8e47781_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:ccd1cb4761b77fdd738545ccf96553d14a06f026b5e62337cf2f6d79f0e975fa_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:03ca0747a2c0777fa51750de9dc22f97f736048c1d8e3849a290535e59dc7cb8_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:5b2c075b606ded6754bfa3e2adcc88d042d706538a7f190f160c78ab6c3dc2d8_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:91865bfb04e070d868491e3d4ab77af1e65159ca48d776eca61b9dee72970da7_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:1e74b0f7988155f8df0637184565417f8d714cb83c48cfd4dbb5b3150f02de48_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:bc2ecf445c2fb5f2edb6dc8ec2d14d014d67f6639536df21dd4fadd1dcab2c2e_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:dacafc4fd1495543bcb6c488e828122e0d83230b71bdd43f1cb8608c54488df4_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:2dffaeb9f5c974b8dd1437def956d73547cc571bf5669af54d25e37207d2b5b5_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:2f222a3141a1a7c15aa186c29e6ed56157949a94f5592820e19c07e8620a4b8c_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:ffd4234737e23cd933fec7e00bc623e439f605112dab93ff7cc2e0ae232a68a9_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2482487"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in KubeVirt\u0027s virt-exportserver component. An attacker with specific namespace-level access can exploit a path traversal vulnerability in the VMExport directory endpoint. By placing a symbolic link (symlink) within an exported filesystem Persistent Volume Claim (PVC) that points outside its designated mount root, the attacker can read arbitrary files from the exporter pod\u0027s filesystem. This leads to information disclosure, potentially exposing sensitive data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kubevirt: kubevirt: VMExport directory symlink escape enables exporter pod file read",
"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 Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:0f139421f6a28079640ec2166e9f47bc8e800d5ed0a4f74733ee92910d41cde2_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:42c795be0f550e3e558aedbeb48587db9dc2d703704b26f1f640affad1ded53e_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:977d564e0824b3759f07941443b552acc6bc09e932e31ad6e80ab7d92213853c_amd64"
],
"known_not_affected": [
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:3e35796163cf12c144f6e68c2cdc08aad7a0a9787d86c21ae896f975272e4910_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:407b24fd81006c833156c175b5b3282b5c983c613e49aa65824151b36f5124b3_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:8d921ac8b01fe1ef96f1df1f4bd75fb5208076288d2918d6cfdc52f1ac6fa254_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:1255de6db0f09582eaf121164e90dbe18366940b2558b9840f4a5d5bba3bf2c0_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:a8c558546e6e89318ff9efccfb94d011789dafff5d9059df967763fa9662827e_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:addb0f1697459cd354ca7d08592d5802aa53f3d34f1cd71ad567b7a659f144b3_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:690de966852395d00796a187820dc91f86a2eb56bbb34883bb29e42d37a09d89_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:a62b253cdabe5010eec54807cf805c962199bf678c17a1dd4d2df2184516781b_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b4e3a2a5bb02e8bbba21cba4a34d398e2a29ad325c407a049e526efd698f4896_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:27faa21761a881c01425b1b1879d6172af4a950832588c5fc275756d796de2b0_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:723d98645257ab1cd6755a6be2e1a8ffc52b12efdf3de5a702799d092d876f0c_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:ff8e6efbcdfef2016c2f3aa449fa9c92b2584e46f107ac0291adc56b046ed1ad_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:7ee6a99028626343830aa42b6a8006d2bf03d585dbd9dbece6a8c5288ecd0bd6_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:9240b0e68700385fd5ff0bc054a28319538be8bf1c0c5071077ab3b584e200fa_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a8eb7efe7cd0ed4cef9fc201c1fed994ce30c969a2b9dd9b2bb201e6d194227d_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:329d14f15c8938592a3f387e18c6a91984c14b7c308e5a768ab0d0f2a5e860af_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:7ce5f79a57ff794cad03f005eba0892a97f0f36d2efa44c31954cb6b26f7297e_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:aeda5ca46f89b1aa9fa114f806f91629104557234c4ef802bdb871141a505cc1_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:1273d55c55de823a7bb516d7a5bd7b6fd5ff105d90752276a0f3de77b1db2294_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:864ab0bc96a281ddf316126491d6eef1847674570d8fd4a0a003ad0773d89956_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:8fd471cf2efa55303bd36c4284d36310cc9330aecbf9b6fec05124d2b3a5b800_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:42dad76adff74b85c3ef653c4de263e8a06252213f91aecf331fc71c15ec416d_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:58cfd9970c11781e012fd1a29441d9f34c0c7fa00674e2e6069b0846804b68e2_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:afdc0ee42b523e43280022c1059d21af0ef26e6a7e8f963dbcca3d0d4aead460_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:8858d630ac7da25066e8e0c9092a364346952afc543f8db6c2da88c3303e5626_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:bc9f2d6eae6598384d64e94c7719ca6278b3479b5822d6caaee9706bbaf49d62_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:c923b03ca0af96c491cb6eead4bd95072deaf25521f4790a9715b63f90e7b8d2_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:60e846f909a2b62d772b1154484131b32dbb56584a1db1ecf89183426d7b9af6_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:682520ff5c55b0d031f1c2778c694ae347b60f8c3b58a48631a4ea0ff8e47781_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:ccd1cb4761b77fdd738545ccf96553d14a06f026b5e62337cf2f6d79f0e975fa_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:03ca0747a2c0777fa51750de9dc22f97f736048c1d8e3849a290535e59dc7cb8_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:5b2c075b606ded6754bfa3e2adcc88d042d706538a7f190f160c78ab6c3dc2d8_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:91865bfb04e070d868491e3d4ab77af1e65159ca48d776eca61b9dee72970da7_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:1e74b0f7988155f8df0637184565417f8d714cb83c48cfd4dbb5b3150f02de48_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:bc2ecf445c2fb5f2edb6dc8ec2d14d014d67f6639536df21dd4fadd1dcab2c2e_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:dacafc4fd1495543bcb6c488e828122e0d83230b71bdd43f1cb8608c54488df4_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:2dffaeb9f5c974b8dd1437def956d73547cc571bf5669af54d25e37207d2b5b5_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:2f222a3141a1a7c15aa186c29e6ed56157949a94f5592820e19c07e8620a4b8c_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:ffd4234737e23cd933fec7e00bc623e439f605112dab93ff7cc2e0ae232a68a9_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-9804"
},
{
"category": "external",
"summary": "RHBZ#2482487",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482487"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-9804",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9804"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-9804",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-9804"
}
],
"release_date": "2026-05-28T06:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-22T12:44:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:0f139421f6a28079640ec2166e9f47bc8e800d5ed0a4f74733ee92910d41cde2_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:42c795be0f550e3e558aedbeb48587db9dc2d703704b26f1f640affad1ded53e_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:977d564e0824b3759f07941443b552acc6bc09e932e31ad6e80ab7d92213853c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27903"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:3e35796163cf12c144f6e68c2cdc08aad7a0a9787d86c21ae896f975272e4910_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:407b24fd81006c833156c175b5b3282b5c983c613e49aa65824151b36f5124b3_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:8d921ac8b01fe1ef96f1df1f4bd75fb5208076288d2918d6cfdc52f1ac6fa254_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:1255de6db0f09582eaf121164e90dbe18366940b2558b9840f4a5d5bba3bf2c0_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:a8c558546e6e89318ff9efccfb94d011789dafff5d9059df967763fa9662827e_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:addb0f1697459cd354ca7d08592d5802aa53f3d34f1cd71ad567b7a659f144b3_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:690de966852395d00796a187820dc91f86a2eb56bbb34883bb29e42d37a09d89_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:a62b253cdabe5010eec54807cf805c962199bf678c17a1dd4d2df2184516781b_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b4e3a2a5bb02e8bbba21cba4a34d398e2a29ad325c407a049e526efd698f4896_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:27faa21761a881c01425b1b1879d6172af4a950832588c5fc275756d796de2b0_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:723d98645257ab1cd6755a6be2e1a8ffc52b12efdf3de5a702799d092d876f0c_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:ff8e6efbcdfef2016c2f3aa449fa9c92b2584e46f107ac0291adc56b046ed1ad_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:7ee6a99028626343830aa42b6a8006d2bf03d585dbd9dbece6a8c5288ecd0bd6_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:9240b0e68700385fd5ff0bc054a28319538be8bf1c0c5071077ab3b584e200fa_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a8eb7efe7cd0ed4cef9fc201c1fed994ce30c969a2b9dd9b2bb201e6d194227d_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:329d14f15c8938592a3f387e18c6a91984c14b7c308e5a768ab0d0f2a5e860af_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:7ce5f79a57ff794cad03f005eba0892a97f0f36d2efa44c31954cb6b26f7297e_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:aeda5ca46f89b1aa9fa114f806f91629104557234c4ef802bdb871141a505cc1_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:1273d55c55de823a7bb516d7a5bd7b6fd5ff105d90752276a0f3de77b1db2294_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:864ab0bc96a281ddf316126491d6eef1847674570d8fd4a0a003ad0773d89956_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:8fd471cf2efa55303bd36c4284d36310cc9330aecbf9b6fec05124d2b3a5b800_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:42dad76adff74b85c3ef653c4de263e8a06252213f91aecf331fc71c15ec416d_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:58cfd9970c11781e012fd1a29441d9f34c0c7fa00674e2e6069b0846804b68e2_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:afdc0ee42b523e43280022c1059d21af0ef26e6a7e8f963dbcca3d0d4aead460_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:8858d630ac7da25066e8e0c9092a364346952afc543f8db6c2da88c3303e5626_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:bc9f2d6eae6598384d64e94c7719ca6278b3479b5822d6caaee9706bbaf49d62_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:c923b03ca0af96c491cb6eead4bd95072deaf25521f4790a9715b63f90e7b8d2_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:0f139421f6a28079640ec2166e9f47bc8e800d5ed0a4f74733ee92910d41cde2_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:42c795be0f550e3e558aedbeb48587db9dc2d703704b26f1f640affad1ded53e_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:977d564e0824b3759f07941443b552acc6bc09e932e31ad6e80ab7d92213853c_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:60e846f909a2b62d772b1154484131b32dbb56584a1db1ecf89183426d7b9af6_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:682520ff5c55b0d031f1c2778c694ae347b60f8c3b58a48631a4ea0ff8e47781_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:ccd1cb4761b77fdd738545ccf96553d14a06f026b5e62337cf2f6d79f0e975fa_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:03ca0747a2c0777fa51750de9dc22f97f736048c1d8e3849a290535e59dc7cb8_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:5b2c075b606ded6754bfa3e2adcc88d042d706538a7f190f160c78ab6c3dc2d8_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:91865bfb04e070d868491e3d4ab77af1e65159ca48d776eca61b9dee72970da7_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:1e74b0f7988155f8df0637184565417f8d714cb83c48cfd4dbb5b3150f02de48_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:bc2ecf445c2fb5f2edb6dc8ec2d14d014d67f6639536df21dd4fadd1dcab2c2e_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:dacafc4fd1495543bcb6c488e828122e0d83230b71bdd43f1cb8608c54488df4_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:2dffaeb9f5c974b8dd1437def956d73547cc571bf5669af54d25e37207d2b5b5_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:2f222a3141a1a7c15aa186c29e6ed56157949a94f5592820e19c07e8620a4b8c_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:ffd4234737e23cd933fec7e00bc623e439f605112dab93ff7cc2e0ae232a68a9_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kubevirt: kubevirt: VMExport directory symlink escape enables exporter pod file read"
},
{
"cve": "CVE-2026-35469",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-13T03:52:35+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:3e35796163cf12c144f6e68c2cdc08aad7a0a9787d86c21ae896f975272e4910_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:407b24fd81006c833156c175b5b3282b5c983c613e49aa65824151b36f5124b3_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:8d921ac8b01fe1ef96f1df1f4bd75fb5208076288d2918d6cfdc52f1ac6fa254_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:1255de6db0f09582eaf121164e90dbe18366940b2558b9840f4a5d5bba3bf2c0_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:a8c558546e6e89318ff9efccfb94d011789dafff5d9059df967763fa9662827e_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:addb0f1697459cd354ca7d08592d5802aa53f3d34f1cd71ad567b7a659f144b3_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:690de966852395d00796a187820dc91f86a2eb56bbb34883bb29e42d37a09d89_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:a62b253cdabe5010eec54807cf805c962199bf678c17a1dd4d2df2184516781b_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b4e3a2a5bb02e8bbba21cba4a34d398e2a29ad325c407a049e526efd698f4896_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:27faa21761a881c01425b1b1879d6172af4a950832588c5fc275756d796de2b0_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:723d98645257ab1cd6755a6be2e1a8ffc52b12efdf3de5a702799d092d876f0c_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:ff8e6efbcdfef2016c2f3aa449fa9c92b2584e46f107ac0291adc56b046ed1ad_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:7ee6a99028626343830aa42b6a8006d2bf03d585dbd9dbece6a8c5288ecd0bd6_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:9240b0e68700385fd5ff0bc054a28319538be8bf1c0c5071077ab3b584e200fa_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a8eb7efe7cd0ed4cef9fc201c1fed994ce30c969a2b9dd9b2bb201e6d194227d_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:329d14f15c8938592a3f387e18c6a91984c14b7c308e5a768ab0d0f2a5e860af_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:7ce5f79a57ff794cad03f005eba0892a97f0f36d2efa44c31954cb6b26f7297e_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:aeda5ca46f89b1aa9fa114f806f91629104557234c4ef802bdb871141a505cc1_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:1273d55c55de823a7bb516d7a5bd7b6fd5ff105d90752276a0f3de77b1db2294_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:864ab0bc96a281ddf316126491d6eef1847674570d8fd4a0a003ad0773d89956_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:8fd471cf2efa55303bd36c4284d36310cc9330aecbf9b6fec05124d2b3a5b800_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:42dad76adff74b85c3ef653c4de263e8a06252213f91aecf331fc71c15ec416d_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:58cfd9970c11781e012fd1a29441d9f34c0c7fa00674e2e6069b0846804b68e2_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:afdc0ee42b523e43280022c1059d21af0ef26e6a7e8f963dbcca3d0d4aead460_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:8858d630ac7da25066e8e0c9092a364346952afc543f8db6c2da88c3303e5626_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:bc9f2d6eae6598384d64e94c7719ca6278b3479b5822d6caaee9706bbaf49d62_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:c923b03ca0af96c491cb6eead4bd95072deaf25521f4790a9715b63f90e7b8d2_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:60e846f909a2b62d772b1154484131b32dbb56584a1db1ecf89183426d7b9af6_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:682520ff5c55b0d031f1c2778c694ae347b60f8c3b58a48631a4ea0ff8e47781_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:ccd1cb4761b77fdd738545ccf96553d14a06f026b5e62337cf2f6d79f0e975fa_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:03ca0747a2c0777fa51750de9dc22f97f736048c1d8e3849a290535e59dc7cb8_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:5b2c075b606ded6754bfa3e2adcc88d042d706538a7f190f160c78ab6c3dc2d8_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:91865bfb04e070d868491e3d4ab77af1e65159ca48d776eca61b9dee72970da7_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:1e74b0f7988155f8df0637184565417f8d714cb83c48cfd4dbb5b3150f02de48_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:bc2ecf445c2fb5f2edb6dc8ec2d14d014d67f6639536df21dd4fadd1dcab2c2e_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:dacafc4fd1495543bcb6c488e828122e0d83230b71bdd43f1cb8608c54488df4_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:2dffaeb9f5c974b8dd1437def956d73547cc571bf5669af54d25e37207d2b5b5_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:2f222a3141a1a7c15aa186c29e6ed56157949a94f5592820e19c07e8620a4b8c_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:ffd4234737e23cd933fec7e00bc623e439f605112dab93ff7cc2e0ae232a68a9_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457729"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service flaw affecting OpenShift Container Platform. An attacker with specific elevated cluster roles, such as those permitting pod port forwarding, execution, attachment, or node proxying, could exploit a vulnerability in the SPDY streaming code of Kubelet, CRI-O, and kube-apiserver, leading to unresponsiveness of these critical components.",
"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 Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:0f139421f6a28079640ec2166e9f47bc8e800d5ed0a4f74733ee92910d41cde2_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:42c795be0f550e3e558aedbeb48587db9dc2d703704b26f1f640affad1ded53e_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:977d564e0824b3759f07941443b552acc6bc09e932e31ad6e80ab7d92213853c_amd64"
],
"known_not_affected": [
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:3e35796163cf12c144f6e68c2cdc08aad7a0a9787d86c21ae896f975272e4910_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:407b24fd81006c833156c175b5b3282b5c983c613e49aa65824151b36f5124b3_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:8d921ac8b01fe1ef96f1df1f4bd75fb5208076288d2918d6cfdc52f1ac6fa254_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:1255de6db0f09582eaf121164e90dbe18366940b2558b9840f4a5d5bba3bf2c0_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:a8c558546e6e89318ff9efccfb94d011789dafff5d9059df967763fa9662827e_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:addb0f1697459cd354ca7d08592d5802aa53f3d34f1cd71ad567b7a659f144b3_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:690de966852395d00796a187820dc91f86a2eb56bbb34883bb29e42d37a09d89_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:a62b253cdabe5010eec54807cf805c962199bf678c17a1dd4d2df2184516781b_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b4e3a2a5bb02e8bbba21cba4a34d398e2a29ad325c407a049e526efd698f4896_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:27faa21761a881c01425b1b1879d6172af4a950832588c5fc275756d796de2b0_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:723d98645257ab1cd6755a6be2e1a8ffc52b12efdf3de5a702799d092d876f0c_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:ff8e6efbcdfef2016c2f3aa449fa9c92b2584e46f107ac0291adc56b046ed1ad_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:7ee6a99028626343830aa42b6a8006d2bf03d585dbd9dbece6a8c5288ecd0bd6_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:9240b0e68700385fd5ff0bc054a28319538be8bf1c0c5071077ab3b584e200fa_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a8eb7efe7cd0ed4cef9fc201c1fed994ce30c969a2b9dd9b2bb201e6d194227d_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:329d14f15c8938592a3f387e18c6a91984c14b7c308e5a768ab0d0f2a5e860af_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:7ce5f79a57ff794cad03f005eba0892a97f0f36d2efa44c31954cb6b26f7297e_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:aeda5ca46f89b1aa9fa114f806f91629104557234c4ef802bdb871141a505cc1_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:1273d55c55de823a7bb516d7a5bd7b6fd5ff105d90752276a0f3de77b1db2294_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:864ab0bc96a281ddf316126491d6eef1847674570d8fd4a0a003ad0773d89956_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:8fd471cf2efa55303bd36c4284d36310cc9330aecbf9b6fec05124d2b3a5b800_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:42dad76adff74b85c3ef653c4de263e8a06252213f91aecf331fc71c15ec416d_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:58cfd9970c11781e012fd1a29441d9f34c0c7fa00674e2e6069b0846804b68e2_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:afdc0ee42b523e43280022c1059d21af0ef26e6a7e8f963dbcca3d0d4aead460_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:8858d630ac7da25066e8e0c9092a364346952afc543f8db6c2da88c3303e5626_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:bc9f2d6eae6598384d64e94c7719ca6278b3479b5822d6caaee9706bbaf49d62_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:c923b03ca0af96c491cb6eead4bd95072deaf25521f4790a9715b63f90e7b8d2_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:60e846f909a2b62d772b1154484131b32dbb56584a1db1ecf89183426d7b9af6_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:682520ff5c55b0d031f1c2778c694ae347b60f8c3b58a48631a4ea0ff8e47781_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:ccd1cb4761b77fdd738545ccf96553d14a06f026b5e62337cf2f6d79f0e975fa_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:03ca0747a2c0777fa51750de9dc22f97f736048c1d8e3849a290535e59dc7cb8_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:5b2c075b606ded6754bfa3e2adcc88d042d706538a7f190f160c78ab6c3dc2d8_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:91865bfb04e070d868491e3d4ab77af1e65159ca48d776eca61b9dee72970da7_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:1e74b0f7988155f8df0637184565417f8d714cb83c48cfd4dbb5b3150f02de48_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:bc2ecf445c2fb5f2edb6dc8ec2d14d014d67f6639536df21dd4fadd1dcab2c2e_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:dacafc4fd1495543bcb6c488e828122e0d83230b71bdd43f1cb8608c54488df4_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:2dffaeb9f5c974b8dd1437def956d73547cc571bf5669af54d25e37207d2b5b5_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:2f222a3141a1a7c15aa186c29e6ed56157949a94f5592820e19c07e8620a4b8c_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:ffd4234737e23cd933fec7e00bc623e439f605112dab93ff7cc2e0ae232a68a9_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"category": "external",
"summary": "RHBZ#2457729",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457729"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-35469",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35469"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469"
}
],
"release_date": "2026-04-13T23:59:59+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-22T12:44:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:0f139421f6a28079640ec2166e9f47bc8e800d5ed0a4f74733ee92910d41cde2_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:42c795be0f550e3e558aedbeb48587db9dc2d703704b26f1f640affad1ded53e_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:977d564e0824b3759f07941443b552acc6bc09e932e31ad6e80ab7d92213853c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27903"
},
{
"category": "workaround",
"details": "To mitigate this issue, review and restrict the assignment of Kubernetes cluster roles `pods/portforward (create)`, `pods/exec (create)`, `pods/attach (create)`, and `nodes/proxy (get/create)` to untrusted users or service accounts. Ensure that only authorized and necessary entities possess these permissions. Modifying RBAC policies can impact the functionality of applications and services that rely on these permissions; careful testing is recommended.",
"product_ids": [
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:3e35796163cf12c144f6e68c2cdc08aad7a0a9787d86c21ae896f975272e4910_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:407b24fd81006c833156c175b5b3282b5c983c613e49aa65824151b36f5124b3_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:8d921ac8b01fe1ef96f1df1f4bd75fb5208076288d2918d6cfdc52f1ac6fa254_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:1255de6db0f09582eaf121164e90dbe18366940b2558b9840f4a5d5bba3bf2c0_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:a8c558546e6e89318ff9efccfb94d011789dafff5d9059df967763fa9662827e_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:addb0f1697459cd354ca7d08592d5802aa53f3d34f1cd71ad567b7a659f144b3_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:690de966852395d00796a187820dc91f86a2eb56bbb34883bb29e42d37a09d89_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:a62b253cdabe5010eec54807cf805c962199bf678c17a1dd4d2df2184516781b_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b4e3a2a5bb02e8bbba21cba4a34d398e2a29ad325c407a049e526efd698f4896_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:27faa21761a881c01425b1b1879d6172af4a950832588c5fc275756d796de2b0_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:723d98645257ab1cd6755a6be2e1a8ffc52b12efdf3de5a702799d092d876f0c_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:ff8e6efbcdfef2016c2f3aa449fa9c92b2584e46f107ac0291adc56b046ed1ad_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:7ee6a99028626343830aa42b6a8006d2bf03d585dbd9dbece6a8c5288ecd0bd6_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:9240b0e68700385fd5ff0bc054a28319538be8bf1c0c5071077ab3b584e200fa_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a8eb7efe7cd0ed4cef9fc201c1fed994ce30c969a2b9dd9b2bb201e6d194227d_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:329d14f15c8938592a3f387e18c6a91984c14b7c308e5a768ab0d0f2a5e860af_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:7ce5f79a57ff794cad03f005eba0892a97f0f36d2efa44c31954cb6b26f7297e_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:aeda5ca46f89b1aa9fa114f806f91629104557234c4ef802bdb871141a505cc1_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:1273d55c55de823a7bb516d7a5bd7b6fd5ff105d90752276a0f3de77b1db2294_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:864ab0bc96a281ddf316126491d6eef1847674570d8fd4a0a003ad0773d89956_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:8fd471cf2efa55303bd36c4284d36310cc9330aecbf9b6fec05124d2b3a5b800_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:42dad76adff74b85c3ef653c4de263e8a06252213f91aecf331fc71c15ec416d_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:58cfd9970c11781e012fd1a29441d9f34c0c7fa00674e2e6069b0846804b68e2_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:afdc0ee42b523e43280022c1059d21af0ef26e6a7e8f963dbcca3d0d4aead460_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:8858d630ac7da25066e8e0c9092a364346952afc543f8db6c2da88c3303e5626_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:bc9f2d6eae6598384d64e94c7719ca6278b3479b5822d6caaee9706bbaf49d62_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:c923b03ca0af96c491cb6eead4bd95072deaf25521f4790a9715b63f90e7b8d2_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:0f139421f6a28079640ec2166e9f47bc8e800d5ed0a4f74733ee92910d41cde2_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:42c795be0f550e3e558aedbeb48587db9dc2d703704b26f1f640affad1ded53e_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:977d564e0824b3759f07941443b552acc6bc09e932e31ad6e80ab7d92213853c_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:60e846f909a2b62d772b1154484131b32dbb56584a1db1ecf89183426d7b9af6_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:682520ff5c55b0d031f1c2778c694ae347b60f8c3b58a48631a4ea0ff8e47781_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:ccd1cb4761b77fdd738545ccf96553d14a06f026b5e62337cf2f6d79f0e975fa_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:03ca0747a2c0777fa51750de9dc22f97f736048c1d8e3849a290535e59dc7cb8_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:5b2c075b606ded6754bfa3e2adcc88d042d706538a7f190f160c78ab6c3dc2d8_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:91865bfb04e070d868491e3d4ab77af1e65159ca48d776eca61b9dee72970da7_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:1e74b0f7988155f8df0637184565417f8d714cb83c48cfd4dbb5b3150f02de48_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:bc2ecf445c2fb5f2edb6dc8ec2d14d014d67f6639536df21dd4fadd1dcab2c2e_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:dacafc4fd1495543bcb6c488e828122e0d83230b71bdd43f1cb8608c54488df4_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:2dffaeb9f5c974b8dd1437def956d73547cc571bf5669af54d25e37207d2b5b5_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:2f222a3141a1a7c15aa186c29e6ed56157949a94f5592820e19c07e8620a4b8c_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:ffd4234737e23cd933fec7e00bc623e439f605112dab93ff7cc2e0ae232a68a9_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:3e35796163cf12c144f6e68c2cdc08aad7a0a9787d86c21ae896f975272e4910_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:407b24fd81006c833156c175b5b3282b5c983c613e49aa65824151b36f5124b3_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:8d921ac8b01fe1ef96f1df1f4bd75fb5208076288d2918d6cfdc52f1ac6fa254_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:1255de6db0f09582eaf121164e90dbe18366940b2558b9840f4a5d5bba3bf2c0_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:a8c558546e6e89318ff9efccfb94d011789dafff5d9059df967763fa9662827e_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:addb0f1697459cd354ca7d08592d5802aa53f3d34f1cd71ad567b7a659f144b3_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:690de966852395d00796a187820dc91f86a2eb56bbb34883bb29e42d37a09d89_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:a62b253cdabe5010eec54807cf805c962199bf678c17a1dd4d2df2184516781b_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b4e3a2a5bb02e8bbba21cba4a34d398e2a29ad325c407a049e526efd698f4896_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:27faa21761a881c01425b1b1879d6172af4a950832588c5fc275756d796de2b0_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:723d98645257ab1cd6755a6be2e1a8ffc52b12efdf3de5a702799d092d876f0c_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:ff8e6efbcdfef2016c2f3aa449fa9c92b2584e46f107ac0291adc56b046ed1ad_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:7ee6a99028626343830aa42b6a8006d2bf03d585dbd9dbece6a8c5288ecd0bd6_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:9240b0e68700385fd5ff0bc054a28319538be8bf1c0c5071077ab3b584e200fa_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a8eb7efe7cd0ed4cef9fc201c1fed994ce30c969a2b9dd9b2bb201e6d194227d_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:329d14f15c8938592a3f387e18c6a91984c14b7c308e5a768ab0d0f2a5e860af_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:7ce5f79a57ff794cad03f005eba0892a97f0f36d2efa44c31954cb6b26f7297e_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:aeda5ca46f89b1aa9fa114f806f91629104557234c4ef802bdb871141a505cc1_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:1273d55c55de823a7bb516d7a5bd7b6fd5ff105d90752276a0f3de77b1db2294_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:864ab0bc96a281ddf316126491d6eef1847674570d8fd4a0a003ad0773d89956_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:8fd471cf2efa55303bd36c4284d36310cc9330aecbf9b6fec05124d2b3a5b800_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:42dad76adff74b85c3ef653c4de263e8a06252213f91aecf331fc71c15ec416d_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:58cfd9970c11781e012fd1a29441d9f34c0c7fa00674e2e6069b0846804b68e2_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:afdc0ee42b523e43280022c1059d21af0ef26e6a7e8f963dbcca3d0d4aead460_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:8858d630ac7da25066e8e0c9092a364346952afc543f8db6c2da88c3303e5626_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:bc9f2d6eae6598384d64e94c7719ca6278b3479b5822d6caaee9706bbaf49d62_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:c923b03ca0af96c491cb6eead4bd95072deaf25521f4790a9715b63f90e7b8d2_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:0f139421f6a28079640ec2166e9f47bc8e800d5ed0a4f74733ee92910d41cde2_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:42c795be0f550e3e558aedbeb48587db9dc2d703704b26f1f640affad1ded53e_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:977d564e0824b3759f07941443b552acc6bc09e932e31ad6e80ab7d92213853c_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:60e846f909a2b62d772b1154484131b32dbb56584a1db1ecf89183426d7b9af6_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:682520ff5c55b0d031f1c2778c694ae347b60f8c3b58a48631a4ea0ff8e47781_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:ccd1cb4761b77fdd738545ccf96553d14a06f026b5e62337cf2f6d79f0e975fa_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:03ca0747a2c0777fa51750de9dc22f97f736048c1d8e3849a290535e59dc7cb8_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:5b2c075b606ded6754bfa3e2adcc88d042d706538a7f190f160c78ab6c3dc2d8_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:91865bfb04e070d868491e3d4ab77af1e65159ca48d776eca61b9dee72970da7_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:1e74b0f7988155f8df0637184565417f8d714cb83c48cfd4dbb5b3150f02de48_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:bc2ecf445c2fb5f2edb6dc8ec2d14d014d67f6639536df21dd4fadd1dcab2c2e_s390x",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:dacafc4fd1495543bcb6c488e828122e0d83230b71bdd43f1cb8608c54488df4_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:2dffaeb9f5c974b8dd1437def956d73547cc571bf5669af54d25e37207d2b5b5_amd64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:2f222a3141a1a7c15aa186c29e6ed56157949a94f5592820e19c07e8620a4b8c_arm64",
"Red Hat Container Native Virtualization 4.21:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:ffd4234737e23cd933fec7e00bc623e439f605112dab93ff7cc2e0ae232a68a9_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code"
}
]
}
RHSA-2026:27914
Vulnerability from csaf_redhat - Published: 2026-06-22 12:56 - Updated: 2026-06-24 08:59A flaw was found in KubeVirt's virt-exportserver component. An attacker with specific namespace-level access can exploit a path traversal vulnerability in the VMExport directory endpoint. By placing a symbolic link (symlink) within an exported filesystem Persistent Volume Claim (PVC) that points outside its designated mount root, the attacker can read arbitrary files from the exporter pod's filesystem. This leads to information disclosure, potentially exposing sensitive data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:0721f8a624942860779f18691b6d0fbb028460c6fbff113d28e59f6d31b2270a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:38749d57d482311927812de109b1dffde2cccac836fb783e15a8899ec589a94d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:4f579d5f675cbbcac309dd3d2dbf484628fa4cc0f007695a85c1c72e224c840c_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:021c391d7fc4f67c7bd9ecc7684ea23a6a4902170b2b4e666c42fc38bd781d56_amd64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:51a8ce81353343cd564499cd4915dcfa7e3d31de7291eaf9b0edadc7fdccec74_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:d9e72d04c02f84437ac33304da4931789ca6958b16a321447e4b8e417ccdf910_s390x | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:002d380514273420bc180a6de174e1b90a288ecfc703bfd6b94f424c607560c1_s390x | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:713c559648c386010bcc2cf6c70111e9d8752677a313383f9c422a0106addfe4_amd64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:d4f980f0f156f859b61656bc1d2911e67df0cdca109d7479fba4d127bb4f8e85_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:38cfb8307cf26f315b47f5e247a7983be6c8a5ffd01ff0b1d72cc3761cc07e39_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:a515f295610f4a956fa852963afb3e4093a1e3854510c0087ba80fe5ec96ce48_amd64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:ec968849bb7710250806999a1b9abe56d0a6ba3ff2e6726647c3f9f770320488_s390x | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:14cf5e379dc448f8824bce13aa0b4d4558e02db52e73f12d44d19414591bd3c3_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:17e15d4256ef0fb8a9fb5bd283900b184589ddf74b68cbcd6207564fc31dedf1_s390x | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:52bb98437d9d09d818c1c3c48e2e56277d7caf06dae3b946cf00731ced8de1b2_amd64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:542c0d7c1fb9f2d5b0c3d0acc71b7179bfd1dd4ace358597ef411e9c6ca9b502_amd64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:70c6e9c00d975145511f6fba4a0ba5d64044ed90cca93227a0867b442695128a_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a792b3e1810a13ad751cb476d7015faf8f74bb3f643b690bd057776d1d033ee0_s390x | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:337b9f9d61f626ec4787d8e29263b7c7659f9be4e726683642605396ef4f2323_s390x | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:c9c4c460c0f3f777ddb6e5a96bc713e1e93b65ae15bf0824b6546b562714c345_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:d9ac41bd11bc3949eaaa91fb428e1d7b5072ed5146598804e0b8050ed713b9f3_amd64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a27a91a06b040869dc9ba2d41ad5997509adfedf8b685e88f472da45ac5231b3_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a82ae31f8417b2894e13012cac87aaf48aba39a0b1d1702186ad38f2ef658755_amd64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:afadbc3feffba0042274f1836f1a6ed4e77c931e83c59f26ce694d539433fffd_s390x | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:3123a7926db27ffb17d9e0b88937a5110f4fe3c3b0648dcfa8ba6dafce376da4_amd64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:44ed2f3b997158dd821397f3f9615d4767ebcdeea81d4286696a012e35cc8535_s390x | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:8f182013008e115fb412a63a80b58119b8cfa899a3b7b816396af422119fe1c1_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1233b7b0684b5ba7eb4b413a17cd70c659ad230c70495b5277cd3139ceb40a9d_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:393d78fb4afa333018f14dc0a6595f612c6f2fd1370b26e7a0d21cb52eccd1f4_s390x | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:a9a820af65a6c5da1d7f708f24d226ef2daff9d886305e88a632b32dc0d62227_amd64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:292908ab9e73389f2956df740c7f31fbdbb4f9c2c8b6df34c93b72946efed045_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:d461f36b150c763e91011dd192a62b294cd027f049795a1f4728663acde464a3_s390x | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f85c8641fdf64c212fd1e184a8c2e2dee8e5985392c76584f63e5a707301dd1a_amd64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:9f6589388d748eaff4cd47739e0a3703ec04ea6aaf645ed275b7e17e7c177654_s390x | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:c2b438621f72525900ced5e7ba9d521c86eb1645cad67b8e4d6991817ee6dd26_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:f28323d918a8994fe3f7df517cae17cb506227b400347a80338b3d9038cd5d50_amd64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:89206a31336de71e5e2ae923b2dec647b0323035b5ba51a04d78ac1c6b7e9398_s390x | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:a34ae4abb6b4511ef2ad1ffb3451c27b2a942686d43e95dfb85378086efdb154_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:bd5dc2b15d7645c3bc20bb3004b421cf9b09a8200953eb2e61ea29cd36f8d127_amd64 | — |
A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:0721f8a624942860779f18691b6d0fbb028460c6fbff113d28e59f6d31b2270a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:38749d57d482311927812de109b1dffde2cccac836fb783e15a8899ec589a94d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:4f579d5f675cbbcac309dd3d2dbf484628fa4cc0f007695a85c1c72e224c840c_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:021c391d7fc4f67c7bd9ecc7684ea23a6a4902170b2b4e666c42fc38bd781d56_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:51a8ce81353343cd564499cd4915dcfa7e3d31de7291eaf9b0edadc7fdccec74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:d9e72d04c02f84437ac33304da4931789ca6958b16a321447e4b8e417ccdf910_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:002d380514273420bc180a6de174e1b90a288ecfc703bfd6b94f424c607560c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:713c559648c386010bcc2cf6c70111e9d8752677a313383f9c422a0106addfe4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:d4f980f0f156f859b61656bc1d2911e67df0cdca109d7479fba4d127bb4f8e85_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:38cfb8307cf26f315b47f5e247a7983be6c8a5ffd01ff0b1d72cc3761cc07e39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:a515f295610f4a956fa852963afb3e4093a1e3854510c0087ba80fe5ec96ce48_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:ec968849bb7710250806999a1b9abe56d0a6ba3ff2e6726647c3f9f770320488_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:14cf5e379dc448f8824bce13aa0b4d4558e02db52e73f12d44d19414591bd3c3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:17e15d4256ef0fb8a9fb5bd283900b184589ddf74b68cbcd6207564fc31dedf1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:52bb98437d9d09d818c1c3c48e2e56277d7caf06dae3b946cf00731ced8de1b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:542c0d7c1fb9f2d5b0c3d0acc71b7179bfd1dd4ace358597ef411e9c6ca9b502_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:70c6e9c00d975145511f6fba4a0ba5d64044ed90cca93227a0867b442695128a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a792b3e1810a13ad751cb476d7015faf8f74bb3f643b690bd057776d1d033ee0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:337b9f9d61f626ec4787d8e29263b7c7659f9be4e726683642605396ef4f2323_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:c9c4c460c0f3f777ddb6e5a96bc713e1e93b65ae15bf0824b6546b562714c345_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:d9ac41bd11bc3949eaaa91fb428e1d7b5072ed5146598804e0b8050ed713b9f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a27a91a06b040869dc9ba2d41ad5997509adfedf8b685e88f472da45ac5231b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a82ae31f8417b2894e13012cac87aaf48aba39a0b1d1702186ad38f2ef658755_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:afadbc3feffba0042274f1836f1a6ed4e77c931e83c59f26ce694d539433fffd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:3123a7926db27ffb17d9e0b88937a5110f4fe3c3b0648dcfa8ba6dafce376da4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:44ed2f3b997158dd821397f3f9615d4767ebcdeea81d4286696a012e35cc8535_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:8f182013008e115fb412a63a80b58119b8cfa899a3b7b816396af422119fe1c1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1233b7b0684b5ba7eb4b413a17cd70c659ad230c70495b5277cd3139ceb40a9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:393d78fb4afa333018f14dc0a6595f612c6f2fd1370b26e7a0d21cb52eccd1f4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:a9a820af65a6c5da1d7f708f24d226ef2daff9d886305e88a632b32dc0d62227_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:292908ab9e73389f2956df740c7f31fbdbb4f9c2c8b6df34c93b72946efed045_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:d461f36b150c763e91011dd192a62b294cd027f049795a1f4728663acde464a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f85c8641fdf64c212fd1e184a8c2e2dee8e5985392c76584f63e5a707301dd1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:9f6589388d748eaff4cd47739e0a3703ec04ea6aaf645ed275b7e17e7c177654_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:c2b438621f72525900ced5e7ba9d521c86eb1645cad67b8e4d6991817ee6dd26_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:f28323d918a8994fe3f7df517cae17cb506227b400347a80338b3d9038cd5d50_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:89206a31336de71e5e2ae923b2dec647b0323035b5ba51a04d78ac1c6b7e9398_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:a34ae4abb6b4511ef2ad1ffb3451c27b2a942686d43e95dfb85378086efdb154_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:bd5dc2b15d7645c3bc20bb3004b421cf9b09a8200953eb2e61ea29cd36f8d127_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 Virtualization release v4.19 is now available with updates to packages and images that fix several bugs and add enhancements.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenShift Virtualization is Red Hat\u0027s virtualization solution designed for Red Hat OpenShift Container Platform.\n\nThis advisory contains OpenShift Virtualization v4.19 images.",
"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:27914",
"url": "https://access.redhat.com/errata/RHSA-2026:27914"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-35469",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-9804",
"url": "https://access.redhat.com/security/cve/CVE-2026-9804"
},
{
"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_27914.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Virtualization v4.19 Images",
"tracking": {
"current_release_date": "2026-06-24T08:59:58+00:00",
"generator": {
"date": "2026-06-24T08:59:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2026:27914",
"initial_release_date": "2026-06-22T12:56:43+00:00",
"revision_history": [
{
"date": "2026-06-22T12:56:43+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-22T12:56:53+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-24T08:59:58+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Container Native Virtualization 4.19",
"product": {
"name": "Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:container_native_virtualization:4.19::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Container Native Virtualization"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:021c391d7fc4f67c7bd9ecc7684ea23a6a4902170b2b4e666c42fc38bd781d56_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:021c391d7fc4f67c7bd9ecc7684ea23a6a4902170b2b4e666c42fc38bd781d56_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:021c391d7fc4f67c7bd9ecc7684ea23a6a4902170b2b4e666c42fc38bd781d56_amd64",
"product_identification_helper": {
"purl": "pkg:oci/libguestfs-tools-rhel9@sha256%3A021c391d7fc4f67c7bd9ecc7684ea23a6a4902170b2b4e666c42fc38bd781d56?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9\u0026tag=1781592216"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:713c559648c386010bcc2cf6c70111e9d8752677a313383f9c422a0106addfe4_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:713c559648c386010bcc2cf6c70111e9d8752677a313383f9c422a0106addfe4_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:713c559648c386010bcc2cf6c70111e9d8752677a313383f9c422a0106addfe4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/passt-network-binding-plugin-cni-rhel9@sha256%3A713c559648c386010bcc2cf6c70111e9d8752677a313383f9c422a0106addfe4?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9\u0026tag=1781591070"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:a515f295610f4a956fa852963afb3e4093a1e3854510c0087ba80fe5ec96ce48_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:a515f295610f4a956fa852963afb3e4093a1e3854510c0087ba80fe5ec96ce48_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:a515f295610f4a956fa852963afb3e4093a1e3854510c0087ba80fe5ec96ce48_amd64",
"product_identification_helper": {
"purl": "pkg:oci/passt-network-binding-plugin-sidecar-rhel9@sha256%3Aa515f295610f4a956fa852963afb3e4093a1e3854510c0087ba80fe5ec96ce48?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9\u0026tag=1781591072"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:52bb98437d9d09d818c1c3c48e2e56277d7caf06dae3b946cf00731ced8de1b2_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:52bb98437d9d09d818c1c3c48e2e56277d7caf06dae3b946cf00731ced8de1b2_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:52bb98437d9d09d818c1c3c48e2e56277d7caf06dae3b946cf00731ced8de1b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pr-helper-rhel9@sha256%3A52bb98437d9d09d818c1c3c48e2e56277d7caf06dae3b946cf00731ced8de1b2?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/pr-helper-rhel9\u0026tag=1781590955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:542c0d7c1fb9f2d5b0c3d0acc71b7179bfd1dd4ace358597ef411e9c6ca9b502_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:542c0d7c1fb9f2d5b0c3d0acc71b7179bfd1dd4ace358597ef411e9c6ca9b502_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:542c0d7c1fb9f2d5b0c3d0acc71b7179bfd1dd4ace358597ef411e9c6ca9b502_amd64",
"product_identification_helper": {
"purl": "pkg:oci/sidecar-shim-rhel9@sha256%3A542c0d7c1fb9f2d5b0c3d0acc71b7179bfd1dd4ace358597ef411e9c6ca9b502?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9\u0026tag=1781592111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:d9ac41bd11bc3949eaaa91fb428e1d7b5072ed5146598804e0b8050ed713b9f3_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:d9ac41bd11bc3949eaaa91fb428e1d7b5072ed5146598804e0b8050ed713b9f3_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:d9ac41bd11bc3949eaaa91fb428e1d7b5072ed5146598804e0b8050ed713b9f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-api-rhel9@sha256%3Ad9ac41bd11bc3949eaaa91fb428e1d7b5072ed5146598804e0b8050ed713b9f3?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-api-rhel9\u0026tag=1781593002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a82ae31f8417b2894e13012cac87aaf48aba39a0b1d1702186ad38f2ef658755_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a82ae31f8417b2894e13012cac87aaf48aba39a0b1d1702186ad38f2ef658755_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a82ae31f8417b2894e13012cac87aaf48aba39a0b1d1702186ad38f2ef658755_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-artifacts-server-rhel9@sha256%3Aa82ae31f8417b2894e13012cac87aaf48aba39a0b1d1702186ad38f2ef658755?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9\u0026tag=1781590998"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:3123a7926db27ffb17d9e0b88937a5110f4fe3c3b0648dcfa8ba6dafce376da4_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:3123a7926db27ffb17d9e0b88937a5110f4fe3c3b0648dcfa8ba6dafce376da4_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:3123a7926db27ffb17d9e0b88937a5110f4fe3c3b0648dcfa8ba6dafce376da4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-controller-rhel9@sha256%3A3123a7926db27ffb17d9e0b88937a5110f4fe3c3b0648dcfa8ba6dafce376da4?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-controller-rhel9\u0026tag=1781592958"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:a9a820af65a6c5da1d7f708f24d226ef2daff9d886305e88a632b32dc0d62227_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:a9a820af65a6c5da1d7f708f24d226ef2daff9d886305e88a632b32dc0d62227_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:a9a820af65a6c5da1d7f708f24d226ef2daff9d886305e88a632b32dc0d62227_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportproxy-rhel9@sha256%3Aa9a820af65a6c5da1d7f708f24d226ef2daff9d886305e88a632b32dc0d62227?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9\u0026tag=1781593188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:4f579d5f675cbbcac309dd3d2dbf484628fa4cc0f007695a85c1c72e224c840c_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:4f579d5f675cbbcac309dd3d2dbf484628fa4cc0f007695a85c1c72e224c840c_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:4f579d5f675cbbcac309dd3d2dbf484628fa4cc0f007695a85c1c72e224c840c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportserver-rhel9@sha256%3A4f579d5f675cbbcac309dd3d2dbf484628fa4cc0f007695a85c1c72e224c840c?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9\u0026tag=1781590993"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f85c8641fdf64c212fd1e184a8c2e2dee8e5985392c76584f63e5a707301dd1a_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f85c8641fdf64c212fd1e184a8c2e2dee8e5985392c76584f63e5a707301dd1a_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f85c8641fdf64c212fd1e184a8c2e2dee8e5985392c76584f63e5a707301dd1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-handler-rhel9@sha256%3Af85c8641fdf64c212fd1e184a8c2e2dee8e5985392c76584f63e5a707301dd1a?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-handler-rhel9\u0026tag=1781591165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:f28323d918a8994fe3f7df517cae17cb506227b400347a80338b3d9038cd5d50_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:f28323d918a8994fe3f7df517cae17cb506227b400347a80338b3d9038cd5d50_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:f28323d918a8994fe3f7df517cae17cb506227b400347a80338b3d9038cd5d50_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-launcher-rhel9@sha256%3Af28323d918a8994fe3f7df517cae17cb506227b400347a80338b3d9038cd5d50?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-launcher-rhel9\u0026tag=1781591067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:bd5dc2b15d7645c3bc20bb3004b421cf9b09a8200953eb2e61ea29cd36f8d127_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:bd5dc2b15d7645c3bc20bb3004b421cf9b09a8200953eb2e61ea29cd36f8d127_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:bd5dc2b15d7645c3bc20bb3004b421cf9b09a8200953eb2e61ea29cd36f8d127_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-operator-rhel9@sha256%3Abd5dc2b15d7645c3bc20bb3004b421cf9b09a8200953eb2e61ea29cd36f8d127?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-operator-rhel9\u0026tag=1781591030"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:51a8ce81353343cd564499cd4915dcfa7e3d31de7291eaf9b0edadc7fdccec74_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:51a8ce81353343cd564499cd4915dcfa7e3d31de7291eaf9b0edadc7fdccec74_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:51a8ce81353343cd564499cd4915dcfa7e3d31de7291eaf9b0edadc7fdccec74_arm64",
"product_identification_helper": {
"purl": "pkg:oci/libguestfs-tools-rhel9@sha256%3A51a8ce81353343cd564499cd4915dcfa7e3d31de7291eaf9b0edadc7fdccec74?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9\u0026tag=1781592216"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:d4f980f0f156f859b61656bc1d2911e67df0cdca109d7479fba4d127bb4f8e85_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:d4f980f0f156f859b61656bc1d2911e67df0cdca109d7479fba4d127bb4f8e85_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:d4f980f0f156f859b61656bc1d2911e67df0cdca109d7479fba4d127bb4f8e85_arm64",
"product_identification_helper": {
"purl": "pkg:oci/passt-network-binding-plugin-cni-rhel9@sha256%3Ad4f980f0f156f859b61656bc1d2911e67df0cdca109d7479fba4d127bb4f8e85?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9\u0026tag=1781591070"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:38cfb8307cf26f315b47f5e247a7983be6c8a5ffd01ff0b1d72cc3761cc07e39_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:38cfb8307cf26f315b47f5e247a7983be6c8a5ffd01ff0b1d72cc3761cc07e39_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:38cfb8307cf26f315b47f5e247a7983be6c8a5ffd01ff0b1d72cc3761cc07e39_arm64",
"product_identification_helper": {
"purl": "pkg:oci/passt-network-binding-plugin-sidecar-rhel9@sha256%3A38cfb8307cf26f315b47f5e247a7983be6c8a5ffd01ff0b1d72cc3761cc07e39?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9\u0026tag=1781591072"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:14cf5e379dc448f8824bce13aa0b4d4558e02db52e73f12d44d19414591bd3c3_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:14cf5e379dc448f8824bce13aa0b4d4558e02db52e73f12d44d19414591bd3c3_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:14cf5e379dc448f8824bce13aa0b4d4558e02db52e73f12d44d19414591bd3c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pr-helper-rhel9@sha256%3A14cf5e379dc448f8824bce13aa0b4d4558e02db52e73f12d44d19414591bd3c3?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/pr-helper-rhel9\u0026tag=1781590955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:70c6e9c00d975145511f6fba4a0ba5d64044ed90cca93227a0867b442695128a_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:70c6e9c00d975145511f6fba4a0ba5d64044ed90cca93227a0867b442695128a_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:70c6e9c00d975145511f6fba4a0ba5d64044ed90cca93227a0867b442695128a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/sidecar-shim-rhel9@sha256%3A70c6e9c00d975145511f6fba4a0ba5d64044ed90cca93227a0867b442695128a?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9\u0026tag=1781592111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:c9c4c460c0f3f777ddb6e5a96bc713e1e93b65ae15bf0824b6546b562714c345_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:c9c4c460c0f3f777ddb6e5a96bc713e1e93b65ae15bf0824b6546b562714c345_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:c9c4c460c0f3f777ddb6e5a96bc713e1e93b65ae15bf0824b6546b562714c345_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-api-rhel9@sha256%3Ac9c4c460c0f3f777ddb6e5a96bc713e1e93b65ae15bf0824b6546b562714c345?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-api-rhel9\u0026tag=1781593002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a27a91a06b040869dc9ba2d41ad5997509adfedf8b685e88f472da45ac5231b3_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a27a91a06b040869dc9ba2d41ad5997509adfedf8b685e88f472da45ac5231b3_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a27a91a06b040869dc9ba2d41ad5997509adfedf8b685e88f472da45ac5231b3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-artifacts-server-rhel9@sha256%3Aa27a91a06b040869dc9ba2d41ad5997509adfedf8b685e88f472da45ac5231b3?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9\u0026tag=1781590998"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:8f182013008e115fb412a63a80b58119b8cfa899a3b7b816396af422119fe1c1_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:8f182013008e115fb412a63a80b58119b8cfa899a3b7b816396af422119fe1c1_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:8f182013008e115fb412a63a80b58119b8cfa899a3b7b816396af422119fe1c1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-controller-rhel9@sha256%3A8f182013008e115fb412a63a80b58119b8cfa899a3b7b816396af422119fe1c1?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-controller-rhel9\u0026tag=1781592958"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1233b7b0684b5ba7eb4b413a17cd70c659ad230c70495b5277cd3139ceb40a9d_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1233b7b0684b5ba7eb4b413a17cd70c659ad230c70495b5277cd3139ceb40a9d_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1233b7b0684b5ba7eb4b413a17cd70c659ad230c70495b5277cd3139ceb40a9d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportproxy-rhel9@sha256%3A1233b7b0684b5ba7eb4b413a17cd70c659ad230c70495b5277cd3139ceb40a9d?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9\u0026tag=1781593188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:38749d57d482311927812de109b1dffde2cccac836fb783e15a8899ec589a94d_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:38749d57d482311927812de109b1dffde2cccac836fb783e15a8899ec589a94d_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:38749d57d482311927812de109b1dffde2cccac836fb783e15a8899ec589a94d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportserver-rhel9@sha256%3A38749d57d482311927812de109b1dffde2cccac836fb783e15a8899ec589a94d?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9\u0026tag=1781590993"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:292908ab9e73389f2956df740c7f31fbdbb4f9c2c8b6df34c93b72946efed045_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:292908ab9e73389f2956df740c7f31fbdbb4f9c2c8b6df34c93b72946efed045_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:292908ab9e73389f2956df740c7f31fbdbb4f9c2c8b6df34c93b72946efed045_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-handler-rhel9@sha256%3A292908ab9e73389f2956df740c7f31fbdbb4f9c2c8b6df34c93b72946efed045?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-handler-rhel9\u0026tag=1781591165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:c2b438621f72525900ced5e7ba9d521c86eb1645cad67b8e4d6991817ee6dd26_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:c2b438621f72525900ced5e7ba9d521c86eb1645cad67b8e4d6991817ee6dd26_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:c2b438621f72525900ced5e7ba9d521c86eb1645cad67b8e4d6991817ee6dd26_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-launcher-rhel9@sha256%3Ac2b438621f72525900ced5e7ba9d521c86eb1645cad67b8e4d6991817ee6dd26?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-launcher-rhel9\u0026tag=1781591067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:a34ae4abb6b4511ef2ad1ffb3451c27b2a942686d43e95dfb85378086efdb154_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:a34ae4abb6b4511ef2ad1ffb3451c27b2a942686d43e95dfb85378086efdb154_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:a34ae4abb6b4511ef2ad1ffb3451c27b2a942686d43e95dfb85378086efdb154_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-operator-rhel9@sha256%3Aa34ae4abb6b4511ef2ad1ffb3451c27b2a942686d43e95dfb85378086efdb154?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-operator-rhel9\u0026tag=1781591030"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:d9e72d04c02f84437ac33304da4931789ca6958b16a321447e4b8e417ccdf910_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:d9e72d04c02f84437ac33304da4931789ca6958b16a321447e4b8e417ccdf910_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:d9e72d04c02f84437ac33304da4931789ca6958b16a321447e4b8e417ccdf910_s390x",
"product_identification_helper": {
"purl": "pkg:oci/libguestfs-tools-rhel9@sha256%3Ad9e72d04c02f84437ac33304da4931789ca6958b16a321447e4b8e417ccdf910?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9\u0026tag=1781592216"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:002d380514273420bc180a6de174e1b90a288ecfc703bfd6b94f424c607560c1_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:002d380514273420bc180a6de174e1b90a288ecfc703bfd6b94f424c607560c1_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:002d380514273420bc180a6de174e1b90a288ecfc703bfd6b94f424c607560c1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/passt-network-binding-plugin-cni-rhel9@sha256%3A002d380514273420bc180a6de174e1b90a288ecfc703bfd6b94f424c607560c1?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9\u0026tag=1781591070"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:ec968849bb7710250806999a1b9abe56d0a6ba3ff2e6726647c3f9f770320488_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:ec968849bb7710250806999a1b9abe56d0a6ba3ff2e6726647c3f9f770320488_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:ec968849bb7710250806999a1b9abe56d0a6ba3ff2e6726647c3f9f770320488_s390x",
"product_identification_helper": {
"purl": "pkg:oci/passt-network-binding-plugin-sidecar-rhel9@sha256%3Aec968849bb7710250806999a1b9abe56d0a6ba3ff2e6726647c3f9f770320488?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9\u0026tag=1781591072"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:17e15d4256ef0fb8a9fb5bd283900b184589ddf74b68cbcd6207564fc31dedf1_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:17e15d4256ef0fb8a9fb5bd283900b184589ddf74b68cbcd6207564fc31dedf1_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:17e15d4256ef0fb8a9fb5bd283900b184589ddf74b68cbcd6207564fc31dedf1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pr-helper-rhel9@sha256%3A17e15d4256ef0fb8a9fb5bd283900b184589ddf74b68cbcd6207564fc31dedf1?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/pr-helper-rhel9\u0026tag=1781590955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a792b3e1810a13ad751cb476d7015faf8f74bb3f643b690bd057776d1d033ee0_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a792b3e1810a13ad751cb476d7015faf8f74bb3f643b690bd057776d1d033ee0_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a792b3e1810a13ad751cb476d7015faf8f74bb3f643b690bd057776d1d033ee0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/sidecar-shim-rhel9@sha256%3Aa792b3e1810a13ad751cb476d7015faf8f74bb3f643b690bd057776d1d033ee0?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9\u0026tag=1781592111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:337b9f9d61f626ec4787d8e29263b7c7659f9be4e726683642605396ef4f2323_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:337b9f9d61f626ec4787d8e29263b7c7659f9be4e726683642605396ef4f2323_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:337b9f9d61f626ec4787d8e29263b7c7659f9be4e726683642605396ef4f2323_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-api-rhel9@sha256%3A337b9f9d61f626ec4787d8e29263b7c7659f9be4e726683642605396ef4f2323?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-api-rhel9\u0026tag=1781593002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:afadbc3feffba0042274f1836f1a6ed4e77c931e83c59f26ce694d539433fffd_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:afadbc3feffba0042274f1836f1a6ed4e77c931e83c59f26ce694d539433fffd_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:afadbc3feffba0042274f1836f1a6ed4e77c931e83c59f26ce694d539433fffd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-artifacts-server-rhel9@sha256%3Aafadbc3feffba0042274f1836f1a6ed4e77c931e83c59f26ce694d539433fffd?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9\u0026tag=1781590998"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:44ed2f3b997158dd821397f3f9615d4767ebcdeea81d4286696a012e35cc8535_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:44ed2f3b997158dd821397f3f9615d4767ebcdeea81d4286696a012e35cc8535_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:44ed2f3b997158dd821397f3f9615d4767ebcdeea81d4286696a012e35cc8535_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-controller-rhel9@sha256%3A44ed2f3b997158dd821397f3f9615d4767ebcdeea81d4286696a012e35cc8535?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-controller-rhel9\u0026tag=1781592958"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:393d78fb4afa333018f14dc0a6595f612c6f2fd1370b26e7a0d21cb52eccd1f4_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:393d78fb4afa333018f14dc0a6595f612c6f2fd1370b26e7a0d21cb52eccd1f4_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:393d78fb4afa333018f14dc0a6595f612c6f2fd1370b26e7a0d21cb52eccd1f4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportproxy-rhel9@sha256%3A393d78fb4afa333018f14dc0a6595f612c6f2fd1370b26e7a0d21cb52eccd1f4?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9\u0026tag=1781593188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:0721f8a624942860779f18691b6d0fbb028460c6fbff113d28e59f6d31b2270a_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:0721f8a624942860779f18691b6d0fbb028460c6fbff113d28e59f6d31b2270a_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:0721f8a624942860779f18691b6d0fbb028460c6fbff113d28e59f6d31b2270a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportserver-rhel9@sha256%3A0721f8a624942860779f18691b6d0fbb028460c6fbff113d28e59f6d31b2270a?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9\u0026tag=1781590993"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:d461f36b150c763e91011dd192a62b294cd027f049795a1f4728663acde464a3_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:d461f36b150c763e91011dd192a62b294cd027f049795a1f4728663acde464a3_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:d461f36b150c763e91011dd192a62b294cd027f049795a1f4728663acde464a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-handler-rhel9@sha256%3Ad461f36b150c763e91011dd192a62b294cd027f049795a1f4728663acde464a3?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-handler-rhel9\u0026tag=1781591165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:9f6589388d748eaff4cd47739e0a3703ec04ea6aaf645ed275b7e17e7c177654_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:9f6589388d748eaff4cd47739e0a3703ec04ea6aaf645ed275b7e17e7c177654_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:9f6589388d748eaff4cd47739e0a3703ec04ea6aaf645ed275b7e17e7c177654_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-launcher-rhel9@sha256%3A9f6589388d748eaff4cd47739e0a3703ec04ea6aaf645ed275b7e17e7c177654?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-launcher-rhel9\u0026tag=1781591067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:89206a31336de71e5e2ae923b2dec647b0323035b5ba51a04d78ac1c6b7e9398_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:89206a31336de71e5e2ae923b2dec647b0323035b5ba51a04d78ac1c6b7e9398_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:89206a31336de71e5e2ae923b2dec647b0323035b5ba51a04d78ac1c6b7e9398_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-operator-rhel9@sha256%3A89206a31336de71e5e2ae923b2dec647b0323035b5ba51a04d78ac1c6b7e9398?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-operator-rhel9\u0026tag=1781591030"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:021c391d7fc4f67c7bd9ecc7684ea23a6a4902170b2b4e666c42fc38bd781d56_amd64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:021c391d7fc4f67c7bd9ecc7684ea23a6a4902170b2b4e666c42fc38bd781d56_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:021c391d7fc4f67c7bd9ecc7684ea23a6a4902170b2b4e666c42fc38bd781d56_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:51a8ce81353343cd564499cd4915dcfa7e3d31de7291eaf9b0edadc7fdccec74_arm64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:51a8ce81353343cd564499cd4915dcfa7e3d31de7291eaf9b0edadc7fdccec74_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:51a8ce81353343cd564499cd4915dcfa7e3d31de7291eaf9b0edadc7fdccec74_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:d9e72d04c02f84437ac33304da4931789ca6958b16a321447e4b8e417ccdf910_s390x as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:d9e72d04c02f84437ac33304da4931789ca6958b16a321447e4b8e417ccdf910_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:d9e72d04c02f84437ac33304da4931789ca6958b16a321447e4b8e417ccdf910_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:002d380514273420bc180a6de174e1b90a288ecfc703bfd6b94f424c607560c1_s390x as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:002d380514273420bc180a6de174e1b90a288ecfc703bfd6b94f424c607560c1_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:002d380514273420bc180a6de174e1b90a288ecfc703bfd6b94f424c607560c1_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:713c559648c386010bcc2cf6c70111e9d8752677a313383f9c422a0106addfe4_amd64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:713c559648c386010bcc2cf6c70111e9d8752677a313383f9c422a0106addfe4_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:713c559648c386010bcc2cf6c70111e9d8752677a313383f9c422a0106addfe4_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:d4f980f0f156f859b61656bc1d2911e67df0cdca109d7479fba4d127bb4f8e85_arm64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:d4f980f0f156f859b61656bc1d2911e67df0cdca109d7479fba4d127bb4f8e85_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:d4f980f0f156f859b61656bc1d2911e67df0cdca109d7479fba4d127bb4f8e85_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:38cfb8307cf26f315b47f5e247a7983be6c8a5ffd01ff0b1d72cc3761cc07e39_arm64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:38cfb8307cf26f315b47f5e247a7983be6c8a5ffd01ff0b1d72cc3761cc07e39_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:38cfb8307cf26f315b47f5e247a7983be6c8a5ffd01ff0b1d72cc3761cc07e39_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:a515f295610f4a956fa852963afb3e4093a1e3854510c0087ba80fe5ec96ce48_amd64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:a515f295610f4a956fa852963afb3e4093a1e3854510c0087ba80fe5ec96ce48_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:a515f295610f4a956fa852963afb3e4093a1e3854510c0087ba80fe5ec96ce48_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:ec968849bb7710250806999a1b9abe56d0a6ba3ff2e6726647c3f9f770320488_s390x as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:ec968849bb7710250806999a1b9abe56d0a6ba3ff2e6726647c3f9f770320488_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:ec968849bb7710250806999a1b9abe56d0a6ba3ff2e6726647c3f9f770320488_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:14cf5e379dc448f8824bce13aa0b4d4558e02db52e73f12d44d19414591bd3c3_arm64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:14cf5e379dc448f8824bce13aa0b4d4558e02db52e73f12d44d19414591bd3c3_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:14cf5e379dc448f8824bce13aa0b4d4558e02db52e73f12d44d19414591bd3c3_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:17e15d4256ef0fb8a9fb5bd283900b184589ddf74b68cbcd6207564fc31dedf1_s390x as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:17e15d4256ef0fb8a9fb5bd283900b184589ddf74b68cbcd6207564fc31dedf1_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:17e15d4256ef0fb8a9fb5bd283900b184589ddf74b68cbcd6207564fc31dedf1_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:52bb98437d9d09d818c1c3c48e2e56277d7caf06dae3b946cf00731ced8de1b2_amd64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:52bb98437d9d09d818c1c3c48e2e56277d7caf06dae3b946cf00731ced8de1b2_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:52bb98437d9d09d818c1c3c48e2e56277d7caf06dae3b946cf00731ced8de1b2_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:542c0d7c1fb9f2d5b0c3d0acc71b7179bfd1dd4ace358597ef411e9c6ca9b502_amd64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:542c0d7c1fb9f2d5b0c3d0acc71b7179bfd1dd4ace358597ef411e9c6ca9b502_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:542c0d7c1fb9f2d5b0c3d0acc71b7179bfd1dd4ace358597ef411e9c6ca9b502_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:70c6e9c00d975145511f6fba4a0ba5d64044ed90cca93227a0867b442695128a_arm64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:70c6e9c00d975145511f6fba4a0ba5d64044ed90cca93227a0867b442695128a_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:70c6e9c00d975145511f6fba4a0ba5d64044ed90cca93227a0867b442695128a_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a792b3e1810a13ad751cb476d7015faf8f74bb3f643b690bd057776d1d033ee0_s390x as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a792b3e1810a13ad751cb476d7015faf8f74bb3f643b690bd057776d1d033ee0_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a792b3e1810a13ad751cb476d7015faf8f74bb3f643b690bd057776d1d033ee0_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:337b9f9d61f626ec4787d8e29263b7c7659f9be4e726683642605396ef4f2323_s390x as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:337b9f9d61f626ec4787d8e29263b7c7659f9be4e726683642605396ef4f2323_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:337b9f9d61f626ec4787d8e29263b7c7659f9be4e726683642605396ef4f2323_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:c9c4c460c0f3f777ddb6e5a96bc713e1e93b65ae15bf0824b6546b562714c345_arm64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:c9c4c460c0f3f777ddb6e5a96bc713e1e93b65ae15bf0824b6546b562714c345_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:c9c4c460c0f3f777ddb6e5a96bc713e1e93b65ae15bf0824b6546b562714c345_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:d9ac41bd11bc3949eaaa91fb428e1d7b5072ed5146598804e0b8050ed713b9f3_amd64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:d9ac41bd11bc3949eaaa91fb428e1d7b5072ed5146598804e0b8050ed713b9f3_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:d9ac41bd11bc3949eaaa91fb428e1d7b5072ed5146598804e0b8050ed713b9f3_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a27a91a06b040869dc9ba2d41ad5997509adfedf8b685e88f472da45ac5231b3_arm64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a27a91a06b040869dc9ba2d41ad5997509adfedf8b685e88f472da45ac5231b3_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a27a91a06b040869dc9ba2d41ad5997509adfedf8b685e88f472da45ac5231b3_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a82ae31f8417b2894e13012cac87aaf48aba39a0b1d1702186ad38f2ef658755_amd64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a82ae31f8417b2894e13012cac87aaf48aba39a0b1d1702186ad38f2ef658755_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a82ae31f8417b2894e13012cac87aaf48aba39a0b1d1702186ad38f2ef658755_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:afadbc3feffba0042274f1836f1a6ed4e77c931e83c59f26ce694d539433fffd_s390x as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:afadbc3feffba0042274f1836f1a6ed4e77c931e83c59f26ce694d539433fffd_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:afadbc3feffba0042274f1836f1a6ed4e77c931e83c59f26ce694d539433fffd_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:3123a7926db27ffb17d9e0b88937a5110f4fe3c3b0648dcfa8ba6dafce376da4_amd64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:3123a7926db27ffb17d9e0b88937a5110f4fe3c3b0648dcfa8ba6dafce376da4_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:3123a7926db27ffb17d9e0b88937a5110f4fe3c3b0648dcfa8ba6dafce376da4_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:44ed2f3b997158dd821397f3f9615d4767ebcdeea81d4286696a012e35cc8535_s390x as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:44ed2f3b997158dd821397f3f9615d4767ebcdeea81d4286696a012e35cc8535_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:44ed2f3b997158dd821397f3f9615d4767ebcdeea81d4286696a012e35cc8535_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:8f182013008e115fb412a63a80b58119b8cfa899a3b7b816396af422119fe1c1_arm64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:8f182013008e115fb412a63a80b58119b8cfa899a3b7b816396af422119fe1c1_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:8f182013008e115fb412a63a80b58119b8cfa899a3b7b816396af422119fe1c1_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1233b7b0684b5ba7eb4b413a17cd70c659ad230c70495b5277cd3139ceb40a9d_arm64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1233b7b0684b5ba7eb4b413a17cd70c659ad230c70495b5277cd3139ceb40a9d_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1233b7b0684b5ba7eb4b413a17cd70c659ad230c70495b5277cd3139ceb40a9d_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:393d78fb4afa333018f14dc0a6595f612c6f2fd1370b26e7a0d21cb52eccd1f4_s390x as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:393d78fb4afa333018f14dc0a6595f612c6f2fd1370b26e7a0d21cb52eccd1f4_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:393d78fb4afa333018f14dc0a6595f612c6f2fd1370b26e7a0d21cb52eccd1f4_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:a9a820af65a6c5da1d7f708f24d226ef2daff9d886305e88a632b32dc0d62227_amd64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:a9a820af65a6c5da1d7f708f24d226ef2daff9d886305e88a632b32dc0d62227_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:a9a820af65a6c5da1d7f708f24d226ef2daff9d886305e88a632b32dc0d62227_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:0721f8a624942860779f18691b6d0fbb028460c6fbff113d28e59f6d31b2270a_s390x as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:0721f8a624942860779f18691b6d0fbb028460c6fbff113d28e59f6d31b2270a_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:0721f8a624942860779f18691b6d0fbb028460c6fbff113d28e59f6d31b2270a_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:38749d57d482311927812de109b1dffde2cccac836fb783e15a8899ec589a94d_arm64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:38749d57d482311927812de109b1dffde2cccac836fb783e15a8899ec589a94d_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:38749d57d482311927812de109b1dffde2cccac836fb783e15a8899ec589a94d_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:4f579d5f675cbbcac309dd3d2dbf484628fa4cc0f007695a85c1c72e224c840c_amd64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:4f579d5f675cbbcac309dd3d2dbf484628fa4cc0f007695a85c1c72e224c840c_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:4f579d5f675cbbcac309dd3d2dbf484628fa4cc0f007695a85c1c72e224c840c_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:292908ab9e73389f2956df740c7f31fbdbb4f9c2c8b6df34c93b72946efed045_arm64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:292908ab9e73389f2956df740c7f31fbdbb4f9c2c8b6df34c93b72946efed045_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:292908ab9e73389f2956df740c7f31fbdbb4f9c2c8b6df34c93b72946efed045_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:d461f36b150c763e91011dd192a62b294cd027f049795a1f4728663acde464a3_s390x as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:d461f36b150c763e91011dd192a62b294cd027f049795a1f4728663acde464a3_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:d461f36b150c763e91011dd192a62b294cd027f049795a1f4728663acde464a3_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f85c8641fdf64c212fd1e184a8c2e2dee8e5985392c76584f63e5a707301dd1a_amd64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f85c8641fdf64c212fd1e184a8c2e2dee8e5985392c76584f63e5a707301dd1a_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f85c8641fdf64c212fd1e184a8c2e2dee8e5985392c76584f63e5a707301dd1a_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:9f6589388d748eaff4cd47739e0a3703ec04ea6aaf645ed275b7e17e7c177654_s390x as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:9f6589388d748eaff4cd47739e0a3703ec04ea6aaf645ed275b7e17e7c177654_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:9f6589388d748eaff4cd47739e0a3703ec04ea6aaf645ed275b7e17e7c177654_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:c2b438621f72525900ced5e7ba9d521c86eb1645cad67b8e4d6991817ee6dd26_arm64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:c2b438621f72525900ced5e7ba9d521c86eb1645cad67b8e4d6991817ee6dd26_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:c2b438621f72525900ced5e7ba9d521c86eb1645cad67b8e4d6991817ee6dd26_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:f28323d918a8994fe3f7df517cae17cb506227b400347a80338b3d9038cd5d50_amd64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:f28323d918a8994fe3f7df517cae17cb506227b400347a80338b3d9038cd5d50_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:f28323d918a8994fe3f7df517cae17cb506227b400347a80338b3d9038cd5d50_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:89206a31336de71e5e2ae923b2dec647b0323035b5ba51a04d78ac1c6b7e9398_s390x as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:89206a31336de71e5e2ae923b2dec647b0323035b5ba51a04d78ac1c6b7e9398_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:89206a31336de71e5e2ae923b2dec647b0323035b5ba51a04d78ac1c6b7e9398_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:a34ae4abb6b4511ef2ad1ffb3451c27b2a942686d43e95dfb85378086efdb154_arm64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:a34ae4abb6b4511ef2ad1ffb3451c27b2a942686d43e95dfb85378086efdb154_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:a34ae4abb6b4511ef2ad1ffb3451c27b2a942686d43e95dfb85378086efdb154_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:bd5dc2b15d7645c3bc20bb3004b421cf9b09a8200953eb2e61ea29cd36f8d127_amd64 as a component of Red Hat Container Native Virtualization 4.19",
"product_id": "Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:bd5dc2b15d7645c3bc20bb3004b421cf9b09a8200953eb2e61ea29cd36f8d127_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:bd5dc2b15d7645c3bc20bb3004b421cf9b09a8200953eb2e61ea29cd36f8d127_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.19"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Thai Son Dinh, GitHub: @sondt99"
],
"organization": "VinSOC"
}
],
"cve": "CVE-2026-9804",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2026-05-18T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:021c391d7fc4f67c7bd9ecc7684ea23a6a4902170b2b4e666c42fc38bd781d56_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:51a8ce81353343cd564499cd4915dcfa7e3d31de7291eaf9b0edadc7fdccec74_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:d9e72d04c02f84437ac33304da4931789ca6958b16a321447e4b8e417ccdf910_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:002d380514273420bc180a6de174e1b90a288ecfc703bfd6b94f424c607560c1_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:713c559648c386010bcc2cf6c70111e9d8752677a313383f9c422a0106addfe4_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:d4f980f0f156f859b61656bc1d2911e67df0cdca109d7479fba4d127bb4f8e85_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:38cfb8307cf26f315b47f5e247a7983be6c8a5ffd01ff0b1d72cc3761cc07e39_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:a515f295610f4a956fa852963afb3e4093a1e3854510c0087ba80fe5ec96ce48_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:ec968849bb7710250806999a1b9abe56d0a6ba3ff2e6726647c3f9f770320488_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:14cf5e379dc448f8824bce13aa0b4d4558e02db52e73f12d44d19414591bd3c3_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:17e15d4256ef0fb8a9fb5bd283900b184589ddf74b68cbcd6207564fc31dedf1_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:52bb98437d9d09d818c1c3c48e2e56277d7caf06dae3b946cf00731ced8de1b2_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:542c0d7c1fb9f2d5b0c3d0acc71b7179bfd1dd4ace358597ef411e9c6ca9b502_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:70c6e9c00d975145511f6fba4a0ba5d64044ed90cca93227a0867b442695128a_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a792b3e1810a13ad751cb476d7015faf8f74bb3f643b690bd057776d1d033ee0_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:337b9f9d61f626ec4787d8e29263b7c7659f9be4e726683642605396ef4f2323_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:c9c4c460c0f3f777ddb6e5a96bc713e1e93b65ae15bf0824b6546b562714c345_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:d9ac41bd11bc3949eaaa91fb428e1d7b5072ed5146598804e0b8050ed713b9f3_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a27a91a06b040869dc9ba2d41ad5997509adfedf8b685e88f472da45ac5231b3_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a82ae31f8417b2894e13012cac87aaf48aba39a0b1d1702186ad38f2ef658755_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:afadbc3feffba0042274f1836f1a6ed4e77c931e83c59f26ce694d539433fffd_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:3123a7926db27ffb17d9e0b88937a5110f4fe3c3b0648dcfa8ba6dafce376da4_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:44ed2f3b997158dd821397f3f9615d4767ebcdeea81d4286696a012e35cc8535_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:8f182013008e115fb412a63a80b58119b8cfa899a3b7b816396af422119fe1c1_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1233b7b0684b5ba7eb4b413a17cd70c659ad230c70495b5277cd3139ceb40a9d_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:393d78fb4afa333018f14dc0a6595f612c6f2fd1370b26e7a0d21cb52eccd1f4_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:a9a820af65a6c5da1d7f708f24d226ef2daff9d886305e88a632b32dc0d62227_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:292908ab9e73389f2956df740c7f31fbdbb4f9c2c8b6df34c93b72946efed045_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:d461f36b150c763e91011dd192a62b294cd027f049795a1f4728663acde464a3_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f85c8641fdf64c212fd1e184a8c2e2dee8e5985392c76584f63e5a707301dd1a_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:9f6589388d748eaff4cd47739e0a3703ec04ea6aaf645ed275b7e17e7c177654_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:c2b438621f72525900ced5e7ba9d521c86eb1645cad67b8e4d6991817ee6dd26_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:f28323d918a8994fe3f7df517cae17cb506227b400347a80338b3d9038cd5d50_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:89206a31336de71e5e2ae923b2dec647b0323035b5ba51a04d78ac1c6b7e9398_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:a34ae4abb6b4511ef2ad1ffb3451c27b2a942686d43e95dfb85378086efdb154_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:bd5dc2b15d7645c3bc20bb3004b421cf9b09a8200953eb2e61ea29cd36f8d127_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2482487"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in KubeVirt\u0027s virt-exportserver component. An attacker with specific namespace-level access can exploit a path traversal vulnerability in the VMExport directory endpoint. By placing a symbolic link (symlink) within an exported filesystem Persistent Volume Claim (PVC) that points outside its designated mount root, the attacker can read arbitrary files from the exporter pod\u0027s filesystem. This leads to information disclosure, potentially exposing sensitive data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kubevirt: kubevirt: VMExport directory symlink escape enables exporter pod file read",
"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 Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:0721f8a624942860779f18691b6d0fbb028460c6fbff113d28e59f6d31b2270a_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:38749d57d482311927812de109b1dffde2cccac836fb783e15a8899ec589a94d_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:4f579d5f675cbbcac309dd3d2dbf484628fa4cc0f007695a85c1c72e224c840c_amd64"
],
"known_not_affected": [
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:021c391d7fc4f67c7bd9ecc7684ea23a6a4902170b2b4e666c42fc38bd781d56_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:51a8ce81353343cd564499cd4915dcfa7e3d31de7291eaf9b0edadc7fdccec74_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:d9e72d04c02f84437ac33304da4931789ca6958b16a321447e4b8e417ccdf910_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:002d380514273420bc180a6de174e1b90a288ecfc703bfd6b94f424c607560c1_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:713c559648c386010bcc2cf6c70111e9d8752677a313383f9c422a0106addfe4_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:d4f980f0f156f859b61656bc1d2911e67df0cdca109d7479fba4d127bb4f8e85_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:38cfb8307cf26f315b47f5e247a7983be6c8a5ffd01ff0b1d72cc3761cc07e39_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:a515f295610f4a956fa852963afb3e4093a1e3854510c0087ba80fe5ec96ce48_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:ec968849bb7710250806999a1b9abe56d0a6ba3ff2e6726647c3f9f770320488_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:14cf5e379dc448f8824bce13aa0b4d4558e02db52e73f12d44d19414591bd3c3_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:17e15d4256ef0fb8a9fb5bd283900b184589ddf74b68cbcd6207564fc31dedf1_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:52bb98437d9d09d818c1c3c48e2e56277d7caf06dae3b946cf00731ced8de1b2_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:542c0d7c1fb9f2d5b0c3d0acc71b7179bfd1dd4ace358597ef411e9c6ca9b502_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:70c6e9c00d975145511f6fba4a0ba5d64044ed90cca93227a0867b442695128a_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a792b3e1810a13ad751cb476d7015faf8f74bb3f643b690bd057776d1d033ee0_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:337b9f9d61f626ec4787d8e29263b7c7659f9be4e726683642605396ef4f2323_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:c9c4c460c0f3f777ddb6e5a96bc713e1e93b65ae15bf0824b6546b562714c345_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:d9ac41bd11bc3949eaaa91fb428e1d7b5072ed5146598804e0b8050ed713b9f3_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a27a91a06b040869dc9ba2d41ad5997509adfedf8b685e88f472da45ac5231b3_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a82ae31f8417b2894e13012cac87aaf48aba39a0b1d1702186ad38f2ef658755_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:afadbc3feffba0042274f1836f1a6ed4e77c931e83c59f26ce694d539433fffd_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:3123a7926db27ffb17d9e0b88937a5110f4fe3c3b0648dcfa8ba6dafce376da4_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:44ed2f3b997158dd821397f3f9615d4767ebcdeea81d4286696a012e35cc8535_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:8f182013008e115fb412a63a80b58119b8cfa899a3b7b816396af422119fe1c1_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1233b7b0684b5ba7eb4b413a17cd70c659ad230c70495b5277cd3139ceb40a9d_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:393d78fb4afa333018f14dc0a6595f612c6f2fd1370b26e7a0d21cb52eccd1f4_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:a9a820af65a6c5da1d7f708f24d226ef2daff9d886305e88a632b32dc0d62227_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:292908ab9e73389f2956df740c7f31fbdbb4f9c2c8b6df34c93b72946efed045_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:d461f36b150c763e91011dd192a62b294cd027f049795a1f4728663acde464a3_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f85c8641fdf64c212fd1e184a8c2e2dee8e5985392c76584f63e5a707301dd1a_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:9f6589388d748eaff4cd47739e0a3703ec04ea6aaf645ed275b7e17e7c177654_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:c2b438621f72525900ced5e7ba9d521c86eb1645cad67b8e4d6991817ee6dd26_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:f28323d918a8994fe3f7df517cae17cb506227b400347a80338b3d9038cd5d50_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:89206a31336de71e5e2ae923b2dec647b0323035b5ba51a04d78ac1c6b7e9398_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:a34ae4abb6b4511ef2ad1ffb3451c27b2a942686d43e95dfb85378086efdb154_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:bd5dc2b15d7645c3bc20bb3004b421cf9b09a8200953eb2e61ea29cd36f8d127_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-9804"
},
{
"category": "external",
"summary": "RHBZ#2482487",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482487"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-9804",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9804"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-9804",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-9804"
}
],
"release_date": "2026-05-28T06:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-22T12:56:43+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:0721f8a624942860779f18691b6d0fbb028460c6fbff113d28e59f6d31b2270a_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:38749d57d482311927812de109b1dffde2cccac836fb783e15a8899ec589a94d_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:4f579d5f675cbbcac309dd3d2dbf484628fa4cc0f007695a85c1c72e224c840c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27914"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:021c391d7fc4f67c7bd9ecc7684ea23a6a4902170b2b4e666c42fc38bd781d56_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:51a8ce81353343cd564499cd4915dcfa7e3d31de7291eaf9b0edadc7fdccec74_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:d9e72d04c02f84437ac33304da4931789ca6958b16a321447e4b8e417ccdf910_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:002d380514273420bc180a6de174e1b90a288ecfc703bfd6b94f424c607560c1_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:713c559648c386010bcc2cf6c70111e9d8752677a313383f9c422a0106addfe4_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:d4f980f0f156f859b61656bc1d2911e67df0cdca109d7479fba4d127bb4f8e85_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:38cfb8307cf26f315b47f5e247a7983be6c8a5ffd01ff0b1d72cc3761cc07e39_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:a515f295610f4a956fa852963afb3e4093a1e3854510c0087ba80fe5ec96ce48_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:ec968849bb7710250806999a1b9abe56d0a6ba3ff2e6726647c3f9f770320488_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:14cf5e379dc448f8824bce13aa0b4d4558e02db52e73f12d44d19414591bd3c3_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:17e15d4256ef0fb8a9fb5bd283900b184589ddf74b68cbcd6207564fc31dedf1_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:52bb98437d9d09d818c1c3c48e2e56277d7caf06dae3b946cf00731ced8de1b2_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:542c0d7c1fb9f2d5b0c3d0acc71b7179bfd1dd4ace358597ef411e9c6ca9b502_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:70c6e9c00d975145511f6fba4a0ba5d64044ed90cca93227a0867b442695128a_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a792b3e1810a13ad751cb476d7015faf8f74bb3f643b690bd057776d1d033ee0_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:337b9f9d61f626ec4787d8e29263b7c7659f9be4e726683642605396ef4f2323_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:c9c4c460c0f3f777ddb6e5a96bc713e1e93b65ae15bf0824b6546b562714c345_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:d9ac41bd11bc3949eaaa91fb428e1d7b5072ed5146598804e0b8050ed713b9f3_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a27a91a06b040869dc9ba2d41ad5997509adfedf8b685e88f472da45ac5231b3_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a82ae31f8417b2894e13012cac87aaf48aba39a0b1d1702186ad38f2ef658755_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:afadbc3feffba0042274f1836f1a6ed4e77c931e83c59f26ce694d539433fffd_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:3123a7926db27ffb17d9e0b88937a5110f4fe3c3b0648dcfa8ba6dafce376da4_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:44ed2f3b997158dd821397f3f9615d4767ebcdeea81d4286696a012e35cc8535_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:8f182013008e115fb412a63a80b58119b8cfa899a3b7b816396af422119fe1c1_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1233b7b0684b5ba7eb4b413a17cd70c659ad230c70495b5277cd3139ceb40a9d_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:393d78fb4afa333018f14dc0a6595f612c6f2fd1370b26e7a0d21cb52eccd1f4_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:a9a820af65a6c5da1d7f708f24d226ef2daff9d886305e88a632b32dc0d62227_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:0721f8a624942860779f18691b6d0fbb028460c6fbff113d28e59f6d31b2270a_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:38749d57d482311927812de109b1dffde2cccac836fb783e15a8899ec589a94d_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:4f579d5f675cbbcac309dd3d2dbf484628fa4cc0f007695a85c1c72e224c840c_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:292908ab9e73389f2956df740c7f31fbdbb4f9c2c8b6df34c93b72946efed045_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:d461f36b150c763e91011dd192a62b294cd027f049795a1f4728663acde464a3_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f85c8641fdf64c212fd1e184a8c2e2dee8e5985392c76584f63e5a707301dd1a_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:9f6589388d748eaff4cd47739e0a3703ec04ea6aaf645ed275b7e17e7c177654_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:c2b438621f72525900ced5e7ba9d521c86eb1645cad67b8e4d6991817ee6dd26_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:f28323d918a8994fe3f7df517cae17cb506227b400347a80338b3d9038cd5d50_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:89206a31336de71e5e2ae923b2dec647b0323035b5ba51a04d78ac1c6b7e9398_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:a34ae4abb6b4511ef2ad1ffb3451c27b2a942686d43e95dfb85378086efdb154_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:bd5dc2b15d7645c3bc20bb3004b421cf9b09a8200953eb2e61ea29cd36f8d127_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kubevirt: kubevirt: VMExport directory symlink escape enables exporter pod file read"
},
{
"cve": "CVE-2026-35469",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-13T03:52:35+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:021c391d7fc4f67c7bd9ecc7684ea23a6a4902170b2b4e666c42fc38bd781d56_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:51a8ce81353343cd564499cd4915dcfa7e3d31de7291eaf9b0edadc7fdccec74_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:d9e72d04c02f84437ac33304da4931789ca6958b16a321447e4b8e417ccdf910_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:002d380514273420bc180a6de174e1b90a288ecfc703bfd6b94f424c607560c1_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:713c559648c386010bcc2cf6c70111e9d8752677a313383f9c422a0106addfe4_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:d4f980f0f156f859b61656bc1d2911e67df0cdca109d7479fba4d127bb4f8e85_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:38cfb8307cf26f315b47f5e247a7983be6c8a5ffd01ff0b1d72cc3761cc07e39_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:a515f295610f4a956fa852963afb3e4093a1e3854510c0087ba80fe5ec96ce48_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:ec968849bb7710250806999a1b9abe56d0a6ba3ff2e6726647c3f9f770320488_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:14cf5e379dc448f8824bce13aa0b4d4558e02db52e73f12d44d19414591bd3c3_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:17e15d4256ef0fb8a9fb5bd283900b184589ddf74b68cbcd6207564fc31dedf1_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:52bb98437d9d09d818c1c3c48e2e56277d7caf06dae3b946cf00731ced8de1b2_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:542c0d7c1fb9f2d5b0c3d0acc71b7179bfd1dd4ace358597ef411e9c6ca9b502_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:70c6e9c00d975145511f6fba4a0ba5d64044ed90cca93227a0867b442695128a_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a792b3e1810a13ad751cb476d7015faf8f74bb3f643b690bd057776d1d033ee0_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:337b9f9d61f626ec4787d8e29263b7c7659f9be4e726683642605396ef4f2323_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:c9c4c460c0f3f777ddb6e5a96bc713e1e93b65ae15bf0824b6546b562714c345_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:d9ac41bd11bc3949eaaa91fb428e1d7b5072ed5146598804e0b8050ed713b9f3_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a27a91a06b040869dc9ba2d41ad5997509adfedf8b685e88f472da45ac5231b3_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a82ae31f8417b2894e13012cac87aaf48aba39a0b1d1702186ad38f2ef658755_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:afadbc3feffba0042274f1836f1a6ed4e77c931e83c59f26ce694d539433fffd_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:3123a7926db27ffb17d9e0b88937a5110f4fe3c3b0648dcfa8ba6dafce376da4_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:44ed2f3b997158dd821397f3f9615d4767ebcdeea81d4286696a012e35cc8535_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:8f182013008e115fb412a63a80b58119b8cfa899a3b7b816396af422119fe1c1_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1233b7b0684b5ba7eb4b413a17cd70c659ad230c70495b5277cd3139ceb40a9d_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:393d78fb4afa333018f14dc0a6595f612c6f2fd1370b26e7a0d21cb52eccd1f4_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:a9a820af65a6c5da1d7f708f24d226ef2daff9d886305e88a632b32dc0d62227_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:292908ab9e73389f2956df740c7f31fbdbb4f9c2c8b6df34c93b72946efed045_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:d461f36b150c763e91011dd192a62b294cd027f049795a1f4728663acde464a3_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f85c8641fdf64c212fd1e184a8c2e2dee8e5985392c76584f63e5a707301dd1a_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:9f6589388d748eaff4cd47739e0a3703ec04ea6aaf645ed275b7e17e7c177654_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:c2b438621f72525900ced5e7ba9d521c86eb1645cad67b8e4d6991817ee6dd26_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:f28323d918a8994fe3f7df517cae17cb506227b400347a80338b3d9038cd5d50_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:89206a31336de71e5e2ae923b2dec647b0323035b5ba51a04d78ac1c6b7e9398_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:a34ae4abb6b4511ef2ad1ffb3451c27b2a942686d43e95dfb85378086efdb154_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:bd5dc2b15d7645c3bc20bb3004b421cf9b09a8200953eb2e61ea29cd36f8d127_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457729"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service flaw affecting OpenShift Container Platform. An attacker with specific elevated cluster roles, such as those permitting pod port forwarding, execution, attachment, or node proxying, could exploit a vulnerability in the SPDY streaming code of Kubelet, CRI-O, and kube-apiserver, leading to unresponsiveness of these critical components.",
"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 Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:0721f8a624942860779f18691b6d0fbb028460c6fbff113d28e59f6d31b2270a_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:38749d57d482311927812de109b1dffde2cccac836fb783e15a8899ec589a94d_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:4f579d5f675cbbcac309dd3d2dbf484628fa4cc0f007695a85c1c72e224c840c_amd64"
],
"known_not_affected": [
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:021c391d7fc4f67c7bd9ecc7684ea23a6a4902170b2b4e666c42fc38bd781d56_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:51a8ce81353343cd564499cd4915dcfa7e3d31de7291eaf9b0edadc7fdccec74_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:d9e72d04c02f84437ac33304da4931789ca6958b16a321447e4b8e417ccdf910_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:002d380514273420bc180a6de174e1b90a288ecfc703bfd6b94f424c607560c1_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:713c559648c386010bcc2cf6c70111e9d8752677a313383f9c422a0106addfe4_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:d4f980f0f156f859b61656bc1d2911e67df0cdca109d7479fba4d127bb4f8e85_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:38cfb8307cf26f315b47f5e247a7983be6c8a5ffd01ff0b1d72cc3761cc07e39_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:a515f295610f4a956fa852963afb3e4093a1e3854510c0087ba80fe5ec96ce48_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:ec968849bb7710250806999a1b9abe56d0a6ba3ff2e6726647c3f9f770320488_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:14cf5e379dc448f8824bce13aa0b4d4558e02db52e73f12d44d19414591bd3c3_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:17e15d4256ef0fb8a9fb5bd283900b184589ddf74b68cbcd6207564fc31dedf1_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:52bb98437d9d09d818c1c3c48e2e56277d7caf06dae3b946cf00731ced8de1b2_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:542c0d7c1fb9f2d5b0c3d0acc71b7179bfd1dd4ace358597ef411e9c6ca9b502_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:70c6e9c00d975145511f6fba4a0ba5d64044ed90cca93227a0867b442695128a_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a792b3e1810a13ad751cb476d7015faf8f74bb3f643b690bd057776d1d033ee0_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:337b9f9d61f626ec4787d8e29263b7c7659f9be4e726683642605396ef4f2323_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:c9c4c460c0f3f777ddb6e5a96bc713e1e93b65ae15bf0824b6546b562714c345_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:d9ac41bd11bc3949eaaa91fb428e1d7b5072ed5146598804e0b8050ed713b9f3_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a27a91a06b040869dc9ba2d41ad5997509adfedf8b685e88f472da45ac5231b3_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a82ae31f8417b2894e13012cac87aaf48aba39a0b1d1702186ad38f2ef658755_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:afadbc3feffba0042274f1836f1a6ed4e77c931e83c59f26ce694d539433fffd_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:3123a7926db27ffb17d9e0b88937a5110f4fe3c3b0648dcfa8ba6dafce376da4_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:44ed2f3b997158dd821397f3f9615d4767ebcdeea81d4286696a012e35cc8535_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:8f182013008e115fb412a63a80b58119b8cfa899a3b7b816396af422119fe1c1_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1233b7b0684b5ba7eb4b413a17cd70c659ad230c70495b5277cd3139ceb40a9d_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:393d78fb4afa333018f14dc0a6595f612c6f2fd1370b26e7a0d21cb52eccd1f4_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:a9a820af65a6c5da1d7f708f24d226ef2daff9d886305e88a632b32dc0d62227_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:292908ab9e73389f2956df740c7f31fbdbb4f9c2c8b6df34c93b72946efed045_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:d461f36b150c763e91011dd192a62b294cd027f049795a1f4728663acde464a3_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f85c8641fdf64c212fd1e184a8c2e2dee8e5985392c76584f63e5a707301dd1a_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:9f6589388d748eaff4cd47739e0a3703ec04ea6aaf645ed275b7e17e7c177654_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:c2b438621f72525900ced5e7ba9d521c86eb1645cad67b8e4d6991817ee6dd26_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:f28323d918a8994fe3f7df517cae17cb506227b400347a80338b3d9038cd5d50_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:89206a31336de71e5e2ae923b2dec647b0323035b5ba51a04d78ac1c6b7e9398_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:a34ae4abb6b4511ef2ad1ffb3451c27b2a942686d43e95dfb85378086efdb154_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:bd5dc2b15d7645c3bc20bb3004b421cf9b09a8200953eb2e61ea29cd36f8d127_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"category": "external",
"summary": "RHBZ#2457729",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457729"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-35469",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35469"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469"
}
],
"release_date": "2026-04-13T23:59:59+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-22T12:56:43+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:0721f8a624942860779f18691b6d0fbb028460c6fbff113d28e59f6d31b2270a_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:38749d57d482311927812de109b1dffde2cccac836fb783e15a8899ec589a94d_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:4f579d5f675cbbcac309dd3d2dbf484628fa4cc0f007695a85c1c72e224c840c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27914"
},
{
"category": "workaround",
"details": "To mitigate this issue, review and restrict the assignment of Kubernetes cluster roles `pods/portforward (create)`, `pods/exec (create)`, `pods/attach (create)`, and `nodes/proxy (get/create)` to untrusted users or service accounts. Ensure that only authorized and necessary entities possess these permissions. Modifying RBAC policies can impact the functionality of applications and services that rely on these permissions; careful testing is recommended.",
"product_ids": [
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:021c391d7fc4f67c7bd9ecc7684ea23a6a4902170b2b4e666c42fc38bd781d56_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:51a8ce81353343cd564499cd4915dcfa7e3d31de7291eaf9b0edadc7fdccec74_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:d9e72d04c02f84437ac33304da4931789ca6958b16a321447e4b8e417ccdf910_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:002d380514273420bc180a6de174e1b90a288ecfc703bfd6b94f424c607560c1_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:713c559648c386010bcc2cf6c70111e9d8752677a313383f9c422a0106addfe4_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:d4f980f0f156f859b61656bc1d2911e67df0cdca109d7479fba4d127bb4f8e85_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:38cfb8307cf26f315b47f5e247a7983be6c8a5ffd01ff0b1d72cc3761cc07e39_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:a515f295610f4a956fa852963afb3e4093a1e3854510c0087ba80fe5ec96ce48_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:ec968849bb7710250806999a1b9abe56d0a6ba3ff2e6726647c3f9f770320488_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:14cf5e379dc448f8824bce13aa0b4d4558e02db52e73f12d44d19414591bd3c3_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:17e15d4256ef0fb8a9fb5bd283900b184589ddf74b68cbcd6207564fc31dedf1_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:52bb98437d9d09d818c1c3c48e2e56277d7caf06dae3b946cf00731ced8de1b2_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:542c0d7c1fb9f2d5b0c3d0acc71b7179bfd1dd4ace358597ef411e9c6ca9b502_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:70c6e9c00d975145511f6fba4a0ba5d64044ed90cca93227a0867b442695128a_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a792b3e1810a13ad751cb476d7015faf8f74bb3f643b690bd057776d1d033ee0_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:337b9f9d61f626ec4787d8e29263b7c7659f9be4e726683642605396ef4f2323_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:c9c4c460c0f3f777ddb6e5a96bc713e1e93b65ae15bf0824b6546b562714c345_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:d9ac41bd11bc3949eaaa91fb428e1d7b5072ed5146598804e0b8050ed713b9f3_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a27a91a06b040869dc9ba2d41ad5997509adfedf8b685e88f472da45ac5231b3_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a82ae31f8417b2894e13012cac87aaf48aba39a0b1d1702186ad38f2ef658755_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:afadbc3feffba0042274f1836f1a6ed4e77c931e83c59f26ce694d539433fffd_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:3123a7926db27ffb17d9e0b88937a5110f4fe3c3b0648dcfa8ba6dafce376da4_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:44ed2f3b997158dd821397f3f9615d4767ebcdeea81d4286696a012e35cc8535_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:8f182013008e115fb412a63a80b58119b8cfa899a3b7b816396af422119fe1c1_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1233b7b0684b5ba7eb4b413a17cd70c659ad230c70495b5277cd3139ceb40a9d_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:393d78fb4afa333018f14dc0a6595f612c6f2fd1370b26e7a0d21cb52eccd1f4_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:a9a820af65a6c5da1d7f708f24d226ef2daff9d886305e88a632b32dc0d62227_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:0721f8a624942860779f18691b6d0fbb028460c6fbff113d28e59f6d31b2270a_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:38749d57d482311927812de109b1dffde2cccac836fb783e15a8899ec589a94d_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:4f579d5f675cbbcac309dd3d2dbf484628fa4cc0f007695a85c1c72e224c840c_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:292908ab9e73389f2956df740c7f31fbdbb4f9c2c8b6df34c93b72946efed045_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:d461f36b150c763e91011dd192a62b294cd027f049795a1f4728663acde464a3_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f85c8641fdf64c212fd1e184a8c2e2dee8e5985392c76584f63e5a707301dd1a_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:9f6589388d748eaff4cd47739e0a3703ec04ea6aaf645ed275b7e17e7c177654_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:c2b438621f72525900ced5e7ba9d521c86eb1645cad67b8e4d6991817ee6dd26_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:f28323d918a8994fe3f7df517cae17cb506227b400347a80338b3d9038cd5d50_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:89206a31336de71e5e2ae923b2dec647b0323035b5ba51a04d78ac1c6b7e9398_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:a34ae4abb6b4511ef2ad1ffb3451c27b2a942686d43e95dfb85378086efdb154_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:bd5dc2b15d7645c3bc20bb3004b421cf9b09a8200953eb2e61ea29cd36f8d127_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:021c391d7fc4f67c7bd9ecc7684ea23a6a4902170b2b4e666c42fc38bd781d56_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:51a8ce81353343cd564499cd4915dcfa7e3d31de7291eaf9b0edadc7fdccec74_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:d9e72d04c02f84437ac33304da4931789ca6958b16a321447e4b8e417ccdf910_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:002d380514273420bc180a6de174e1b90a288ecfc703bfd6b94f424c607560c1_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:713c559648c386010bcc2cf6c70111e9d8752677a313383f9c422a0106addfe4_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:d4f980f0f156f859b61656bc1d2911e67df0cdca109d7479fba4d127bb4f8e85_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:38cfb8307cf26f315b47f5e247a7983be6c8a5ffd01ff0b1d72cc3761cc07e39_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:a515f295610f4a956fa852963afb3e4093a1e3854510c0087ba80fe5ec96ce48_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:ec968849bb7710250806999a1b9abe56d0a6ba3ff2e6726647c3f9f770320488_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:14cf5e379dc448f8824bce13aa0b4d4558e02db52e73f12d44d19414591bd3c3_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:17e15d4256ef0fb8a9fb5bd283900b184589ddf74b68cbcd6207564fc31dedf1_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:52bb98437d9d09d818c1c3c48e2e56277d7caf06dae3b946cf00731ced8de1b2_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:542c0d7c1fb9f2d5b0c3d0acc71b7179bfd1dd4ace358597ef411e9c6ca9b502_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:70c6e9c00d975145511f6fba4a0ba5d64044ed90cca93227a0867b442695128a_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:a792b3e1810a13ad751cb476d7015faf8f74bb3f643b690bd057776d1d033ee0_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:337b9f9d61f626ec4787d8e29263b7c7659f9be4e726683642605396ef4f2323_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:c9c4c460c0f3f777ddb6e5a96bc713e1e93b65ae15bf0824b6546b562714c345_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:d9ac41bd11bc3949eaaa91fb428e1d7b5072ed5146598804e0b8050ed713b9f3_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a27a91a06b040869dc9ba2d41ad5997509adfedf8b685e88f472da45ac5231b3_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a82ae31f8417b2894e13012cac87aaf48aba39a0b1d1702186ad38f2ef658755_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:afadbc3feffba0042274f1836f1a6ed4e77c931e83c59f26ce694d539433fffd_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:3123a7926db27ffb17d9e0b88937a5110f4fe3c3b0648dcfa8ba6dafce376da4_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:44ed2f3b997158dd821397f3f9615d4767ebcdeea81d4286696a012e35cc8535_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:8f182013008e115fb412a63a80b58119b8cfa899a3b7b816396af422119fe1c1_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1233b7b0684b5ba7eb4b413a17cd70c659ad230c70495b5277cd3139ceb40a9d_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:393d78fb4afa333018f14dc0a6595f612c6f2fd1370b26e7a0d21cb52eccd1f4_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:a9a820af65a6c5da1d7f708f24d226ef2daff9d886305e88a632b32dc0d62227_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:0721f8a624942860779f18691b6d0fbb028460c6fbff113d28e59f6d31b2270a_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:38749d57d482311927812de109b1dffde2cccac836fb783e15a8899ec589a94d_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:4f579d5f675cbbcac309dd3d2dbf484628fa4cc0f007695a85c1c72e224c840c_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:292908ab9e73389f2956df740c7f31fbdbb4f9c2c8b6df34c93b72946efed045_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:d461f36b150c763e91011dd192a62b294cd027f049795a1f4728663acde464a3_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f85c8641fdf64c212fd1e184a8c2e2dee8e5985392c76584f63e5a707301dd1a_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:9f6589388d748eaff4cd47739e0a3703ec04ea6aaf645ed275b7e17e7c177654_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:c2b438621f72525900ced5e7ba9d521c86eb1645cad67b8e4d6991817ee6dd26_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:f28323d918a8994fe3f7df517cae17cb506227b400347a80338b3d9038cd5d50_amd64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:89206a31336de71e5e2ae923b2dec647b0323035b5ba51a04d78ac1c6b7e9398_s390x",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:a34ae4abb6b4511ef2ad1ffb3451c27b2a942686d43e95dfb85378086efdb154_arm64",
"Red Hat Container Native Virtualization 4.19:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:bd5dc2b15d7645c3bc20bb3004b421cf9b09a8200953eb2e61ea29cd36f8d127_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code"
}
]
}
RHSA-2026:27941
Vulnerability from csaf_redhat - Published: 2026-06-22 14:35 - Updated: 2026-06-24 08:59A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:504875e5d95f45c794a3734e86ff4e4a5d1a5349c01551ef2847b552422e4360_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:6cf84f3909f53621dd7e8f75e628b07e56583ce43e812e6a11347c9e0ffb50e4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:7ae310bc9faa0d2ebd755c2291d034ec56414fa7caf2f84354aef9ca3618b601_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/iommufd-device-plugin-rhel9@sha256:4baa16ba75b404b69d71f7cf30f1e3468643531c3b5bf52476d0209d94fa8540_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/iommufd-device-plugin-rhel9@sha256:7727fd7e7d796b11c0c6d43aad136cafb2eb58f76b724a3cabedb9b928408114_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/iommufd-device-plugin-rhel9@sha256:a4b3cc14792e7ca66f2bc090cfaf616a2cbb39039266990f1fc1e900b4f435ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/kubevirt-aie-webhook-rhel9@sha256:0762631b138a96bf055b945f6a5fac5c2063dc11013f0655ac62ec9bdd330057_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/kubevirt-aie-webhook-rhel9@sha256:2b57cf19a4a036d1c988378718c68d7f932b45a16020722ea19d0499596c3981_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/kubevirt-aie-webhook-rhel9@sha256:ccc6101666b40eb6647af714b8c98d851084f8821451d82641c43dc6fb4433d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:8705590ac5f7ee1056e511340e37a36e12c330a3f7c9a19803833f70de1b63d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:abad6a1780d9cdaa03b2ff772550a2216fd37c0dd19fe37b6178029d1d8ddfbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:e8aa12821b8b7b938a7f7d6c99f072bfbab84647457c1b0a90998c15e5780ac1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:89e4032a85c85328a0668cca4c2ce58c5ef561df90c30f4a94ab905a5d481b93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:903541d86809aec5dcf4c21a73c02ae573ecdd8d7e37a91399ccb58529018f61_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:bf838d9c0707b87464cd10be777b8374b7702dd96b873662f8b9ae2c54eb81bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:3bfe632172eb041339ca403af245487e1b1d9fda07fc5b6acd92c9c16afea053_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:6305600b55c18d1a96691e94ccf94c9922d71ace0245b1bb3c39a134dd452544_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d91bc80998e9ce24cd69759bc25a601bb83f6a3c05212e7b0c5ddb1c64939285_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:0508640bb34d84a9da734e2a46f673c395df840c11834cb8cdb1df7bf47cf32f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:4127b68ed8050e0bc36e7fd0f29b3c3fe968e0f686ee5197d9b6abf6eb9f9c7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:96394aa85fbd2d76f18ba7bfaf863cf7ae504da1919f174936afc86275372d94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:44f2394436b9f87a7807d0d3474df731abe229661c1c6fc6eb68ff4a22d05c3c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:67c8a29805ab9326f8efba46a5a58ba8b4998f3c8b8710fe647ced870bea26db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:c39e25fc80cb1a9bfe552959504468a80b56ec05f7b69ea475558622814e7e7e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:783c9943de56a592405df70eafaa9b25d43404dab865642f763c5e1b113bbc46_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:8ea21e7c15a944a6b886e720cc77f57756ca27b382b6160a37eea108c7a3a85a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:8edc42c6cdf4fecedf16af3026ba1e13b7f698536a9d905e50fa13675c4c23c2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:0d0e6ffd72a31907869fdeab2dd03bad5acdba7d56771a06a3225a412be86f04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:606141828a80718feb413803076fe89d985899755c29e9a43104135a32fa3fbf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a12e14a88cb048aa4304c47e1f71ab728f1726180f0553c9d6884cf702c0bcb1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:6ea04beeee4f902d66a0db9bb0e2bf7294d8ebf3618bfad434863415fff1df5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:7897c8a0bef63460693d3cfa7f6e7ded4f222f7b8655f5b1448c8122cc9699c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:c3155ce6c68046fc12734a72e25691c1804a6481d4a12014f4d6fee255b6afa4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:5fe79afde58fb1bfc87831373a4d97c44ccb7f04abe6dc384800f9148fa7215a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:9446598fa21b579fbcc5127b47614f5cb44a779cd5c7cc40f995daf8eac448c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:ed0e889a1dfcbd945a430e80d65fa0fa3a3d9660798093c92d280cece942aa80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:746900074b8ab13a31cbb0680364e80892a25bf52d8e8bd9cc9b778971148025_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:acb1ffcc39f162ea48a0d125e4e22176f3ff1f22c11a71bdd7ebdefd277361e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:bf2305ada026c225a74248814a216aa20726e7c95b394e9160d5db9331387d09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:23cd12f9fa022fe355542d1195d67bfe91ecda413caff111a4aeee19cf1c1a0a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:57da770e4976015ac7bacc4fd786c0128b8137daa87eb1a44f179fb468b0d408_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:774059e4398f500e3f0a31fd392891c480c6a017f7b5158efe6159823b9712cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:19f57f9e3f88867e99d027c3f0bd855848f4fc13d15f98f327207c5943cf8745_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:354a78e0f43ac9abd3a957aa354c36b3d247b36df52549bb8860117e59ac09dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:6aae55af074e08829f918624578e6137e7e9b37c6c8cfd8c2773682df2e792ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:39c2064ffc93a648d91fde3eda1dbf8b29f1b2083aa753044625096f9293c2a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:411c8b6169123f361dcc62791020f94396c5f4e54f4bb33fef39d200db2d267a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:a1eb22235660cee4998bc4fb749b7aa702590987d4ced04321783a3690870492_arm64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Virtualization release v4.22 is now available with updates to packages and images that fix several bugs and add enhancements.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenShift Virtualization is Red Hat\u0027s virtualization solution designed for Red Hat OpenShift Container Platform.\n\nThis advisory contains OpenShift Virtualization v4.22 images.",
"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:27941",
"url": "https://access.redhat.com/errata/RHSA-2026:27941"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-35469",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"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_27941.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Virtualization v4.22 Images",
"tracking": {
"current_release_date": "2026-06-24T08:59:58+00:00",
"generator": {
"date": "2026-06-24T08:59:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2026:27941",
"initial_release_date": "2026-06-22T14:35:32+00:00",
"revision_history": [
{
"date": "2026-06-22T14:35:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-22T14:35:38+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-24T08:59:58+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Container Native Virtualization 4.22",
"product": {
"name": "Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:container_native_virtualization:4.22::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Container Native Virtualization"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/iommufd-device-plugin-rhel9@sha256:a4b3cc14792e7ca66f2bc090cfaf616a2cbb39039266990f1fc1e900b4f435ad_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/iommufd-device-plugin-rhel9@sha256:a4b3cc14792e7ca66f2bc090cfaf616a2cbb39039266990f1fc1e900b4f435ad_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/iommufd-device-plugin-rhel9@sha256:a4b3cc14792e7ca66f2bc090cfaf616a2cbb39039266990f1fc1e900b4f435ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/iommufd-device-plugin-rhel9@sha256%3Aa4b3cc14792e7ca66f2bc090cfaf616a2cbb39039266990f1fc1e900b4f435ad?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/iommufd-device-plugin-rhel9\u0026tag=1781852716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/kubevirt-aie-webhook-rhel9@sha256:ccc6101666b40eb6647af714b8c98d851084f8821451d82641c43dc6fb4433d0_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/kubevirt-aie-webhook-rhel9@sha256:ccc6101666b40eb6647af714b8c98d851084f8821451d82641c43dc6fb4433d0_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/kubevirt-aie-webhook-rhel9@sha256:ccc6101666b40eb6647af714b8c98d851084f8821451d82641c43dc6fb4433d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-aie-webhook-rhel9@sha256%3Accc6101666b40eb6647af714b8c98d851084f8821451d82641c43dc6fb4433d0?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-aie-webhook-rhel9\u0026tag=1781852335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:e8aa12821b8b7b938a7f7d6c99f072bfbab84647457c1b0a90998c15e5780ac1_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:e8aa12821b8b7b938a7f7d6c99f072bfbab84647457c1b0a90998c15e5780ac1_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:e8aa12821b8b7b938a7f7d6c99f072bfbab84647457c1b0a90998c15e5780ac1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/libguestfs-tools-rhel9@sha256%3Ae8aa12821b8b7b938a7f7d6c99f072bfbab84647457c1b0a90998c15e5780ac1?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9\u0026tag=1781852778"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:89e4032a85c85328a0668cca4c2ce58c5ef561df90c30f4a94ab905a5d481b93_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:89e4032a85c85328a0668cca4c2ce58c5ef561df90c30f4a94ab905a5d481b93_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:89e4032a85c85328a0668cca4c2ce58c5ef561df90c30f4a94ab905a5d481b93_amd64",
"product_identification_helper": {
"purl": "pkg:oci/passt-network-binding-plugin-cni-rhel9@sha256%3A89e4032a85c85328a0668cca4c2ce58c5ef561df90c30f4a94ab905a5d481b93?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9\u0026tag=1781852644"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d91bc80998e9ce24cd69759bc25a601bb83f6a3c05212e7b0c5ddb1c64939285_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d91bc80998e9ce24cd69759bc25a601bb83f6a3c05212e7b0c5ddb1c64939285_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d91bc80998e9ce24cd69759bc25a601bb83f6a3c05212e7b0c5ddb1c64939285_amd64",
"product_identification_helper": {
"purl": "pkg:oci/passt-network-binding-plugin-sidecar-rhel9@sha256%3Ad91bc80998e9ce24cd69759bc25a601bb83f6a3c05212e7b0c5ddb1c64939285?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9\u0026tag=1781852465"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:96394aa85fbd2d76f18ba7bfaf863cf7ae504da1919f174936afc86275372d94_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:96394aa85fbd2d76f18ba7bfaf863cf7ae504da1919f174936afc86275372d94_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:96394aa85fbd2d76f18ba7bfaf863cf7ae504da1919f174936afc86275372d94_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pr-helper-rhel9@sha256%3A96394aa85fbd2d76f18ba7bfaf863cf7ae504da1919f174936afc86275372d94?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/pr-helper-rhel9\u0026tag=1781852604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:67c8a29805ab9326f8efba46a5a58ba8b4998f3c8b8710fe647ced870bea26db_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:67c8a29805ab9326f8efba46a5a58ba8b4998f3c8b8710fe647ced870bea26db_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:67c8a29805ab9326f8efba46a5a58ba8b4998f3c8b8710fe647ced870bea26db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/sidecar-shim-rhel9@sha256%3A67c8a29805ab9326f8efba46a5a58ba8b4998f3c8b8710fe647ced870bea26db?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9\u0026tag=1781852324"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:783c9943de56a592405df70eafaa9b25d43404dab865642f763c5e1b113bbc46_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:783c9943de56a592405df70eafaa9b25d43404dab865642f763c5e1b113bbc46_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:783c9943de56a592405df70eafaa9b25d43404dab865642f763c5e1b113bbc46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-api-rhel9@sha256%3A783c9943de56a592405df70eafaa9b25d43404dab865642f763c5e1b113bbc46?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-api-rhel9\u0026tag=1781852348"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:606141828a80718feb413803076fe89d985899755c29e9a43104135a32fa3fbf_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:606141828a80718feb413803076fe89d985899755c29e9a43104135a32fa3fbf_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:606141828a80718feb413803076fe89d985899755c29e9a43104135a32fa3fbf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-artifacts-server-rhel9@sha256%3A606141828a80718feb413803076fe89d985899755c29e9a43104135a32fa3fbf?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9\u0026tag=1781852680"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:6ea04beeee4f902d66a0db9bb0e2bf7294d8ebf3618bfad434863415fff1df5b_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:6ea04beeee4f902d66a0db9bb0e2bf7294d8ebf3618bfad434863415fff1df5b_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:6ea04beeee4f902d66a0db9bb0e2bf7294d8ebf3618bfad434863415fff1df5b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-controller-rhel9@sha256%3A6ea04beeee4f902d66a0db9bb0e2bf7294d8ebf3618bfad434863415fff1df5b?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-controller-rhel9\u0026tag=1781852560"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:9446598fa21b579fbcc5127b47614f5cb44a779cd5c7cc40f995daf8eac448c8_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:9446598fa21b579fbcc5127b47614f5cb44a779cd5c7cc40f995daf8eac448c8_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:9446598fa21b579fbcc5127b47614f5cb44a779cd5c7cc40f995daf8eac448c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportproxy-rhel9@sha256%3A9446598fa21b579fbcc5127b47614f5cb44a779cd5c7cc40f995daf8eac448c8?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9\u0026tag=1781852511"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:7ae310bc9faa0d2ebd755c2291d034ec56414fa7caf2f84354aef9ca3618b601_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:7ae310bc9faa0d2ebd755c2291d034ec56414fa7caf2f84354aef9ca3618b601_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:7ae310bc9faa0d2ebd755c2291d034ec56414fa7caf2f84354aef9ca3618b601_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportserver-rhel9@sha256%3A7ae310bc9faa0d2ebd755c2291d034ec56414fa7caf2f84354aef9ca3618b601?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9\u0026tag=1781852593"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:bf2305ada026c225a74248814a216aa20726e7c95b394e9160d5db9331387d09_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:bf2305ada026c225a74248814a216aa20726e7c95b394e9160d5db9331387d09_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:bf2305ada026c225a74248814a216aa20726e7c95b394e9160d5db9331387d09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-handler-rhel9@sha256%3Abf2305ada026c225a74248814a216aa20726e7c95b394e9160d5db9331387d09?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-handler-rhel9\u0026tag=1781852438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:57da770e4976015ac7bacc4fd786c0128b8137daa87eb1a44f179fb468b0d408_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:57da770e4976015ac7bacc4fd786c0128b8137daa87eb1a44f179fb468b0d408_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:57da770e4976015ac7bacc4fd786c0128b8137daa87eb1a44f179fb468b0d408_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-launcher-rhel9@sha256%3A57da770e4976015ac7bacc4fd786c0128b8137daa87eb1a44f179fb468b0d408?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-launcher-rhel9\u0026tag=1781852525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:19f57f9e3f88867e99d027c3f0bd855848f4fc13d15f98f327207c5943cf8745_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:19f57f9e3f88867e99d027c3f0bd855848f4fc13d15f98f327207c5943cf8745_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:19f57f9e3f88867e99d027c3f0bd855848f4fc13d15f98f327207c5943cf8745_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-operator-rhel9@sha256%3A19f57f9e3f88867e99d027c3f0bd855848f4fc13d15f98f327207c5943cf8745?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-operator-rhel9\u0026tag=1781852692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:39c2064ffc93a648d91fde3eda1dbf8b29f1b2083aa753044625096f9293c2a2_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:39c2064ffc93a648d91fde3eda1dbf8b29f1b2083aa753044625096f9293c2a2_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:39c2064ffc93a648d91fde3eda1dbf8b29f1b2083aa753044625096f9293c2a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-synchronization-controller-rhel9@sha256%3A39c2064ffc93a648d91fde3eda1dbf8b29f1b2083aa753044625096f9293c2a2?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9\u0026tag=1781852442"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/iommufd-device-plugin-rhel9@sha256:4baa16ba75b404b69d71f7cf30f1e3468643531c3b5bf52476d0209d94fa8540_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/iommufd-device-plugin-rhel9@sha256:4baa16ba75b404b69d71f7cf30f1e3468643531c3b5bf52476d0209d94fa8540_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/iommufd-device-plugin-rhel9@sha256:4baa16ba75b404b69d71f7cf30f1e3468643531c3b5bf52476d0209d94fa8540_arm64",
"product_identification_helper": {
"purl": "pkg:oci/iommufd-device-plugin-rhel9@sha256%3A4baa16ba75b404b69d71f7cf30f1e3468643531c3b5bf52476d0209d94fa8540?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/iommufd-device-plugin-rhel9\u0026tag=1781852716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/kubevirt-aie-webhook-rhel9@sha256:0762631b138a96bf055b945f6a5fac5c2063dc11013f0655ac62ec9bdd330057_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/kubevirt-aie-webhook-rhel9@sha256:0762631b138a96bf055b945f6a5fac5c2063dc11013f0655ac62ec9bdd330057_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/kubevirt-aie-webhook-rhel9@sha256:0762631b138a96bf055b945f6a5fac5c2063dc11013f0655ac62ec9bdd330057_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-aie-webhook-rhel9@sha256%3A0762631b138a96bf055b945f6a5fac5c2063dc11013f0655ac62ec9bdd330057?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-aie-webhook-rhel9\u0026tag=1781852335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:8705590ac5f7ee1056e511340e37a36e12c330a3f7c9a19803833f70de1b63d9_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:8705590ac5f7ee1056e511340e37a36e12c330a3f7c9a19803833f70de1b63d9_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:8705590ac5f7ee1056e511340e37a36e12c330a3f7c9a19803833f70de1b63d9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/libguestfs-tools-rhel9@sha256%3A8705590ac5f7ee1056e511340e37a36e12c330a3f7c9a19803833f70de1b63d9?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9\u0026tag=1781852778"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:bf838d9c0707b87464cd10be777b8374b7702dd96b873662f8b9ae2c54eb81bb_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:bf838d9c0707b87464cd10be777b8374b7702dd96b873662f8b9ae2c54eb81bb_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:bf838d9c0707b87464cd10be777b8374b7702dd96b873662f8b9ae2c54eb81bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/passt-network-binding-plugin-cni-rhel9@sha256%3Abf838d9c0707b87464cd10be777b8374b7702dd96b873662f8b9ae2c54eb81bb?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9\u0026tag=1781852644"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:6305600b55c18d1a96691e94ccf94c9922d71ace0245b1bb3c39a134dd452544_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:6305600b55c18d1a96691e94ccf94c9922d71ace0245b1bb3c39a134dd452544_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:6305600b55c18d1a96691e94ccf94c9922d71ace0245b1bb3c39a134dd452544_arm64",
"product_identification_helper": {
"purl": "pkg:oci/passt-network-binding-plugin-sidecar-rhel9@sha256%3A6305600b55c18d1a96691e94ccf94c9922d71ace0245b1bb3c39a134dd452544?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9\u0026tag=1781852465"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:4127b68ed8050e0bc36e7fd0f29b3c3fe968e0f686ee5197d9b6abf6eb9f9c7f_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:4127b68ed8050e0bc36e7fd0f29b3c3fe968e0f686ee5197d9b6abf6eb9f9c7f_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:4127b68ed8050e0bc36e7fd0f29b3c3fe968e0f686ee5197d9b6abf6eb9f9c7f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pr-helper-rhel9@sha256%3A4127b68ed8050e0bc36e7fd0f29b3c3fe968e0f686ee5197d9b6abf6eb9f9c7f?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/pr-helper-rhel9\u0026tag=1781852604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:c39e25fc80cb1a9bfe552959504468a80b56ec05f7b69ea475558622814e7e7e_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:c39e25fc80cb1a9bfe552959504468a80b56ec05f7b69ea475558622814e7e7e_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:c39e25fc80cb1a9bfe552959504468a80b56ec05f7b69ea475558622814e7e7e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/sidecar-shim-rhel9@sha256%3Ac39e25fc80cb1a9bfe552959504468a80b56ec05f7b69ea475558622814e7e7e?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9\u0026tag=1781852324"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:8ea21e7c15a944a6b886e720cc77f57756ca27b382b6160a37eea108c7a3a85a_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:8ea21e7c15a944a6b886e720cc77f57756ca27b382b6160a37eea108c7a3a85a_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:8ea21e7c15a944a6b886e720cc77f57756ca27b382b6160a37eea108c7a3a85a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-api-rhel9@sha256%3A8ea21e7c15a944a6b886e720cc77f57756ca27b382b6160a37eea108c7a3a85a?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-api-rhel9\u0026tag=1781852348"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:0d0e6ffd72a31907869fdeab2dd03bad5acdba7d56771a06a3225a412be86f04_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:0d0e6ffd72a31907869fdeab2dd03bad5acdba7d56771a06a3225a412be86f04_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:0d0e6ffd72a31907869fdeab2dd03bad5acdba7d56771a06a3225a412be86f04_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-artifacts-server-rhel9@sha256%3A0d0e6ffd72a31907869fdeab2dd03bad5acdba7d56771a06a3225a412be86f04?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9\u0026tag=1781852680"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:7897c8a0bef63460693d3cfa7f6e7ded4f222f7b8655f5b1448c8122cc9699c9_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:7897c8a0bef63460693d3cfa7f6e7ded4f222f7b8655f5b1448c8122cc9699c9_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:7897c8a0bef63460693d3cfa7f6e7ded4f222f7b8655f5b1448c8122cc9699c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-controller-rhel9@sha256%3A7897c8a0bef63460693d3cfa7f6e7ded4f222f7b8655f5b1448c8122cc9699c9?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-controller-rhel9\u0026tag=1781852560"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:ed0e889a1dfcbd945a430e80d65fa0fa3a3d9660798093c92d280cece942aa80_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:ed0e889a1dfcbd945a430e80d65fa0fa3a3d9660798093c92d280cece942aa80_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:ed0e889a1dfcbd945a430e80d65fa0fa3a3d9660798093c92d280cece942aa80_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportproxy-rhel9@sha256%3Aed0e889a1dfcbd945a430e80d65fa0fa3a3d9660798093c92d280cece942aa80?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9\u0026tag=1781852511"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:6cf84f3909f53621dd7e8f75e628b07e56583ce43e812e6a11347c9e0ffb50e4_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:6cf84f3909f53621dd7e8f75e628b07e56583ce43e812e6a11347c9e0ffb50e4_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:6cf84f3909f53621dd7e8f75e628b07e56583ce43e812e6a11347c9e0ffb50e4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportserver-rhel9@sha256%3A6cf84f3909f53621dd7e8f75e628b07e56583ce43e812e6a11347c9e0ffb50e4?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9\u0026tag=1781852593"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:746900074b8ab13a31cbb0680364e80892a25bf52d8e8bd9cc9b778971148025_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:746900074b8ab13a31cbb0680364e80892a25bf52d8e8bd9cc9b778971148025_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:746900074b8ab13a31cbb0680364e80892a25bf52d8e8bd9cc9b778971148025_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-handler-rhel9@sha256%3A746900074b8ab13a31cbb0680364e80892a25bf52d8e8bd9cc9b778971148025?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-handler-rhel9\u0026tag=1781852438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:774059e4398f500e3f0a31fd392891c480c6a017f7b5158efe6159823b9712cc_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:774059e4398f500e3f0a31fd392891c480c6a017f7b5158efe6159823b9712cc_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:774059e4398f500e3f0a31fd392891c480c6a017f7b5158efe6159823b9712cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-launcher-rhel9@sha256%3A774059e4398f500e3f0a31fd392891c480c6a017f7b5158efe6159823b9712cc?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-launcher-rhel9\u0026tag=1781852525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:354a78e0f43ac9abd3a957aa354c36b3d247b36df52549bb8860117e59ac09dd_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:354a78e0f43ac9abd3a957aa354c36b3d247b36df52549bb8860117e59ac09dd_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:354a78e0f43ac9abd3a957aa354c36b3d247b36df52549bb8860117e59ac09dd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-operator-rhel9@sha256%3A354a78e0f43ac9abd3a957aa354c36b3d247b36df52549bb8860117e59ac09dd?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-operator-rhel9\u0026tag=1781852692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:a1eb22235660cee4998bc4fb749b7aa702590987d4ced04321783a3690870492_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:a1eb22235660cee4998bc4fb749b7aa702590987d4ced04321783a3690870492_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:a1eb22235660cee4998bc4fb749b7aa702590987d4ced04321783a3690870492_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-synchronization-controller-rhel9@sha256%3Aa1eb22235660cee4998bc4fb749b7aa702590987d4ced04321783a3690870492?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9\u0026tag=1781852442"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/iommufd-device-plugin-rhel9@sha256:7727fd7e7d796b11c0c6d43aad136cafb2eb58f76b724a3cabedb9b928408114_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/iommufd-device-plugin-rhel9@sha256:7727fd7e7d796b11c0c6d43aad136cafb2eb58f76b724a3cabedb9b928408114_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/iommufd-device-plugin-rhel9@sha256:7727fd7e7d796b11c0c6d43aad136cafb2eb58f76b724a3cabedb9b928408114_s390x",
"product_identification_helper": {
"purl": "pkg:oci/iommufd-device-plugin-rhel9@sha256%3A7727fd7e7d796b11c0c6d43aad136cafb2eb58f76b724a3cabedb9b928408114?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/iommufd-device-plugin-rhel9\u0026tag=1781852716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/kubevirt-aie-webhook-rhel9@sha256:2b57cf19a4a036d1c988378718c68d7f932b45a16020722ea19d0499596c3981_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/kubevirt-aie-webhook-rhel9@sha256:2b57cf19a4a036d1c988378718c68d7f932b45a16020722ea19d0499596c3981_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/kubevirt-aie-webhook-rhel9@sha256:2b57cf19a4a036d1c988378718c68d7f932b45a16020722ea19d0499596c3981_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-aie-webhook-rhel9@sha256%3A2b57cf19a4a036d1c988378718c68d7f932b45a16020722ea19d0499596c3981?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/kubevirt-aie-webhook-rhel9\u0026tag=1781852335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:abad6a1780d9cdaa03b2ff772550a2216fd37c0dd19fe37b6178029d1d8ddfbf_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:abad6a1780d9cdaa03b2ff772550a2216fd37c0dd19fe37b6178029d1d8ddfbf_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:abad6a1780d9cdaa03b2ff772550a2216fd37c0dd19fe37b6178029d1d8ddfbf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/libguestfs-tools-rhel9@sha256%3Aabad6a1780d9cdaa03b2ff772550a2216fd37c0dd19fe37b6178029d1d8ddfbf?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9\u0026tag=1781852778"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:903541d86809aec5dcf4c21a73c02ae573ecdd8d7e37a91399ccb58529018f61_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:903541d86809aec5dcf4c21a73c02ae573ecdd8d7e37a91399ccb58529018f61_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:903541d86809aec5dcf4c21a73c02ae573ecdd8d7e37a91399ccb58529018f61_s390x",
"product_identification_helper": {
"purl": "pkg:oci/passt-network-binding-plugin-cni-rhel9@sha256%3A903541d86809aec5dcf4c21a73c02ae573ecdd8d7e37a91399ccb58529018f61?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9\u0026tag=1781852644"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:3bfe632172eb041339ca403af245487e1b1d9fda07fc5b6acd92c9c16afea053_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:3bfe632172eb041339ca403af245487e1b1d9fda07fc5b6acd92c9c16afea053_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:3bfe632172eb041339ca403af245487e1b1d9fda07fc5b6acd92c9c16afea053_s390x",
"product_identification_helper": {
"purl": "pkg:oci/passt-network-binding-plugin-sidecar-rhel9@sha256%3A3bfe632172eb041339ca403af245487e1b1d9fda07fc5b6acd92c9c16afea053?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9\u0026tag=1781852465"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:0508640bb34d84a9da734e2a46f673c395df840c11834cb8cdb1df7bf47cf32f_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:0508640bb34d84a9da734e2a46f673c395df840c11834cb8cdb1df7bf47cf32f_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:0508640bb34d84a9da734e2a46f673c395df840c11834cb8cdb1df7bf47cf32f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pr-helper-rhel9@sha256%3A0508640bb34d84a9da734e2a46f673c395df840c11834cb8cdb1df7bf47cf32f?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/pr-helper-rhel9\u0026tag=1781852604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:44f2394436b9f87a7807d0d3474df731abe229661c1c6fc6eb68ff4a22d05c3c_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:44f2394436b9f87a7807d0d3474df731abe229661c1c6fc6eb68ff4a22d05c3c_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:44f2394436b9f87a7807d0d3474df731abe229661c1c6fc6eb68ff4a22d05c3c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/sidecar-shim-rhel9@sha256%3A44f2394436b9f87a7807d0d3474df731abe229661c1c6fc6eb68ff4a22d05c3c?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9\u0026tag=1781852324"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:8edc42c6cdf4fecedf16af3026ba1e13b7f698536a9d905e50fa13675c4c23c2_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:8edc42c6cdf4fecedf16af3026ba1e13b7f698536a9d905e50fa13675c4c23c2_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:8edc42c6cdf4fecedf16af3026ba1e13b7f698536a9d905e50fa13675c4c23c2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-api-rhel9@sha256%3A8edc42c6cdf4fecedf16af3026ba1e13b7f698536a9d905e50fa13675c4c23c2?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-api-rhel9\u0026tag=1781852348"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a12e14a88cb048aa4304c47e1f71ab728f1726180f0553c9d6884cf702c0bcb1_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a12e14a88cb048aa4304c47e1f71ab728f1726180f0553c9d6884cf702c0bcb1_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a12e14a88cb048aa4304c47e1f71ab728f1726180f0553c9d6884cf702c0bcb1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-artifacts-server-rhel9@sha256%3Aa12e14a88cb048aa4304c47e1f71ab728f1726180f0553c9d6884cf702c0bcb1?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9\u0026tag=1781852680"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:c3155ce6c68046fc12734a72e25691c1804a6481d4a12014f4d6fee255b6afa4_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:c3155ce6c68046fc12734a72e25691c1804a6481d4a12014f4d6fee255b6afa4_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:c3155ce6c68046fc12734a72e25691c1804a6481d4a12014f4d6fee255b6afa4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-controller-rhel9@sha256%3Ac3155ce6c68046fc12734a72e25691c1804a6481d4a12014f4d6fee255b6afa4?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-controller-rhel9\u0026tag=1781852560"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:5fe79afde58fb1bfc87831373a4d97c44ccb7f04abe6dc384800f9148fa7215a_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:5fe79afde58fb1bfc87831373a4d97c44ccb7f04abe6dc384800f9148fa7215a_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:5fe79afde58fb1bfc87831373a4d97c44ccb7f04abe6dc384800f9148fa7215a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportproxy-rhel9@sha256%3A5fe79afde58fb1bfc87831373a4d97c44ccb7f04abe6dc384800f9148fa7215a?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9\u0026tag=1781852511"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:504875e5d95f45c794a3734e86ff4e4a5d1a5349c01551ef2847b552422e4360_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:504875e5d95f45c794a3734e86ff4e4a5d1a5349c01551ef2847b552422e4360_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:504875e5d95f45c794a3734e86ff4e4a5d1a5349c01551ef2847b552422e4360_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportserver-rhel9@sha256%3A504875e5d95f45c794a3734e86ff4e4a5d1a5349c01551ef2847b552422e4360?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9\u0026tag=1781852593"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:acb1ffcc39f162ea48a0d125e4e22176f3ff1f22c11a71bdd7ebdefd277361e8_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:acb1ffcc39f162ea48a0d125e4e22176f3ff1f22c11a71bdd7ebdefd277361e8_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:acb1ffcc39f162ea48a0d125e4e22176f3ff1f22c11a71bdd7ebdefd277361e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-handler-rhel9@sha256%3Aacb1ffcc39f162ea48a0d125e4e22176f3ff1f22c11a71bdd7ebdefd277361e8?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-handler-rhel9\u0026tag=1781852438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:23cd12f9fa022fe355542d1195d67bfe91ecda413caff111a4aeee19cf1c1a0a_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:23cd12f9fa022fe355542d1195d67bfe91ecda413caff111a4aeee19cf1c1a0a_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:23cd12f9fa022fe355542d1195d67bfe91ecda413caff111a4aeee19cf1c1a0a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-launcher-rhel9@sha256%3A23cd12f9fa022fe355542d1195d67bfe91ecda413caff111a4aeee19cf1c1a0a?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-launcher-rhel9\u0026tag=1781852525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:6aae55af074e08829f918624578e6137e7e9b37c6c8cfd8c2773682df2e792ec_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:6aae55af074e08829f918624578e6137e7e9b37c6c8cfd8c2773682df2e792ec_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:6aae55af074e08829f918624578e6137e7e9b37c6c8cfd8c2773682df2e792ec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-operator-rhel9@sha256%3A6aae55af074e08829f918624578e6137e7e9b37c6c8cfd8c2773682df2e792ec?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-operator-rhel9\u0026tag=1781852692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:411c8b6169123f361dcc62791020f94396c5f4e54f4bb33fef39d200db2d267a_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:411c8b6169123f361dcc62791020f94396c5f4e54f4bb33fef39d200db2d267a_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:411c8b6169123f361dcc62791020f94396c5f4e54f4bb33fef39d200db2d267a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-synchronization-controller-rhel9@sha256%3A411c8b6169123f361dcc62791020f94396c5f4e54f4bb33fef39d200db2d267a?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9\u0026tag=1781852442"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/iommufd-device-plugin-rhel9@sha256:4baa16ba75b404b69d71f7cf30f1e3468643531c3b5bf52476d0209d94fa8540_arm64 as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/iommufd-device-plugin-rhel9@sha256:4baa16ba75b404b69d71f7cf30f1e3468643531c3b5bf52476d0209d94fa8540_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/iommufd-device-plugin-rhel9@sha256:4baa16ba75b404b69d71f7cf30f1e3468643531c3b5bf52476d0209d94fa8540_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/iommufd-device-plugin-rhel9@sha256:7727fd7e7d796b11c0c6d43aad136cafb2eb58f76b724a3cabedb9b928408114_s390x as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/iommufd-device-plugin-rhel9@sha256:7727fd7e7d796b11c0c6d43aad136cafb2eb58f76b724a3cabedb9b928408114_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/iommufd-device-plugin-rhel9@sha256:7727fd7e7d796b11c0c6d43aad136cafb2eb58f76b724a3cabedb9b928408114_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/iommufd-device-plugin-rhel9@sha256:a4b3cc14792e7ca66f2bc090cfaf616a2cbb39039266990f1fc1e900b4f435ad_amd64 as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/iommufd-device-plugin-rhel9@sha256:a4b3cc14792e7ca66f2bc090cfaf616a2cbb39039266990f1fc1e900b4f435ad_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/iommufd-device-plugin-rhel9@sha256:a4b3cc14792e7ca66f2bc090cfaf616a2cbb39039266990f1fc1e900b4f435ad_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/kubevirt-aie-webhook-rhel9@sha256:0762631b138a96bf055b945f6a5fac5c2063dc11013f0655ac62ec9bdd330057_arm64 as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/kubevirt-aie-webhook-rhel9@sha256:0762631b138a96bf055b945f6a5fac5c2063dc11013f0655ac62ec9bdd330057_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/kubevirt-aie-webhook-rhel9@sha256:0762631b138a96bf055b945f6a5fac5c2063dc11013f0655ac62ec9bdd330057_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/kubevirt-aie-webhook-rhel9@sha256:2b57cf19a4a036d1c988378718c68d7f932b45a16020722ea19d0499596c3981_s390x as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/kubevirt-aie-webhook-rhel9@sha256:2b57cf19a4a036d1c988378718c68d7f932b45a16020722ea19d0499596c3981_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/kubevirt-aie-webhook-rhel9@sha256:2b57cf19a4a036d1c988378718c68d7f932b45a16020722ea19d0499596c3981_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/kubevirt-aie-webhook-rhel9@sha256:ccc6101666b40eb6647af714b8c98d851084f8821451d82641c43dc6fb4433d0_amd64 as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/kubevirt-aie-webhook-rhel9@sha256:ccc6101666b40eb6647af714b8c98d851084f8821451d82641c43dc6fb4433d0_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/kubevirt-aie-webhook-rhel9@sha256:ccc6101666b40eb6647af714b8c98d851084f8821451d82641c43dc6fb4433d0_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:8705590ac5f7ee1056e511340e37a36e12c330a3f7c9a19803833f70de1b63d9_arm64 as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:8705590ac5f7ee1056e511340e37a36e12c330a3f7c9a19803833f70de1b63d9_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:8705590ac5f7ee1056e511340e37a36e12c330a3f7c9a19803833f70de1b63d9_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:abad6a1780d9cdaa03b2ff772550a2216fd37c0dd19fe37b6178029d1d8ddfbf_s390x as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:abad6a1780d9cdaa03b2ff772550a2216fd37c0dd19fe37b6178029d1d8ddfbf_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:abad6a1780d9cdaa03b2ff772550a2216fd37c0dd19fe37b6178029d1d8ddfbf_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:e8aa12821b8b7b938a7f7d6c99f072bfbab84647457c1b0a90998c15e5780ac1_amd64 as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:e8aa12821b8b7b938a7f7d6c99f072bfbab84647457c1b0a90998c15e5780ac1_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:e8aa12821b8b7b938a7f7d6c99f072bfbab84647457c1b0a90998c15e5780ac1_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:89e4032a85c85328a0668cca4c2ce58c5ef561df90c30f4a94ab905a5d481b93_amd64 as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:89e4032a85c85328a0668cca4c2ce58c5ef561df90c30f4a94ab905a5d481b93_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:89e4032a85c85328a0668cca4c2ce58c5ef561df90c30f4a94ab905a5d481b93_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:903541d86809aec5dcf4c21a73c02ae573ecdd8d7e37a91399ccb58529018f61_s390x as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:903541d86809aec5dcf4c21a73c02ae573ecdd8d7e37a91399ccb58529018f61_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:903541d86809aec5dcf4c21a73c02ae573ecdd8d7e37a91399ccb58529018f61_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:bf838d9c0707b87464cd10be777b8374b7702dd96b873662f8b9ae2c54eb81bb_arm64 as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:bf838d9c0707b87464cd10be777b8374b7702dd96b873662f8b9ae2c54eb81bb_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:bf838d9c0707b87464cd10be777b8374b7702dd96b873662f8b9ae2c54eb81bb_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:3bfe632172eb041339ca403af245487e1b1d9fda07fc5b6acd92c9c16afea053_s390x as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:3bfe632172eb041339ca403af245487e1b1d9fda07fc5b6acd92c9c16afea053_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:3bfe632172eb041339ca403af245487e1b1d9fda07fc5b6acd92c9c16afea053_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:6305600b55c18d1a96691e94ccf94c9922d71ace0245b1bb3c39a134dd452544_arm64 as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:6305600b55c18d1a96691e94ccf94c9922d71ace0245b1bb3c39a134dd452544_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:6305600b55c18d1a96691e94ccf94c9922d71ace0245b1bb3c39a134dd452544_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d91bc80998e9ce24cd69759bc25a601bb83f6a3c05212e7b0c5ddb1c64939285_amd64 as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d91bc80998e9ce24cd69759bc25a601bb83f6a3c05212e7b0c5ddb1c64939285_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d91bc80998e9ce24cd69759bc25a601bb83f6a3c05212e7b0c5ddb1c64939285_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:0508640bb34d84a9da734e2a46f673c395df840c11834cb8cdb1df7bf47cf32f_s390x as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:0508640bb34d84a9da734e2a46f673c395df840c11834cb8cdb1df7bf47cf32f_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:0508640bb34d84a9da734e2a46f673c395df840c11834cb8cdb1df7bf47cf32f_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:4127b68ed8050e0bc36e7fd0f29b3c3fe968e0f686ee5197d9b6abf6eb9f9c7f_arm64 as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:4127b68ed8050e0bc36e7fd0f29b3c3fe968e0f686ee5197d9b6abf6eb9f9c7f_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:4127b68ed8050e0bc36e7fd0f29b3c3fe968e0f686ee5197d9b6abf6eb9f9c7f_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:96394aa85fbd2d76f18ba7bfaf863cf7ae504da1919f174936afc86275372d94_amd64 as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:96394aa85fbd2d76f18ba7bfaf863cf7ae504da1919f174936afc86275372d94_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:96394aa85fbd2d76f18ba7bfaf863cf7ae504da1919f174936afc86275372d94_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:44f2394436b9f87a7807d0d3474df731abe229661c1c6fc6eb68ff4a22d05c3c_s390x as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:44f2394436b9f87a7807d0d3474df731abe229661c1c6fc6eb68ff4a22d05c3c_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:44f2394436b9f87a7807d0d3474df731abe229661c1c6fc6eb68ff4a22d05c3c_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:67c8a29805ab9326f8efba46a5a58ba8b4998f3c8b8710fe647ced870bea26db_amd64 as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:67c8a29805ab9326f8efba46a5a58ba8b4998f3c8b8710fe647ced870bea26db_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:67c8a29805ab9326f8efba46a5a58ba8b4998f3c8b8710fe647ced870bea26db_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:c39e25fc80cb1a9bfe552959504468a80b56ec05f7b69ea475558622814e7e7e_arm64 as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:c39e25fc80cb1a9bfe552959504468a80b56ec05f7b69ea475558622814e7e7e_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:c39e25fc80cb1a9bfe552959504468a80b56ec05f7b69ea475558622814e7e7e_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:783c9943de56a592405df70eafaa9b25d43404dab865642f763c5e1b113bbc46_amd64 as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:783c9943de56a592405df70eafaa9b25d43404dab865642f763c5e1b113bbc46_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:783c9943de56a592405df70eafaa9b25d43404dab865642f763c5e1b113bbc46_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:8ea21e7c15a944a6b886e720cc77f57756ca27b382b6160a37eea108c7a3a85a_arm64 as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:8ea21e7c15a944a6b886e720cc77f57756ca27b382b6160a37eea108c7a3a85a_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:8ea21e7c15a944a6b886e720cc77f57756ca27b382b6160a37eea108c7a3a85a_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:8edc42c6cdf4fecedf16af3026ba1e13b7f698536a9d905e50fa13675c4c23c2_s390x as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:8edc42c6cdf4fecedf16af3026ba1e13b7f698536a9d905e50fa13675c4c23c2_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:8edc42c6cdf4fecedf16af3026ba1e13b7f698536a9d905e50fa13675c4c23c2_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:0d0e6ffd72a31907869fdeab2dd03bad5acdba7d56771a06a3225a412be86f04_arm64 as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:0d0e6ffd72a31907869fdeab2dd03bad5acdba7d56771a06a3225a412be86f04_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:0d0e6ffd72a31907869fdeab2dd03bad5acdba7d56771a06a3225a412be86f04_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:606141828a80718feb413803076fe89d985899755c29e9a43104135a32fa3fbf_amd64 as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:606141828a80718feb413803076fe89d985899755c29e9a43104135a32fa3fbf_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:606141828a80718feb413803076fe89d985899755c29e9a43104135a32fa3fbf_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a12e14a88cb048aa4304c47e1f71ab728f1726180f0553c9d6884cf702c0bcb1_s390x as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a12e14a88cb048aa4304c47e1f71ab728f1726180f0553c9d6884cf702c0bcb1_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a12e14a88cb048aa4304c47e1f71ab728f1726180f0553c9d6884cf702c0bcb1_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:6ea04beeee4f902d66a0db9bb0e2bf7294d8ebf3618bfad434863415fff1df5b_amd64 as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:6ea04beeee4f902d66a0db9bb0e2bf7294d8ebf3618bfad434863415fff1df5b_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:6ea04beeee4f902d66a0db9bb0e2bf7294d8ebf3618bfad434863415fff1df5b_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:7897c8a0bef63460693d3cfa7f6e7ded4f222f7b8655f5b1448c8122cc9699c9_arm64 as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:7897c8a0bef63460693d3cfa7f6e7ded4f222f7b8655f5b1448c8122cc9699c9_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:7897c8a0bef63460693d3cfa7f6e7ded4f222f7b8655f5b1448c8122cc9699c9_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:c3155ce6c68046fc12734a72e25691c1804a6481d4a12014f4d6fee255b6afa4_s390x as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:c3155ce6c68046fc12734a72e25691c1804a6481d4a12014f4d6fee255b6afa4_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:c3155ce6c68046fc12734a72e25691c1804a6481d4a12014f4d6fee255b6afa4_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:5fe79afde58fb1bfc87831373a4d97c44ccb7f04abe6dc384800f9148fa7215a_s390x as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:5fe79afde58fb1bfc87831373a4d97c44ccb7f04abe6dc384800f9148fa7215a_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:5fe79afde58fb1bfc87831373a4d97c44ccb7f04abe6dc384800f9148fa7215a_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:9446598fa21b579fbcc5127b47614f5cb44a779cd5c7cc40f995daf8eac448c8_amd64 as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:9446598fa21b579fbcc5127b47614f5cb44a779cd5c7cc40f995daf8eac448c8_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:9446598fa21b579fbcc5127b47614f5cb44a779cd5c7cc40f995daf8eac448c8_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:ed0e889a1dfcbd945a430e80d65fa0fa3a3d9660798093c92d280cece942aa80_arm64 as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:ed0e889a1dfcbd945a430e80d65fa0fa3a3d9660798093c92d280cece942aa80_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:ed0e889a1dfcbd945a430e80d65fa0fa3a3d9660798093c92d280cece942aa80_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:504875e5d95f45c794a3734e86ff4e4a5d1a5349c01551ef2847b552422e4360_s390x as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:504875e5d95f45c794a3734e86ff4e4a5d1a5349c01551ef2847b552422e4360_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:504875e5d95f45c794a3734e86ff4e4a5d1a5349c01551ef2847b552422e4360_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:6cf84f3909f53621dd7e8f75e628b07e56583ce43e812e6a11347c9e0ffb50e4_arm64 as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:6cf84f3909f53621dd7e8f75e628b07e56583ce43e812e6a11347c9e0ffb50e4_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:6cf84f3909f53621dd7e8f75e628b07e56583ce43e812e6a11347c9e0ffb50e4_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:7ae310bc9faa0d2ebd755c2291d034ec56414fa7caf2f84354aef9ca3618b601_amd64 as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:7ae310bc9faa0d2ebd755c2291d034ec56414fa7caf2f84354aef9ca3618b601_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:7ae310bc9faa0d2ebd755c2291d034ec56414fa7caf2f84354aef9ca3618b601_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:746900074b8ab13a31cbb0680364e80892a25bf52d8e8bd9cc9b778971148025_arm64 as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:746900074b8ab13a31cbb0680364e80892a25bf52d8e8bd9cc9b778971148025_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:746900074b8ab13a31cbb0680364e80892a25bf52d8e8bd9cc9b778971148025_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:acb1ffcc39f162ea48a0d125e4e22176f3ff1f22c11a71bdd7ebdefd277361e8_s390x as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:acb1ffcc39f162ea48a0d125e4e22176f3ff1f22c11a71bdd7ebdefd277361e8_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:acb1ffcc39f162ea48a0d125e4e22176f3ff1f22c11a71bdd7ebdefd277361e8_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:bf2305ada026c225a74248814a216aa20726e7c95b394e9160d5db9331387d09_amd64 as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:bf2305ada026c225a74248814a216aa20726e7c95b394e9160d5db9331387d09_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:bf2305ada026c225a74248814a216aa20726e7c95b394e9160d5db9331387d09_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:23cd12f9fa022fe355542d1195d67bfe91ecda413caff111a4aeee19cf1c1a0a_s390x as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:23cd12f9fa022fe355542d1195d67bfe91ecda413caff111a4aeee19cf1c1a0a_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:23cd12f9fa022fe355542d1195d67bfe91ecda413caff111a4aeee19cf1c1a0a_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:57da770e4976015ac7bacc4fd786c0128b8137daa87eb1a44f179fb468b0d408_amd64 as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:57da770e4976015ac7bacc4fd786c0128b8137daa87eb1a44f179fb468b0d408_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:57da770e4976015ac7bacc4fd786c0128b8137daa87eb1a44f179fb468b0d408_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:774059e4398f500e3f0a31fd392891c480c6a017f7b5158efe6159823b9712cc_arm64 as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:774059e4398f500e3f0a31fd392891c480c6a017f7b5158efe6159823b9712cc_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:774059e4398f500e3f0a31fd392891c480c6a017f7b5158efe6159823b9712cc_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:19f57f9e3f88867e99d027c3f0bd855848f4fc13d15f98f327207c5943cf8745_amd64 as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:19f57f9e3f88867e99d027c3f0bd855848f4fc13d15f98f327207c5943cf8745_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:19f57f9e3f88867e99d027c3f0bd855848f4fc13d15f98f327207c5943cf8745_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:354a78e0f43ac9abd3a957aa354c36b3d247b36df52549bb8860117e59ac09dd_arm64 as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:354a78e0f43ac9abd3a957aa354c36b3d247b36df52549bb8860117e59ac09dd_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:354a78e0f43ac9abd3a957aa354c36b3d247b36df52549bb8860117e59ac09dd_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:6aae55af074e08829f918624578e6137e7e9b37c6c8cfd8c2773682df2e792ec_s390x as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:6aae55af074e08829f918624578e6137e7e9b37c6c8cfd8c2773682df2e792ec_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:6aae55af074e08829f918624578e6137e7e9b37c6c8cfd8c2773682df2e792ec_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:39c2064ffc93a648d91fde3eda1dbf8b29f1b2083aa753044625096f9293c2a2_amd64 as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:39c2064ffc93a648d91fde3eda1dbf8b29f1b2083aa753044625096f9293c2a2_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:39c2064ffc93a648d91fde3eda1dbf8b29f1b2083aa753044625096f9293c2a2_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:411c8b6169123f361dcc62791020f94396c5f4e54f4bb33fef39d200db2d267a_s390x as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:411c8b6169123f361dcc62791020f94396c5f4e54f4bb33fef39d200db2d267a_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:411c8b6169123f361dcc62791020f94396c5f4e54f4bb33fef39d200db2d267a_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:a1eb22235660cee4998bc4fb749b7aa702590987d4ced04321783a3690870492_arm64 as a component of Red Hat Container Native Virtualization 4.22",
"product_id": "Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:a1eb22235660cee4998bc4fb749b7aa702590987d4ced04321783a3690870492_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:a1eb22235660cee4998bc4fb749b7aa702590987d4ced04321783a3690870492_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.22"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-35469",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-13T03:52:35+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/iommufd-device-plugin-rhel9@sha256:4baa16ba75b404b69d71f7cf30f1e3468643531c3b5bf52476d0209d94fa8540_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/iommufd-device-plugin-rhel9@sha256:7727fd7e7d796b11c0c6d43aad136cafb2eb58f76b724a3cabedb9b928408114_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/iommufd-device-plugin-rhel9@sha256:a4b3cc14792e7ca66f2bc090cfaf616a2cbb39039266990f1fc1e900b4f435ad_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/kubevirt-aie-webhook-rhel9@sha256:0762631b138a96bf055b945f6a5fac5c2063dc11013f0655ac62ec9bdd330057_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/kubevirt-aie-webhook-rhel9@sha256:2b57cf19a4a036d1c988378718c68d7f932b45a16020722ea19d0499596c3981_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/kubevirt-aie-webhook-rhel9@sha256:ccc6101666b40eb6647af714b8c98d851084f8821451d82641c43dc6fb4433d0_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:8705590ac5f7ee1056e511340e37a36e12c330a3f7c9a19803833f70de1b63d9_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:abad6a1780d9cdaa03b2ff772550a2216fd37c0dd19fe37b6178029d1d8ddfbf_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:e8aa12821b8b7b938a7f7d6c99f072bfbab84647457c1b0a90998c15e5780ac1_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:89e4032a85c85328a0668cca4c2ce58c5ef561df90c30f4a94ab905a5d481b93_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:903541d86809aec5dcf4c21a73c02ae573ecdd8d7e37a91399ccb58529018f61_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:bf838d9c0707b87464cd10be777b8374b7702dd96b873662f8b9ae2c54eb81bb_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:3bfe632172eb041339ca403af245487e1b1d9fda07fc5b6acd92c9c16afea053_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:6305600b55c18d1a96691e94ccf94c9922d71ace0245b1bb3c39a134dd452544_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d91bc80998e9ce24cd69759bc25a601bb83f6a3c05212e7b0c5ddb1c64939285_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:0508640bb34d84a9da734e2a46f673c395df840c11834cb8cdb1df7bf47cf32f_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:4127b68ed8050e0bc36e7fd0f29b3c3fe968e0f686ee5197d9b6abf6eb9f9c7f_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:96394aa85fbd2d76f18ba7bfaf863cf7ae504da1919f174936afc86275372d94_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:44f2394436b9f87a7807d0d3474df731abe229661c1c6fc6eb68ff4a22d05c3c_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:67c8a29805ab9326f8efba46a5a58ba8b4998f3c8b8710fe647ced870bea26db_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:c39e25fc80cb1a9bfe552959504468a80b56ec05f7b69ea475558622814e7e7e_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:783c9943de56a592405df70eafaa9b25d43404dab865642f763c5e1b113bbc46_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:8ea21e7c15a944a6b886e720cc77f57756ca27b382b6160a37eea108c7a3a85a_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:8edc42c6cdf4fecedf16af3026ba1e13b7f698536a9d905e50fa13675c4c23c2_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:0d0e6ffd72a31907869fdeab2dd03bad5acdba7d56771a06a3225a412be86f04_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:606141828a80718feb413803076fe89d985899755c29e9a43104135a32fa3fbf_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a12e14a88cb048aa4304c47e1f71ab728f1726180f0553c9d6884cf702c0bcb1_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:6ea04beeee4f902d66a0db9bb0e2bf7294d8ebf3618bfad434863415fff1df5b_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:7897c8a0bef63460693d3cfa7f6e7ded4f222f7b8655f5b1448c8122cc9699c9_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:c3155ce6c68046fc12734a72e25691c1804a6481d4a12014f4d6fee255b6afa4_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:5fe79afde58fb1bfc87831373a4d97c44ccb7f04abe6dc384800f9148fa7215a_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:9446598fa21b579fbcc5127b47614f5cb44a779cd5c7cc40f995daf8eac448c8_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:ed0e889a1dfcbd945a430e80d65fa0fa3a3d9660798093c92d280cece942aa80_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:746900074b8ab13a31cbb0680364e80892a25bf52d8e8bd9cc9b778971148025_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:acb1ffcc39f162ea48a0d125e4e22176f3ff1f22c11a71bdd7ebdefd277361e8_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:bf2305ada026c225a74248814a216aa20726e7c95b394e9160d5db9331387d09_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:23cd12f9fa022fe355542d1195d67bfe91ecda413caff111a4aeee19cf1c1a0a_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:57da770e4976015ac7bacc4fd786c0128b8137daa87eb1a44f179fb468b0d408_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:774059e4398f500e3f0a31fd392891c480c6a017f7b5158efe6159823b9712cc_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:19f57f9e3f88867e99d027c3f0bd855848f4fc13d15f98f327207c5943cf8745_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:354a78e0f43ac9abd3a957aa354c36b3d247b36df52549bb8860117e59ac09dd_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:6aae55af074e08829f918624578e6137e7e9b37c6c8cfd8c2773682df2e792ec_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:39c2064ffc93a648d91fde3eda1dbf8b29f1b2083aa753044625096f9293c2a2_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:411c8b6169123f361dcc62791020f94396c5f4e54f4bb33fef39d200db2d267a_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:a1eb22235660cee4998bc4fb749b7aa702590987d4ced04321783a3690870492_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457729"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service flaw affecting OpenShift Container Platform. An attacker with specific elevated cluster roles, such as those permitting pod port forwarding, execution, attachment, or node proxying, could exploit a vulnerability in the SPDY streaming code of Kubelet, CRI-O, and kube-apiserver, leading to unresponsiveness of these critical components.",
"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 Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:504875e5d95f45c794a3734e86ff4e4a5d1a5349c01551ef2847b552422e4360_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:6cf84f3909f53621dd7e8f75e628b07e56583ce43e812e6a11347c9e0ffb50e4_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:7ae310bc9faa0d2ebd755c2291d034ec56414fa7caf2f84354aef9ca3618b601_amd64"
],
"known_not_affected": [
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/iommufd-device-plugin-rhel9@sha256:4baa16ba75b404b69d71f7cf30f1e3468643531c3b5bf52476d0209d94fa8540_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/iommufd-device-plugin-rhel9@sha256:7727fd7e7d796b11c0c6d43aad136cafb2eb58f76b724a3cabedb9b928408114_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/iommufd-device-plugin-rhel9@sha256:a4b3cc14792e7ca66f2bc090cfaf616a2cbb39039266990f1fc1e900b4f435ad_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/kubevirt-aie-webhook-rhel9@sha256:0762631b138a96bf055b945f6a5fac5c2063dc11013f0655ac62ec9bdd330057_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/kubevirt-aie-webhook-rhel9@sha256:2b57cf19a4a036d1c988378718c68d7f932b45a16020722ea19d0499596c3981_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/kubevirt-aie-webhook-rhel9@sha256:ccc6101666b40eb6647af714b8c98d851084f8821451d82641c43dc6fb4433d0_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:8705590ac5f7ee1056e511340e37a36e12c330a3f7c9a19803833f70de1b63d9_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:abad6a1780d9cdaa03b2ff772550a2216fd37c0dd19fe37b6178029d1d8ddfbf_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:e8aa12821b8b7b938a7f7d6c99f072bfbab84647457c1b0a90998c15e5780ac1_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:89e4032a85c85328a0668cca4c2ce58c5ef561df90c30f4a94ab905a5d481b93_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:903541d86809aec5dcf4c21a73c02ae573ecdd8d7e37a91399ccb58529018f61_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:bf838d9c0707b87464cd10be777b8374b7702dd96b873662f8b9ae2c54eb81bb_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:3bfe632172eb041339ca403af245487e1b1d9fda07fc5b6acd92c9c16afea053_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:6305600b55c18d1a96691e94ccf94c9922d71ace0245b1bb3c39a134dd452544_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d91bc80998e9ce24cd69759bc25a601bb83f6a3c05212e7b0c5ddb1c64939285_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:0508640bb34d84a9da734e2a46f673c395df840c11834cb8cdb1df7bf47cf32f_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:4127b68ed8050e0bc36e7fd0f29b3c3fe968e0f686ee5197d9b6abf6eb9f9c7f_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:96394aa85fbd2d76f18ba7bfaf863cf7ae504da1919f174936afc86275372d94_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:44f2394436b9f87a7807d0d3474df731abe229661c1c6fc6eb68ff4a22d05c3c_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:67c8a29805ab9326f8efba46a5a58ba8b4998f3c8b8710fe647ced870bea26db_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:c39e25fc80cb1a9bfe552959504468a80b56ec05f7b69ea475558622814e7e7e_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:783c9943de56a592405df70eafaa9b25d43404dab865642f763c5e1b113bbc46_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:8ea21e7c15a944a6b886e720cc77f57756ca27b382b6160a37eea108c7a3a85a_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:8edc42c6cdf4fecedf16af3026ba1e13b7f698536a9d905e50fa13675c4c23c2_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:0d0e6ffd72a31907869fdeab2dd03bad5acdba7d56771a06a3225a412be86f04_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:606141828a80718feb413803076fe89d985899755c29e9a43104135a32fa3fbf_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a12e14a88cb048aa4304c47e1f71ab728f1726180f0553c9d6884cf702c0bcb1_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:6ea04beeee4f902d66a0db9bb0e2bf7294d8ebf3618bfad434863415fff1df5b_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:7897c8a0bef63460693d3cfa7f6e7ded4f222f7b8655f5b1448c8122cc9699c9_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:c3155ce6c68046fc12734a72e25691c1804a6481d4a12014f4d6fee255b6afa4_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:5fe79afde58fb1bfc87831373a4d97c44ccb7f04abe6dc384800f9148fa7215a_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:9446598fa21b579fbcc5127b47614f5cb44a779cd5c7cc40f995daf8eac448c8_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:ed0e889a1dfcbd945a430e80d65fa0fa3a3d9660798093c92d280cece942aa80_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:746900074b8ab13a31cbb0680364e80892a25bf52d8e8bd9cc9b778971148025_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:acb1ffcc39f162ea48a0d125e4e22176f3ff1f22c11a71bdd7ebdefd277361e8_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:bf2305ada026c225a74248814a216aa20726e7c95b394e9160d5db9331387d09_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:23cd12f9fa022fe355542d1195d67bfe91ecda413caff111a4aeee19cf1c1a0a_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:57da770e4976015ac7bacc4fd786c0128b8137daa87eb1a44f179fb468b0d408_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:774059e4398f500e3f0a31fd392891c480c6a017f7b5158efe6159823b9712cc_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:19f57f9e3f88867e99d027c3f0bd855848f4fc13d15f98f327207c5943cf8745_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:354a78e0f43ac9abd3a957aa354c36b3d247b36df52549bb8860117e59ac09dd_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:6aae55af074e08829f918624578e6137e7e9b37c6c8cfd8c2773682df2e792ec_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:39c2064ffc93a648d91fde3eda1dbf8b29f1b2083aa753044625096f9293c2a2_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:411c8b6169123f361dcc62791020f94396c5f4e54f4bb33fef39d200db2d267a_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:a1eb22235660cee4998bc4fb749b7aa702590987d4ced04321783a3690870492_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"category": "external",
"summary": "RHBZ#2457729",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457729"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-35469",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35469"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469"
}
],
"release_date": "2026-04-13T23:59:59+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-22T14:35:32+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:504875e5d95f45c794a3734e86ff4e4a5d1a5349c01551ef2847b552422e4360_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:6cf84f3909f53621dd7e8f75e628b07e56583ce43e812e6a11347c9e0ffb50e4_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:7ae310bc9faa0d2ebd755c2291d034ec56414fa7caf2f84354aef9ca3618b601_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27941"
},
{
"category": "workaround",
"details": "To mitigate this issue, review and restrict the assignment of Kubernetes cluster roles `pods/portforward (create)`, `pods/exec (create)`, `pods/attach (create)`, and `nodes/proxy (get/create)` to untrusted users or service accounts. Ensure that only authorized and necessary entities possess these permissions. Modifying RBAC policies can impact the functionality of applications and services that rely on these permissions; careful testing is recommended.",
"product_ids": [
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/iommufd-device-plugin-rhel9@sha256:4baa16ba75b404b69d71f7cf30f1e3468643531c3b5bf52476d0209d94fa8540_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/iommufd-device-plugin-rhel9@sha256:7727fd7e7d796b11c0c6d43aad136cafb2eb58f76b724a3cabedb9b928408114_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/iommufd-device-plugin-rhel9@sha256:a4b3cc14792e7ca66f2bc090cfaf616a2cbb39039266990f1fc1e900b4f435ad_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/kubevirt-aie-webhook-rhel9@sha256:0762631b138a96bf055b945f6a5fac5c2063dc11013f0655ac62ec9bdd330057_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/kubevirt-aie-webhook-rhel9@sha256:2b57cf19a4a036d1c988378718c68d7f932b45a16020722ea19d0499596c3981_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/kubevirt-aie-webhook-rhel9@sha256:ccc6101666b40eb6647af714b8c98d851084f8821451d82641c43dc6fb4433d0_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:8705590ac5f7ee1056e511340e37a36e12c330a3f7c9a19803833f70de1b63d9_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:abad6a1780d9cdaa03b2ff772550a2216fd37c0dd19fe37b6178029d1d8ddfbf_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:e8aa12821b8b7b938a7f7d6c99f072bfbab84647457c1b0a90998c15e5780ac1_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:89e4032a85c85328a0668cca4c2ce58c5ef561df90c30f4a94ab905a5d481b93_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:903541d86809aec5dcf4c21a73c02ae573ecdd8d7e37a91399ccb58529018f61_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:bf838d9c0707b87464cd10be777b8374b7702dd96b873662f8b9ae2c54eb81bb_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:3bfe632172eb041339ca403af245487e1b1d9fda07fc5b6acd92c9c16afea053_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:6305600b55c18d1a96691e94ccf94c9922d71ace0245b1bb3c39a134dd452544_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d91bc80998e9ce24cd69759bc25a601bb83f6a3c05212e7b0c5ddb1c64939285_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:0508640bb34d84a9da734e2a46f673c395df840c11834cb8cdb1df7bf47cf32f_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:4127b68ed8050e0bc36e7fd0f29b3c3fe968e0f686ee5197d9b6abf6eb9f9c7f_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:96394aa85fbd2d76f18ba7bfaf863cf7ae504da1919f174936afc86275372d94_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:44f2394436b9f87a7807d0d3474df731abe229661c1c6fc6eb68ff4a22d05c3c_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:67c8a29805ab9326f8efba46a5a58ba8b4998f3c8b8710fe647ced870bea26db_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:c39e25fc80cb1a9bfe552959504468a80b56ec05f7b69ea475558622814e7e7e_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:783c9943de56a592405df70eafaa9b25d43404dab865642f763c5e1b113bbc46_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:8ea21e7c15a944a6b886e720cc77f57756ca27b382b6160a37eea108c7a3a85a_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:8edc42c6cdf4fecedf16af3026ba1e13b7f698536a9d905e50fa13675c4c23c2_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:0d0e6ffd72a31907869fdeab2dd03bad5acdba7d56771a06a3225a412be86f04_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:606141828a80718feb413803076fe89d985899755c29e9a43104135a32fa3fbf_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a12e14a88cb048aa4304c47e1f71ab728f1726180f0553c9d6884cf702c0bcb1_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:6ea04beeee4f902d66a0db9bb0e2bf7294d8ebf3618bfad434863415fff1df5b_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:7897c8a0bef63460693d3cfa7f6e7ded4f222f7b8655f5b1448c8122cc9699c9_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:c3155ce6c68046fc12734a72e25691c1804a6481d4a12014f4d6fee255b6afa4_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:5fe79afde58fb1bfc87831373a4d97c44ccb7f04abe6dc384800f9148fa7215a_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:9446598fa21b579fbcc5127b47614f5cb44a779cd5c7cc40f995daf8eac448c8_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:ed0e889a1dfcbd945a430e80d65fa0fa3a3d9660798093c92d280cece942aa80_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:504875e5d95f45c794a3734e86ff4e4a5d1a5349c01551ef2847b552422e4360_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:6cf84f3909f53621dd7e8f75e628b07e56583ce43e812e6a11347c9e0ffb50e4_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:7ae310bc9faa0d2ebd755c2291d034ec56414fa7caf2f84354aef9ca3618b601_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:746900074b8ab13a31cbb0680364e80892a25bf52d8e8bd9cc9b778971148025_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:acb1ffcc39f162ea48a0d125e4e22176f3ff1f22c11a71bdd7ebdefd277361e8_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:bf2305ada026c225a74248814a216aa20726e7c95b394e9160d5db9331387d09_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:23cd12f9fa022fe355542d1195d67bfe91ecda413caff111a4aeee19cf1c1a0a_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:57da770e4976015ac7bacc4fd786c0128b8137daa87eb1a44f179fb468b0d408_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:774059e4398f500e3f0a31fd392891c480c6a017f7b5158efe6159823b9712cc_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:19f57f9e3f88867e99d027c3f0bd855848f4fc13d15f98f327207c5943cf8745_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:354a78e0f43ac9abd3a957aa354c36b3d247b36df52549bb8860117e59ac09dd_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:6aae55af074e08829f918624578e6137e7e9b37c6c8cfd8c2773682df2e792ec_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:39c2064ffc93a648d91fde3eda1dbf8b29f1b2083aa753044625096f9293c2a2_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:411c8b6169123f361dcc62791020f94396c5f4e54f4bb33fef39d200db2d267a_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:a1eb22235660cee4998bc4fb749b7aa702590987d4ced04321783a3690870492_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/iommufd-device-plugin-rhel9@sha256:4baa16ba75b404b69d71f7cf30f1e3468643531c3b5bf52476d0209d94fa8540_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/iommufd-device-plugin-rhel9@sha256:7727fd7e7d796b11c0c6d43aad136cafb2eb58f76b724a3cabedb9b928408114_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/iommufd-device-plugin-rhel9@sha256:a4b3cc14792e7ca66f2bc090cfaf616a2cbb39039266990f1fc1e900b4f435ad_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/kubevirt-aie-webhook-rhel9@sha256:0762631b138a96bf055b945f6a5fac5c2063dc11013f0655ac62ec9bdd330057_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/kubevirt-aie-webhook-rhel9@sha256:2b57cf19a4a036d1c988378718c68d7f932b45a16020722ea19d0499596c3981_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/kubevirt-aie-webhook-rhel9@sha256:ccc6101666b40eb6647af714b8c98d851084f8821451d82641c43dc6fb4433d0_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:8705590ac5f7ee1056e511340e37a36e12c330a3f7c9a19803833f70de1b63d9_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:abad6a1780d9cdaa03b2ff772550a2216fd37c0dd19fe37b6178029d1d8ddfbf_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:e8aa12821b8b7b938a7f7d6c99f072bfbab84647457c1b0a90998c15e5780ac1_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:89e4032a85c85328a0668cca4c2ce58c5ef561df90c30f4a94ab905a5d481b93_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:903541d86809aec5dcf4c21a73c02ae573ecdd8d7e37a91399ccb58529018f61_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:bf838d9c0707b87464cd10be777b8374b7702dd96b873662f8b9ae2c54eb81bb_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:3bfe632172eb041339ca403af245487e1b1d9fda07fc5b6acd92c9c16afea053_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:6305600b55c18d1a96691e94ccf94c9922d71ace0245b1bb3c39a134dd452544_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d91bc80998e9ce24cd69759bc25a601bb83f6a3c05212e7b0c5ddb1c64939285_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:0508640bb34d84a9da734e2a46f673c395df840c11834cb8cdb1df7bf47cf32f_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:4127b68ed8050e0bc36e7fd0f29b3c3fe968e0f686ee5197d9b6abf6eb9f9c7f_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:96394aa85fbd2d76f18ba7bfaf863cf7ae504da1919f174936afc86275372d94_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:44f2394436b9f87a7807d0d3474df731abe229661c1c6fc6eb68ff4a22d05c3c_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:67c8a29805ab9326f8efba46a5a58ba8b4998f3c8b8710fe647ced870bea26db_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:c39e25fc80cb1a9bfe552959504468a80b56ec05f7b69ea475558622814e7e7e_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:783c9943de56a592405df70eafaa9b25d43404dab865642f763c5e1b113bbc46_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:8ea21e7c15a944a6b886e720cc77f57756ca27b382b6160a37eea108c7a3a85a_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:8edc42c6cdf4fecedf16af3026ba1e13b7f698536a9d905e50fa13675c4c23c2_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:0d0e6ffd72a31907869fdeab2dd03bad5acdba7d56771a06a3225a412be86f04_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:606141828a80718feb413803076fe89d985899755c29e9a43104135a32fa3fbf_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:a12e14a88cb048aa4304c47e1f71ab728f1726180f0553c9d6884cf702c0bcb1_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:6ea04beeee4f902d66a0db9bb0e2bf7294d8ebf3618bfad434863415fff1df5b_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:7897c8a0bef63460693d3cfa7f6e7ded4f222f7b8655f5b1448c8122cc9699c9_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:c3155ce6c68046fc12734a72e25691c1804a6481d4a12014f4d6fee255b6afa4_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:5fe79afde58fb1bfc87831373a4d97c44ccb7f04abe6dc384800f9148fa7215a_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:9446598fa21b579fbcc5127b47614f5cb44a779cd5c7cc40f995daf8eac448c8_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:ed0e889a1dfcbd945a430e80d65fa0fa3a3d9660798093c92d280cece942aa80_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:504875e5d95f45c794a3734e86ff4e4a5d1a5349c01551ef2847b552422e4360_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:6cf84f3909f53621dd7e8f75e628b07e56583ce43e812e6a11347c9e0ffb50e4_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:7ae310bc9faa0d2ebd755c2291d034ec56414fa7caf2f84354aef9ca3618b601_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:746900074b8ab13a31cbb0680364e80892a25bf52d8e8bd9cc9b778971148025_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:acb1ffcc39f162ea48a0d125e4e22176f3ff1f22c11a71bdd7ebdefd277361e8_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:bf2305ada026c225a74248814a216aa20726e7c95b394e9160d5db9331387d09_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:23cd12f9fa022fe355542d1195d67bfe91ecda413caff111a4aeee19cf1c1a0a_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:57da770e4976015ac7bacc4fd786c0128b8137daa87eb1a44f179fb468b0d408_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:774059e4398f500e3f0a31fd392891c480c6a017f7b5158efe6159823b9712cc_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:19f57f9e3f88867e99d027c3f0bd855848f4fc13d15f98f327207c5943cf8745_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:354a78e0f43ac9abd3a957aa354c36b3d247b36df52549bb8860117e59ac09dd_arm64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:6aae55af074e08829f918624578e6137e7e9b37c6c8cfd8c2773682df2e792ec_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:39c2064ffc93a648d91fde3eda1dbf8b29f1b2083aa753044625096f9293c2a2_amd64",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:411c8b6169123f361dcc62791020f94396c5f4e54f4bb33fef39d200db2d267a_s390x",
"Red Hat Container Native Virtualization 4.22:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:a1eb22235660cee4998bc4fb749b7aa702590987d4ced04321783a3690870492_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code"
}
]
}
RHSA-2026:27983
Vulnerability from csaf_redhat - Published: 2026-06-22 14:57 - Updated: 2026-06-24 08:59A flaw was found in KubeVirt's virt-exportserver component. An attacker with specific namespace-level access can exploit a path traversal vulnerability in the VMExport directory endpoint. By placing a symbolic link (symlink) within an exported filesystem Persistent Volume Claim (PVC) that points outside its designated mount root, the attacker can read arbitrary files from the exporter pod's filesystem. This leads to information disclosure, potentially exposing sensitive data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:1e1235b7da09a9eb5e4518381f0650b63ea57bf5e8798f7e2d34b9f051c9ec49_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:3bc73340bb9eacaedae8de3a3254c8c970ffc33eac24605cbbbe47e17d0938eb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:546fe97b880b65523a0ed0b522746c3bf3459ebf5dc2840425182eda55e78a4b_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:94744a5303d2b15ef0d1df7bea401ef95015a58031061179a5280ffbf90f4218_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:a9cfb3720b0f4198e869a61f96c35409e1a29702d67217d5e20ccd456677e1c7_amd64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:d9b68f52d412b8af433a2854949b48f8f365ac11b68298648495b566613f0ff5_s390x | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:30d1c4c38f2f9900c5f9b243a9103af204c7b63ab6af1e86f20eba7c8c60667a_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:a3a8e0f19814f8e5cd5c5b792db82bdad219a2cf0e1449a36d39cbe891b8c984_amd64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:cb091c2dca4aacc986549c15b6282bfce93953e89e91f82f9cedff9bd2f92b2b_s390x | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b9a034ed14bcc830b68a9c403d25e7f66d2a82e7a638d2872da18ec59606dbd1_s390x | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d05e8abba991f7073d4641aa064a6e9b8302c3320cd3102f526ed1cd374e3228_amd64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d57191f96da8551795340482f3b42a218f5880a51a579d5b97bba74534bc4b5f_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:69dcde48fb457352696d0a2adf6cb707e878ba247a84048db22269e090c14052_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:8354cd031e580c81d5b6006eb767dfcc23d244953d32242c0dcee95c47c74cf3_amd64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:bec364b43840fd423dfa14fb977c874224c940fa61e15461b55ba1794648ec39_s390x | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:565f8c6722638fde2e1fbc3221d9ff657ed6428206355e77572aa1510ae8dfa8_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:bbd42ea86788305dcc5e2d2e56620ea6fec59fc276ccb3223fe5f2e4eaf02d6e_s390x | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:d39ad70d9cb08a136520843d2f6274e703d64550241291515204acd80e0f80a1_amd64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:3e4f473e9708708974497dd6e62560124cb684ec4878b2ec5e38bbae6199826d_amd64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:831e65662125ef3e2c868daaca4d038c50529df289ce444d94768aa3f85d1033_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:fadaa25ac3f50af1991480d24c003f448b169f8ae0af011b692f649cacf865fa_s390x | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:0f45379e789805ff60a29f4cddf23af1641e10fae15fda6b2a56d27fe92a9a15_amd64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:2484fec541a8b9d5f24b9833048159a702c87e55d4b6efececf17d4ed8851075_s390x | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:683ce215e9a06570837f32c97a042b8b0bef5b5a3b81ad43937b5c33c0750cae_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:444b7c8e5f370062a9a5c10dedf46e2649575b3495a745103e0df5100f09c135_s390x | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:a24ab28af295a2f21a87dde7fe48eea40fa8edd5868f19b121bceab979cd713c_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:c10130b70dc6bb0706287f33b62ae59c4e6ebc6649efcbb52c2af2f923ed8e13_amd64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1292adc5c80313fd2e2a2afb312bcaa2c0589e4492c0e559b36d6c999ce7494e_s390x | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:39922555d2dd709d2e4b1b25282e551c360e7c44894feecf91ac25aef35d2a40_amd64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:e806827b2d3f34c740ed638b5dd14272dce8ae73bc46d932ac226e57b329b5bd_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:3a46271336a322e727ada1a52fe9258609bf18e1525caffb55b367057022455a_s390x | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:989592a4af1d284040e827ed963cbfb36edd2915f1aeef250c1975312dfdcf8d_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f68976c6ca27b2589f4504b1ce63fa38a2102ce06050c870996fb2509d415086_amd64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:328924f6d5c57f96ac996a3d36445167af829405c733e17e0853d6d0961efd6d_amd64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:348d998286a363a7f7e6cbc3a6506604e41a842bcf014ecdac5361025bdb1504_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:70f0a1e278dafa250a67a07063d61b312ceff65c31736c35fe57c1e382aa499e_s390x | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:10f70049797f842c5bcb0d17b21c4ae8b93f876705a06b1f443a198ea3b535cf_s390x | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:3122c82abe9a22c03cd31bc56c65b89f67d93ab2a14166e43a9bb92d93b493f4_amd64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:6a2a370672aa9e900b390886b6f721b5341935443960f4420e2c07ac694f9f68_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:3049cadb9d1c86b1c8b1915b91867940587239f1e0106707edc75b4e8d99a838_s390x | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:4de4bfc1f5de0893eacbf733ae4fb6bb4a9ca58401bf52856b27aa25becb0749_arm64 | — | ||
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:c877b961cd108addceb242c66eb6132c5b494d5515f1b28642eaa2135927396b_amd64 | — |
A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:1e1235b7da09a9eb5e4518381f0650b63ea57bf5e8798f7e2d34b9f051c9ec49_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:3bc73340bb9eacaedae8de3a3254c8c970ffc33eac24605cbbbe47e17d0938eb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:546fe97b880b65523a0ed0b522746c3bf3459ebf5dc2840425182eda55e78a4b_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:94744a5303d2b15ef0d1df7bea401ef95015a58031061179a5280ffbf90f4218_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:a9cfb3720b0f4198e869a61f96c35409e1a29702d67217d5e20ccd456677e1c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:d9b68f52d412b8af433a2854949b48f8f365ac11b68298648495b566613f0ff5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:30d1c4c38f2f9900c5f9b243a9103af204c7b63ab6af1e86f20eba7c8c60667a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:a3a8e0f19814f8e5cd5c5b792db82bdad219a2cf0e1449a36d39cbe891b8c984_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:cb091c2dca4aacc986549c15b6282bfce93953e89e91f82f9cedff9bd2f92b2b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b9a034ed14bcc830b68a9c403d25e7f66d2a82e7a638d2872da18ec59606dbd1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d05e8abba991f7073d4641aa064a6e9b8302c3320cd3102f526ed1cd374e3228_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d57191f96da8551795340482f3b42a218f5880a51a579d5b97bba74534bc4b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:69dcde48fb457352696d0a2adf6cb707e878ba247a84048db22269e090c14052_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:8354cd031e580c81d5b6006eb767dfcc23d244953d32242c0dcee95c47c74cf3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:bec364b43840fd423dfa14fb977c874224c940fa61e15461b55ba1794648ec39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:565f8c6722638fde2e1fbc3221d9ff657ed6428206355e77572aa1510ae8dfa8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:bbd42ea86788305dcc5e2d2e56620ea6fec59fc276ccb3223fe5f2e4eaf02d6e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:d39ad70d9cb08a136520843d2f6274e703d64550241291515204acd80e0f80a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:3e4f473e9708708974497dd6e62560124cb684ec4878b2ec5e38bbae6199826d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:831e65662125ef3e2c868daaca4d038c50529df289ce444d94768aa3f85d1033_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:fadaa25ac3f50af1991480d24c003f448b169f8ae0af011b692f649cacf865fa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:0f45379e789805ff60a29f4cddf23af1641e10fae15fda6b2a56d27fe92a9a15_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:2484fec541a8b9d5f24b9833048159a702c87e55d4b6efececf17d4ed8851075_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:683ce215e9a06570837f32c97a042b8b0bef5b5a3b81ad43937b5c33c0750cae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:444b7c8e5f370062a9a5c10dedf46e2649575b3495a745103e0df5100f09c135_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:a24ab28af295a2f21a87dde7fe48eea40fa8edd5868f19b121bceab979cd713c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:c10130b70dc6bb0706287f33b62ae59c4e6ebc6649efcbb52c2af2f923ed8e13_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1292adc5c80313fd2e2a2afb312bcaa2c0589e4492c0e559b36d6c999ce7494e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:39922555d2dd709d2e4b1b25282e551c360e7c44894feecf91ac25aef35d2a40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:e806827b2d3f34c740ed638b5dd14272dce8ae73bc46d932ac226e57b329b5bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:3a46271336a322e727ada1a52fe9258609bf18e1525caffb55b367057022455a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:989592a4af1d284040e827ed963cbfb36edd2915f1aeef250c1975312dfdcf8d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f68976c6ca27b2589f4504b1ce63fa38a2102ce06050c870996fb2509d415086_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:328924f6d5c57f96ac996a3d36445167af829405c733e17e0853d6d0961efd6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:348d998286a363a7f7e6cbc3a6506604e41a842bcf014ecdac5361025bdb1504_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:70f0a1e278dafa250a67a07063d61b312ceff65c31736c35fe57c1e382aa499e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:10f70049797f842c5bcb0d17b21c4ae8b93f876705a06b1f443a198ea3b535cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:3122c82abe9a22c03cd31bc56c65b89f67d93ab2a14166e43a9bb92d93b493f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:6a2a370672aa9e900b390886b6f721b5341935443960f4420e2c07ac694f9f68_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:3049cadb9d1c86b1c8b1915b91867940587239f1e0106707edc75b4e8d99a838_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:4de4bfc1f5de0893eacbf733ae4fb6bb4a9ca58401bf52856b27aa25becb0749_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:c877b961cd108addceb242c66eb6132c5b494d5515f1b28642eaa2135927396b_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 Virtualization release v4.20 is now available with updates to packages and images that fix several bugs and add enhancements.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenShift Virtualization is Red Hat\u0027s virtualization solution designed for Red Hat OpenShift Container Platform.\n\nThis advisory contains OpenShift Virtualization v4.20 images.",
"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:27983",
"url": "https://access.redhat.com/errata/RHSA-2026:27983"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-35469",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-9804",
"url": "https://access.redhat.com/security/cve/CVE-2026-9804"
},
{
"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_27983.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Virtualization v4.20 Images",
"tracking": {
"current_release_date": "2026-06-24T08:59:59+00:00",
"generator": {
"date": "2026-06-24T08:59:59+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2026:27983",
"initial_release_date": "2026-06-22T14:57:51+00:00",
"revision_history": [
{
"date": "2026-06-22T14:57:51+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-22T14:58:03+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-24T08:59:59+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Container Native Virtualization 4.20",
"product": {
"name": "Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:container_native_virtualization:4.20::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Container Native Virtualization"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:a9cfb3720b0f4198e869a61f96c35409e1a29702d67217d5e20ccd456677e1c7_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:a9cfb3720b0f4198e869a61f96c35409e1a29702d67217d5e20ccd456677e1c7_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:a9cfb3720b0f4198e869a61f96c35409e1a29702d67217d5e20ccd456677e1c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/libguestfs-tools-rhel9@sha256%3Aa9cfb3720b0f4198e869a61f96c35409e1a29702d67217d5e20ccd456677e1c7?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9\u0026tag=1781839237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:a3a8e0f19814f8e5cd5c5b792db82bdad219a2cf0e1449a36d39cbe891b8c984_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:a3a8e0f19814f8e5cd5c5b792db82bdad219a2cf0e1449a36d39cbe891b8c984_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:a3a8e0f19814f8e5cd5c5b792db82bdad219a2cf0e1449a36d39cbe891b8c984_amd64",
"product_identification_helper": {
"purl": "pkg:oci/passt-network-binding-plugin-cni-rhel9@sha256%3Aa3a8e0f19814f8e5cd5c5b792db82bdad219a2cf0e1449a36d39cbe891b8c984?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9\u0026tag=1781838726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d05e8abba991f7073d4641aa064a6e9b8302c3320cd3102f526ed1cd374e3228_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d05e8abba991f7073d4641aa064a6e9b8302c3320cd3102f526ed1cd374e3228_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d05e8abba991f7073d4641aa064a6e9b8302c3320cd3102f526ed1cd374e3228_amd64",
"product_identification_helper": {
"purl": "pkg:oci/passt-network-binding-plugin-sidecar-rhel9@sha256%3Ad05e8abba991f7073d4641aa064a6e9b8302c3320cd3102f526ed1cd374e3228?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9\u0026tag=1781838731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:8354cd031e580c81d5b6006eb767dfcc23d244953d32242c0dcee95c47c74cf3_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:8354cd031e580c81d5b6006eb767dfcc23d244953d32242c0dcee95c47c74cf3_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:8354cd031e580c81d5b6006eb767dfcc23d244953d32242c0dcee95c47c74cf3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pr-helper-rhel9@sha256%3A8354cd031e580c81d5b6006eb767dfcc23d244953d32242c0dcee95c47c74cf3?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/pr-helper-rhel9\u0026tag=1781838771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:d39ad70d9cb08a136520843d2f6274e703d64550241291515204acd80e0f80a1_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:d39ad70d9cb08a136520843d2f6274e703d64550241291515204acd80e0f80a1_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:d39ad70d9cb08a136520843d2f6274e703d64550241291515204acd80e0f80a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/sidecar-shim-rhel9@sha256%3Ad39ad70d9cb08a136520843d2f6274e703d64550241291515204acd80e0f80a1?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9\u0026tag=1781838810"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:3e4f473e9708708974497dd6e62560124cb684ec4878b2ec5e38bbae6199826d_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:3e4f473e9708708974497dd6e62560124cb684ec4878b2ec5e38bbae6199826d_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:3e4f473e9708708974497dd6e62560124cb684ec4878b2ec5e38bbae6199826d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-api-rhel9@sha256%3A3e4f473e9708708974497dd6e62560124cb684ec4878b2ec5e38bbae6199826d?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-api-rhel9\u0026tag=1781838712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:0f45379e789805ff60a29f4cddf23af1641e10fae15fda6b2a56d27fe92a9a15_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:0f45379e789805ff60a29f4cddf23af1641e10fae15fda6b2a56d27fe92a9a15_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:0f45379e789805ff60a29f4cddf23af1641e10fae15fda6b2a56d27fe92a9a15_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-artifacts-server-rhel9@sha256%3A0f45379e789805ff60a29f4cddf23af1641e10fae15fda6b2a56d27fe92a9a15?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9\u0026tag=1781838854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:c10130b70dc6bb0706287f33b62ae59c4e6ebc6649efcbb52c2af2f923ed8e13_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:c10130b70dc6bb0706287f33b62ae59c4e6ebc6649efcbb52c2af2f923ed8e13_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:c10130b70dc6bb0706287f33b62ae59c4e6ebc6649efcbb52c2af2f923ed8e13_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-controller-rhel9@sha256%3Ac10130b70dc6bb0706287f33b62ae59c4e6ebc6649efcbb52c2af2f923ed8e13?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-controller-rhel9\u0026tag=1781838729"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:39922555d2dd709d2e4b1b25282e551c360e7c44894feecf91ac25aef35d2a40_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:39922555d2dd709d2e4b1b25282e551c360e7c44894feecf91ac25aef35d2a40_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:39922555d2dd709d2e4b1b25282e551c360e7c44894feecf91ac25aef35d2a40_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportproxy-rhel9@sha256%3A39922555d2dd709d2e4b1b25282e551c360e7c44894feecf91ac25aef35d2a40?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9\u0026tag=1781838747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:3bc73340bb9eacaedae8de3a3254c8c970ffc33eac24605cbbbe47e17d0938eb_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:3bc73340bb9eacaedae8de3a3254c8c970ffc33eac24605cbbbe47e17d0938eb_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:3bc73340bb9eacaedae8de3a3254c8c970ffc33eac24605cbbbe47e17d0938eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportserver-rhel9@sha256%3A3bc73340bb9eacaedae8de3a3254c8c970ffc33eac24605cbbbe47e17d0938eb?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9\u0026tag=1781838712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f68976c6ca27b2589f4504b1ce63fa38a2102ce06050c870996fb2509d415086_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f68976c6ca27b2589f4504b1ce63fa38a2102ce06050c870996fb2509d415086_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f68976c6ca27b2589f4504b1ce63fa38a2102ce06050c870996fb2509d415086_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-handler-rhel9@sha256%3Af68976c6ca27b2589f4504b1ce63fa38a2102ce06050c870996fb2509d415086?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-handler-rhel9\u0026tag=1781838849"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:328924f6d5c57f96ac996a3d36445167af829405c733e17e0853d6d0961efd6d_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:328924f6d5c57f96ac996a3d36445167af829405c733e17e0853d6d0961efd6d_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:328924f6d5c57f96ac996a3d36445167af829405c733e17e0853d6d0961efd6d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-launcher-rhel9@sha256%3A328924f6d5c57f96ac996a3d36445167af829405c733e17e0853d6d0961efd6d?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-launcher-rhel9\u0026tag=1781838767"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:3122c82abe9a22c03cd31bc56c65b89f67d93ab2a14166e43a9bb92d93b493f4_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:3122c82abe9a22c03cd31bc56c65b89f67d93ab2a14166e43a9bb92d93b493f4_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:3122c82abe9a22c03cd31bc56c65b89f67d93ab2a14166e43a9bb92d93b493f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-operator-rhel9@sha256%3A3122c82abe9a22c03cd31bc56c65b89f67d93ab2a14166e43a9bb92d93b493f4?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-operator-rhel9\u0026tag=1781838761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:c877b961cd108addceb242c66eb6132c5b494d5515f1b28642eaa2135927396b_amd64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:c877b961cd108addceb242c66eb6132c5b494d5515f1b28642eaa2135927396b_amd64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:c877b961cd108addceb242c66eb6132c5b494d5515f1b28642eaa2135927396b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/virt-synchronization-controller-rhel9@sha256%3Ac877b961cd108addceb242c66eb6132c5b494d5515f1b28642eaa2135927396b?arch=amd64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9\u0026tag=1781838715"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:94744a5303d2b15ef0d1df7bea401ef95015a58031061179a5280ffbf90f4218_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:94744a5303d2b15ef0d1df7bea401ef95015a58031061179a5280ffbf90f4218_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:94744a5303d2b15ef0d1df7bea401ef95015a58031061179a5280ffbf90f4218_arm64",
"product_identification_helper": {
"purl": "pkg:oci/libguestfs-tools-rhel9@sha256%3A94744a5303d2b15ef0d1df7bea401ef95015a58031061179a5280ffbf90f4218?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9\u0026tag=1781839237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:30d1c4c38f2f9900c5f9b243a9103af204c7b63ab6af1e86f20eba7c8c60667a_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:30d1c4c38f2f9900c5f9b243a9103af204c7b63ab6af1e86f20eba7c8c60667a_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:30d1c4c38f2f9900c5f9b243a9103af204c7b63ab6af1e86f20eba7c8c60667a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/passt-network-binding-plugin-cni-rhel9@sha256%3A30d1c4c38f2f9900c5f9b243a9103af204c7b63ab6af1e86f20eba7c8c60667a?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9\u0026tag=1781838726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d57191f96da8551795340482f3b42a218f5880a51a579d5b97bba74534bc4b5f_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d57191f96da8551795340482f3b42a218f5880a51a579d5b97bba74534bc4b5f_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d57191f96da8551795340482f3b42a218f5880a51a579d5b97bba74534bc4b5f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/passt-network-binding-plugin-sidecar-rhel9@sha256%3Ad57191f96da8551795340482f3b42a218f5880a51a579d5b97bba74534bc4b5f?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9\u0026tag=1781838731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:69dcde48fb457352696d0a2adf6cb707e878ba247a84048db22269e090c14052_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:69dcde48fb457352696d0a2adf6cb707e878ba247a84048db22269e090c14052_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:69dcde48fb457352696d0a2adf6cb707e878ba247a84048db22269e090c14052_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pr-helper-rhel9@sha256%3A69dcde48fb457352696d0a2adf6cb707e878ba247a84048db22269e090c14052?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/pr-helper-rhel9\u0026tag=1781838771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:565f8c6722638fde2e1fbc3221d9ff657ed6428206355e77572aa1510ae8dfa8_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:565f8c6722638fde2e1fbc3221d9ff657ed6428206355e77572aa1510ae8dfa8_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:565f8c6722638fde2e1fbc3221d9ff657ed6428206355e77572aa1510ae8dfa8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/sidecar-shim-rhel9@sha256%3A565f8c6722638fde2e1fbc3221d9ff657ed6428206355e77572aa1510ae8dfa8?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9\u0026tag=1781838810"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:831e65662125ef3e2c868daaca4d038c50529df289ce444d94768aa3f85d1033_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:831e65662125ef3e2c868daaca4d038c50529df289ce444d94768aa3f85d1033_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:831e65662125ef3e2c868daaca4d038c50529df289ce444d94768aa3f85d1033_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-api-rhel9@sha256%3A831e65662125ef3e2c868daaca4d038c50529df289ce444d94768aa3f85d1033?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-api-rhel9\u0026tag=1781838712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:683ce215e9a06570837f32c97a042b8b0bef5b5a3b81ad43937b5c33c0750cae_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:683ce215e9a06570837f32c97a042b8b0bef5b5a3b81ad43937b5c33c0750cae_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:683ce215e9a06570837f32c97a042b8b0bef5b5a3b81ad43937b5c33c0750cae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-artifacts-server-rhel9@sha256%3A683ce215e9a06570837f32c97a042b8b0bef5b5a3b81ad43937b5c33c0750cae?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9\u0026tag=1781838854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:a24ab28af295a2f21a87dde7fe48eea40fa8edd5868f19b121bceab979cd713c_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:a24ab28af295a2f21a87dde7fe48eea40fa8edd5868f19b121bceab979cd713c_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:a24ab28af295a2f21a87dde7fe48eea40fa8edd5868f19b121bceab979cd713c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-controller-rhel9@sha256%3Aa24ab28af295a2f21a87dde7fe48eea40fa8edd5868f19b121bceab979cd713c?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-controller-rhel9\u0026tag=1781838729"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:e806827b2d3f34c740ed638b5dd14272dce8ae73bc46d932ac226e57b329b5bd_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:e806827b2d3f34c740ed638b5dd14272dce8ae73bc46d932ac226e57b329b5bd_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:e806827b2d3f34c740ed638b5dd14272dce8ae73bc46d932ac226e57b329b5bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportproxy-rhel9@sha256%3Ae806827b2d3f34c740ed638b5dd14272dce8ae73bc46d932ac226e57b329b5bd?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9\u0026tag=1781838747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:1e1235b7da09a9eb5e4518381f0650b63ea57bf5e8798f7e2d34b9f051c9ec49_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:1e1235b7da09a9eb5e4518381f0650b63ea57bf5e8798f7e2d34b9f051c9ec49_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:1e1235b7da09a9eb5e4518381f0650b63ea57bf5e8798f7e2d34b9f051c9ec49_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportserver-rhel9@sha256%3A1e1235b7da09a9eb5e4518381f0650b63ea57bf5e8798f7e2d34b9f051c9ec49?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9\u0026tag=1781838712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:989592a4af1d284040e827ed963cbfb36edd2915f1aeef250c1975312dfdcf8d_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:989592a4af1d284040e827ed963cbfb36edd2915f1aeef250c1975312dfdcf8d_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:989592a4af1d284040e827ed963cbfb36edd2915f1aeef250c1975312dfdcf8d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-handler-rhel9@sha256%3A989592a4af1d284040e827ed963cbfb36edd2915f1aeef250c1975312dfdcf8d?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-handler-rhel9\u0026tag=1781838849"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:348d998286a363a7f7e6cbc3a6506604e41a842bcf014ecdac5361025bdb1504_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:348d998286a363a7f7e6cbc3a6506604e41a842bcf014ecdac5361025bdb1504_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:348d998286a363a7f7e6cbc3a6506604e41a842bcf014ecdac5361025bdb1504_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-launcher-rhel9@sha256%3A348d998286a363a7f7e6cbc3a6506604e41a842bcf014ecdac5361025bdb1504?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-launcher-rhel9\u0026tag=1781838767"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:6a2a370672aa9e900b390886b6f721b5341935443960f4420e2c07ac694f9f68_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:6a2a370672aa9e900b390886b6f721b5341935443960f4420e2c07ac694f9f68_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:6a2a370672aa9e900b390886b6f721b5341935443960f4420e2c07ac694f9f68_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-operator-rhel9@sha256%3A6a2a370672aa9e900b390886b6f721b5341935443960f4420e2c07ac694f9f68?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-operator-rhel9\u0026tag=1781838761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:4de4bfc1f5de0893eacbf733ae4fb6bb4a9ca58401bf52856b27aa25becb0749_arm64",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:4de4bfc1f5de0893eacbf733ae4fb6bb4a9ca58401bf52856b27aa25becb0749_arm64",
"product_id": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:4de4bfc1f5de0893eacbf733ae4fb6bb4a9ca58401bf52856b27aa25becb0749_arm64",
"product_identification_helper": {
"purl": "pkg:oci/virt-synchronization-controller-rhel9@sha256%3A4de4bfc1f5de0893eacbf733ae4fb6bb4a9ca58401bf52856b27aa25becb0749?arch=arm64\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9\u0026tag=1781838715"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:d9b68f52d412b8af433a2854949b48f8f365ac11b68298648495b566613f0ff5_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:d9b68f52d412b8af433a2854949b48f8f365ac11b68298648495b566613f0ff5_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:d9b68f52d412b8af433a2854949b48f8f365ac11b68298648495b566613f0ff5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/libguestfs-tools-rhel9@sha256%3Ad9b68f52d412b8af433a2854949b48f8f365ac11b68298648495b566613f0ff5?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9\u0026tag=1781839237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:cb091c2dca4aacc986549c15b6282bfce93953e89e91f82f9cedff9bd2f92b2b_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:cb091c2dca4aacc986549c15b6282bfce93953e89e91f82f9cedff9bd2f92b2b_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:cb091c2dca4aacc986549c15b6282bfce93953e89e91f82f9cedff9bd2f92b2b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/passt-network-binding-plugin-cni-rhel9@sha256%3Acb091c2dca4aacc986549c15b6282bfce93953e89e91f82f9cedff9bd2f92b2b?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9\u0026tag=1781838726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b9a034ed14bcc830b68a9c403d25e7f66d2a82e7a638d2872da18ec59606dbd1_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b9a034ed14bcc830b68a9c403d25e7f66d2a82e7a638d2872da18ec59606dbd1_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b9a034ed14bcc830b68a9c403d25e7f66d2a82e7a638d2872da18ec59606dbd1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/passt-network-binding-plugin-sidecar-rhel9@sha256%3Ab9a034ed14bcc830b68a9c403d25e7f66d2a82e7a638d2872da18ec59606dbd1?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9\u0026tag=1781838731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:bec364b43840fd423dfa14fb977c874224c940fa61e15461b55ba1794648ec39_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:bec364b43840fd423dfa14fb977c874224c940fa61e15461b55ba1794648ec39_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:bec364b43840fd423dfa14fb977c874224c940fa61e15461b55ba1794648ec39_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pr-helper-rhel9@sha256%3Abec364b43840fd423dfa14fb977c874224c940fa61e15461b55ba1794648ec39?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/pr-helper-rhel9\u0026tag=1781838771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:bbd42ea86788305dcc5e2d2e56620ea6fec59fc276ccb3223fe5f2e4eaf02d6e_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:bbd42ea86788305dcc5e2d2e56620ea6fec59fc276ccb3223fe5f2e4eaf02d6e_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:bbd42ea86788305dcc5e2d2e56620ea6fec59fc276ccb3223fe5f2e4eaf02d6e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/sidecar-shim-rhel9@sha256%3Abbd42ea86788305dcc5e2d2e56620ea6fec59fc276ccb3223fe5f2e4eaf02d6e?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9\u0026tag=1781838810"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:fadaa25ac3f50af1991480d24c003f448b169f8ae0af011b692f649cacf865fa_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:fadaa25ac3f50af1991480d24c003f448b169f8ae0af011b692f649cacf865fa_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:fadaa25ac3f50af1991480d24c003f448b169f8ae0af011b692f649cacf865fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-api-rhel9@sha256%3Afadaa25ac3f50af1991480d24c003f448b169f8ae0af011b692f649cacf865fa?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-api-rhel9\u0026tag=1781838712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:2484fec541a8b9d5f24b9833048159a702c87e55d4b6efececf17d4ed8851075_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:2484fec541a8b9d5f24b9833048159a702c87e55d4b6efececf17d4ed8851075_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:2484fec541a8b9d5f24b9833048159a702c87e55d4b6efececf17d4ed8851075_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-artifacts-server-rhel9@sha256%3A2484fec541a8b9d5f24b9833048159a702c87e55d4b6efececf17d4ed8851075?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9\u0026tag=1781838854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:444b7c8e5f370062a9a5c10dedf46e2649575b3495a745103e0df5100f09c135_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:444b7c8e5f370062a9a5c10dedf46e2649575b3495a745103e0df5100f09c135_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:444b7c8e5f370062a9a5c10dedf46e2649575b3495a745103e0df5100f09c135_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-controller-rhel9@sha256%3A444b7c8e5f370062a9a5c10dedf46e2649575b3495a745103e0df5100f09c135?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-controller-rhel9\u0026tag=1781838729"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1292adc5c80313fd2e2a2afb312bcaa2c0589e4492c0e559b36d6c999ce7494e_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1292adc5c80313fd2e2a2afb312bcaa2c0589e4492c0e559b36d6c999ce7494e_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1292adc5c80313fd2e2a2afb312bcaa2c0589e4492c0e559b36d6c999ce7494e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportproxy-rhel9@sha256%3A1292adc5c80313fd2e2a2afb312bcaa2c0589e4492c0e559b36d6c999ce7494e?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9\u0026tag=1781838747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:546fe97b880b65523a0ed0b522746c3bf3459ebf5dc2840425182eda55e78a4b_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:546fe97b880b65523a0ed0b522746c3bf3459ebf5dc2840425182eda55e78a4b_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:546fe97b880b65523a0ed0b522746c3bf3459ebf5dc2840425182eda55e78a4b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-exportserver-rhel9@sha256%3A546fe97b880b65523a0ed0b522746c3bf3459ebf5dc2840425182eda55e78a4b?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9\u0026tag=1781838712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:3a46271336a322e727ada1a52fe9258609bf18e1525caffb55b367057022455a_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:3a46271336a322e727ada1a52fe9258609bf18e1525caffb55b367057022455a_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:3a46271336a322e727ada1a52fe9258609bf18e1525caffb55b367057022455a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-handler-rhel9@sha256%3A3a46271336a322e727ada1a52fe9258609bf18e1525caffb55b367057022455a?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-handler-rhel9\u0026tag=1781838849"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:70f0a1e278dafa250a67a07063d61b312ceff65c31736c35fe57c1e382aa499e_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:70f0a1e278dafa250a67a07063d61b312ceff65c31736c35fe57c1e382aa499e_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:70f0a1e278dafa250a67a07063d61b312ceff65c31736c35fe57c1e382aa499e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-launcher-rhel9@sha256%3A70f0a1e278dafa250a67a07063d61b312ceff65c31736c35fe57c1e382aa499e?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-launcher-rhel9\u0026tag=1781838767"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:10f70049797f842c5bcb0d17b21c4ae8b93f876705a06b1f443a198ea3b535cf_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:10f70049797f842c5bcb0d17b21c4ae8b93f876705a06b1f443a198ea3b535cf_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:10f70049797f842c5bcb0d17b21c4ae8b93f876705a06b1f443a198ea3b535cf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-operator-rhel9@sha256%3A10f70049797f842c5bcb0d17b21c4ae8b93f876705a06b1f443a198ea3b535cf?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-operator-rhel9\u0026tag=1781838761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:3049cadb9d1c86b1c8b1915b91867940587239f1e0106707edc75b4e8d99a838_s390x",
"product": {
"name": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:3049cadb9d1c86b1c8b1915b91867940587239f1e0106707edc75b4e8d99a838_s390x",
"product_id": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:3049cadb9d1c86b1c8b1915b91867940587239f1e0106707edc75b4e8d99a838_s390x",
"product_identification_helper": {
"purl": "pkg:oci/virt-synchronization-controller-rhel9@sha256%3A3049cadb9d1c86b1c8b1915b91867940587239f1e0106707edc75b4e8d99a838?arch=s390x\u0026repository_url=registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9\u0026tag=1781838715"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:94744a5303d2b15ef0d1df7bea401ef95015a58031061179a5280ffbf90f4218_arm64 as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:94744a5303d2b15ef0d1df7bea401ef95015a58031061179a5280ffbf90f4218_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:94744a5303d2b15ef0d1df7bea401ef95015a58031061179a5280ffbf90f4218_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:a9cfb3720b0f4198e869a61f96c35409e1a29702d67217d5e20ccd456677e1c7_amd64 as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:a9cfb3720b0f4198e869a61f96c35409e1a29702d67217d5e20ccd456677e1c7_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:a9cfb3720b0f4198e869a61f96c35409e1a29702d67217d5e20ccd456677e1c7_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:d9b68f52d412b8af433a2854949b48f8f365ac11b68298648495b566613f0ff5_s390x as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:d9b68f52d412b8af433a2854949b48f8f365ac11b68298648495b566613f0ff5_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:d9b68f52d412b8af433a2854949b48f8f365ac11b68298648495b566613f0ff5_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:30d1c4c38f2f9900c5f9b243a9103af204c7b63ab6af1e86f20eba7c8c60667a_arm64 as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:30d1c4c38f2f9900c5f9b243a9103af204c7b63ab6af1e86f20eba7c8c60667a_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:30d1c4c38f2f9900c5f9b243a9103af204c7b63ab6af1e86f20eba7c8c60667a_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:a3a8e0f19814f8e5cd5c5b792db82bdad219a2cf0e1449a36d39cbe891b8c984_amd64 as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:a3a8e0f19814f8e5cd5c5b792db82bdad219a2cf0e1449a36d39cbe891b8c984_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:a3a8e0f19814f8e5cd5c5b792db82bdad219a2cf0e1449a36d39cbe891b8c984_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:cb091c2dca4aacc986549c15b6282bfce93953e89e91f82f9cedff9bd2f92b2b_s390x as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:cb091c2dca4aacc986549c15b6282bfce93953e89e91f82f9cedff9bd2f92b2b_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:cb091c2dca4aacc986549c15b6282bfce93953e89e91f82f9cedff9bd2f92b2b_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b9a034ed14bcc830b68a9c403d25e7f66d2a82e7a638d2872da18ec59606dbd1_s390x as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b9a034ed14bcc830b68a9c403d25e7f66d2a82e7a638d2872da18ec59606dbd1_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b9a034ed14bcc830b68a9c403d25e7f66d2a82e7a638d2872da18ec59606dbd1_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d05e8abba991f7073d4641aa064a6e9b8302c3320cd3102f526ed1cd374e3228_amd64 as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d05e8abba991f7073d4641aa064a6e9b8302c3320cd3102f526ed1cd374e3228_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d05e8abba991f7073d4641aa064a6e9b8302c3320cd3102f526ed1cd374e3228_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d57191f96da8551795340482f3b42a218f5880a51a579d5b97bba74534bc4b5f_arm64 as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d57191f96da8551795340482f3b42a218f5880a51a579d5b97bba74534bc4b5f_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d57191f96da8551795340482f3b42a218f5880a51a579d5b97bba74534bc4b5f_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:69dcde48fb457352696d0a2adf6cb707e878ba247a84048db22269e090c14052_arm64 as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:69dcde48fb457352696d0a2adf6cb707e878ba247a84048db22269e090c14052_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:69dcde48fb457352696d0a2adf6cb707e878ba247a84048db22269e090c14052_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:8354cd031e580c81d5b6006eb767dfcc23d244953d32242c0dcee95c47c74cf3_amd64 as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:8354cd031e580c81d5b6006eb767dfcc23d244953d32242c0dcee95c47c74cf3_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:8354cd031e580c81d5b6006eb767dfcc23d244953d32242c0dcee95c47c74cf3_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:bec364b43840fd423dfa14fb977c874224c940fa61e15461b55ba1794648ec39_s390x as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:bec364b43840fd423dfa14fb977c874224c940fa61e15461b55ba1794648ec39_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:bec364b43840fd423dfa14fb977c874224c940fa61e15461b55ba1794648ec39_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:565f8c6722638fde2e1fbc3221d9ff657ed6428206355e77572aa1510ae8dfa8_arm64 as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:565f8c6722638fde2e1fbc3221d9ff657ed6428206355e77572aa1510ae8dfa8_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:565f8c6722638fde2e1fbc3221d9ff657ed6428206355e77572aa1510ae8dfa8_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:bbd42ea86788305dcc5e2d2e56620ea6fec59fc276ccb3223fe5f2e4eaf02d6e_s390x as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:bbd42ea86788305dcc5e2d2e56620ea6fec59fc276ccb3223fe5f2e4eaf02d6e_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:bbd42ea86788305dcc5e2d2e56620ea6fec59fc276ccb3223fe5f2e4eaf02d6e_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:d39ad70d9cb08a136520843d2f6274e703d64550241291515204acd80e0f80a1_amd64 as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:d39ad70d9cb08a136520843d2f6274e703d64550241291515204acd80e0f80a1_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:d39ad70d9cb08a136520843d2f6274e703d64550241291515204acd80e0f80a1_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:3e4f473e9708708974497dd6e62560124cb684ec4878b2ec5e38bbae6199826d_amd64 as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:3e4f473e9708708974497dd6e62560124cb684ec4878b2ec5e38bbae6199826d_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:3e4f473e9708708974497dd6e62560124cb684ec4878b2ec5e38bbae6199826d_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:831e65662125ef3e2c868daaca4d038c50529df289ce444d94768aa3f85d1033_arm64 as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:831e65662125ef3e2c868daaca4d038c50529df289ce444d94768aa3f85d1033_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:831e65662125ef3e2c868daaca4d038c50529df289ce444d94768aa3f85d1033_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:fadaa25ac3f50af1991480d24c003f448b169f8ae0af011b692f649cacf865fa_s390x as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:fadaa25ac3f50af1991480d24c003f448b169f8ae0af011b692f649cacf865fa_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:fadaa25ac3f50af1991480d24c003f448b169f8ae0af011b692f649cacf865fa_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:0f45379e789805ff60a29f4cddf23af1641e10fae15fda6b2a56d27fe92a9a15_amd64 as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:0f45379e789805ff60a29f4cddf23af1641e10fae15fda6b2a56d27fe92a9a15_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:0f45379e789805ff60a29f4cddf23af1641e10fae15fda6b2a56d27fe92a9a15_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:2484fec541a8b9d5f24b9833048159a702c87e55d4b6efececf17d4ed8851075_s390x as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:2484fec541a8b9d5f24b9833048159a702c87e55d4b6efececf17d4ed8851075_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:2484fec541a8b9d5f24b9833048159a702c87e55d4b6efececf17d4ed8851075_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:683ce215e9a06570837f32c97a042b8b0bef5b5a3b81ad43937b5c33c0750cae_arm64 as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:683ce215e9a06570837f32c97a042b8b0bef5b5a3b81ad43937b5c33c0750cae_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:683ce215e9a06570837f32c97a042b8b0bef5b5a3b81ad43937b5c33c0750cae_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:444b7c8e5f370062a9a5c10dedf46e2649575b3495a745103e0df5100f09c135_s390x as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:444b7c8e5f370062a9a5c10dedf46e2649575b3495a745103e0df5100f09c135_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:444b7c8e5f370062a9a5c10dedf46e2649575b3495a745103e0df5100f09c135_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:a24ab28af295a2f21a87dde7fe48eea40fa8edd5868f19b121bceab979cd713c_arm64 as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:a24ab28af295a2f21a87dde7fe48eea40fa8edd5868f19b121bceab979cd713c_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:a24ab28af295a2f21a87dde7fe48eea40fa8edd5868f19b121bceab979cd713c_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:c10130b70dc6bb0706287f33b62ae59c4e6ebc6649efcbb52c2af2f923ed8e13_amd64 as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:c10130b70dc6bb0706287f33b62ae59c4e6ebc6649efcbb52c2af2f923ed8e13_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:c10130b70dc6bb0706287f33b62ae59c4e6ebc6649efcbb52c2af2f923ed8e13_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1292adc5c80313fd2e2a2afb312bcaa2c0589e4492c0e559b36d6c999ce7494e_s390x as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1292adc5c80313fd2e2a2afb312bcaa2c0589e4492c0e559b36d6c999ce7494e_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1292adc5c80313fd2e2a2afb312bcaa2c0589e4492c0e559b36d6c999ce7494e_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:39922555d2dd709d2e4b1b25282e551c360e7c44894feecf91ac25aef35d2a40_amd64 as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:39922555d2dd709d2e4b1b25282e551c360e7c44894feecf91ac25aef35d2a40_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:39922555d2dd709d2e4b1b25282e551c360e7c44894feecf91ac25aef35d2a40_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:e806827b2d3f34c740ed638b5dd14272dce8ae73bc46d932ac226e57b329b5bd_arm64 as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:e806827b2d3f34c740ed638b5dd14272dce8ae73bc46d932ac226e57b329b5bd_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:e806827b2d3f34c740ed638b5dd14272dce8ae73bc46d932ac226e57b329b5bd_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:1e1235b7da09a9eb5e4518381f0650b63ea57bf5e8798f7e2d34b9f051c9ec49_arm64 as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:1e1235b7da09a9eb5e4518381f0650b63ea57bf5e8798f7e2d34b9f051c9ec49_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:1e1235b7da09a9eb5e4518381f0650b63ea57bf5e8798f7e2d34b9f051c9ec49_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:3bc73340bb9eacaedae8de3a3254c8c970ffc33eac24605cbbbe47e17d0938eb_amd64 as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:3bc73340bb9eacaedae8de3a3254c8c970ffc33eac24605cbbbe47e17d0938eb_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:3bc73340bb9eacaedae8de3a3254c8c970ffc33eac24605cbbbe47e17d0938eb_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:546fe97b880b65523a0ed0b522746c3bf3459ebf5dc2840425182eda55e78a4b_s390x as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:546fe97b880b65523a0ed0b522746c3bf3459ebf5dc2840425182eda55e78a4b_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:546fe97b880b65523a0ed0b522746c3bf3459ebf5dc2840425182eda55e78a4b_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:3a46271336a322e727ada1a52fe9258609bf18e1525caffb55b367057022455a_s390x as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:3a46271336a322e727ada1a52fe9258609bf18e1525caffb55b367057022455a_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:3a46271336a322e727ada1a52fe9258609bf18e1525caffb55b367057022455a_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:989592a4af1d284040e827ed963cbfb36edd2915f1aeef250c1975312dfdcf8d_arm64 as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:989592a4af1d284040e827ed963cbfb36edd2915f1aeef250c1975312dfdcf8d_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:989592a4af1d284040e827ed963cbfb36edd2915f1aeef250c1975312dfdcf8d_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f68976c6ca27b2589f4504b1ce63fa38a2102ce06050c870996fb2509d415086_amd64 as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f68976c6ca27b2589f4504b1ce63fa38a2102ce06050c870996fb2509d415086_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f68976c6ca27b2589f4504b1ce63fa38a2102ce06050c870996fb2509d415086_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:328924f6d5c57f96ac996a3d36445167af829405c733e17e0853d6d0961efd6d_amd64 as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:328924f6d5c57f96ac996a3d36445167af829405c733e17e0853d6d0961efd6d_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:328924f6d5c57f96ac996a3d36445167af829405c733e17e0853d6d0961efd6d_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:348d998286a363a7f7e6cbc3a6506604e41a842bcf014ecdac5361025bdb1504_arm64 as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:348d998286a363a7f7e6cbc3a6506604e41a842bcf014ecdac5361025bdb1504_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:348d998286a363a7f7e6cbc3a6506604e41a842bcf014ecdac5361025bdb1504_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:70f0a1e278dafa250a67a07063d61b312ceff65c31736c35fe57c1e382aa499e_s390x as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:70f0a1e278dafa250a67a07063d61b312ceff65c31736c35fe57c1e382aa499e_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:70f0a1e278dafa250a67a07063d61b312ceff65c31736c35fe57c1e382aa499e_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:10f70049797f842c5bcb0d17b21c4ae8b93f876705a06b1f443a198ea3b535cf_s390x as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:10f70049797f842c5bcb0d17b21c4ae8b93f876705a06b1f443a198ea3b535cf_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:10f70049797f842c5bcb0d17b21c4ae8b93f876705a06b1f443a198ea3b535cf_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:3122c82abe9a22c03cd31bc56c65b89f67d93ab2a14166e43a9bb92d93b493f4_amd64 as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:3122c82abe9a22c03cd31bc56c65b89f67d93ab2a14166e43a9bb92d93b493f4_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:3122c82abe9a22c03cd31bc56c65b89f67d93ab2a14166e43a9bb92d93b493f4_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:6a2a370672aa9e900b390886b6f721b5341935443960f4420e2c07ac694f9f68_arm64 as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:6a2a370672aa9e900b390886b6f721b5341935443960f4420e2c07ac694f9f68_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:6a2a370672aa9e900b390886b6f721b5341935443960f4420e2c07ac694f9f68_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:3049cadb9d1c86b1c8b1915b91867940587239f1e0106707edc75b4e8d99a838_s390x as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:3049cadb9d1c86b1c8b1915b91867940587239f1e0106707edc75b4e8d99a838_s390x"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:3049cadb9d1c86b1c8b1915b91867940587239f1e0106707edc75b4e8d99a838_s390x",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:4de4bfc1f5de0893eacbf733ae4fb6bb4a9ca58401bf52856b27aa25becb0749_arm64 as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:4de4bfc1f5de0893eacbf733ae4fb6bb4a9ca58401bf52856b27aa25becb0749_arm64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:4de4bfc1f5de0893eacbf733ae4fb6bb4a9ca58401bf52856b27aa25becb0749_arm64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:c877b961cd108addceb242c66eb6132c5b494d5515f1b28642eaa2135927396b_amd64 as a component of Red Hat Container Native Virtualization 4.20",
"product_id": "Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:c877b961cd108addceb242c66eb6132c5b494d5515f1b28642eaa2135927396b_amd64"
},
"product_reference": "registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:c877b961cd108addceb242c66eb6132c5b494d5515f1b28642eaa2135927396b_amd64",
"relates_to_product_reference": "Red Hat Container Native Virtualization 4.20"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Thai Son Dinh, GitHub: @sondt99"
],
"organization": "VinSOC"
}
],
"cve": "CVE-2026-9804",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2026-05-18T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:94744a5303d2b15ef0d1df7bea401ef95015a58031061179a5280ffbf90f4218_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:a9cfb3720b0f4198e869a61f96c35409e1a29702d67217d5e20ccd456677e1c7_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:d9b68f52d412b8af433a2854949b48f8f365ac11b68298648495b566613f0ff5_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:30d1c4c38f2f9900c5f9b243a9103af204c7b63ab6af1e86f20eba7c8c60667a_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:a3a8e0f19814f8e5cd5c5b792db82bdad219a2cf0e1449a36d39cbe891b8c984_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:cb091c2dca4aacc986549c15b6282bfce93953e89e91f82f9cedff9bd2f92b2b_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b9a034ed14bcc830b68a9c403d25e7f66d2a82e7a638d2872da18ec59606dbd1_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d05e8abba991f7073d4641aa064a6e9b8302c3320cd3102f526ed1cd374e3228_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d57191f96da8551795340482f3b42a218f5880a51a579d5b97bba74534bc4b5f_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:69dcde48fb457352696d0a2adf6cb707e878ba247a84048db22269e090c14052_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:8354cd031e580c81d5b6006eb767dfcc23d244953d32242c0dcee95c47c74cf3_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:bec364b43840fd423dfa14fb977c874224c940fa61e15461b55ba1794648ec39_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:565f8c6722638fde2e1fbc3221d9ff657ed6428206355e77572aa1510ae8dfa8_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:bbd42ea86788305dcc5e2d2e56620ea6fec59fc276ccb3223fe5f2e4eaf02d6e_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:d39ad70d9cb08a136520843d2f6274e703d64550241291515204acd80e0f80a1_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:3e4f473e9708708974497dd6e62560124cb684ec4878b2ec5e38bbae6199826d_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:831e65662125ef3e2c868daaca4d038c50529df289ce444d94768aa3f85d1033_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:fadaa25ac3f50af1991480d24c003f448b169f8ae0af011b692f649cacf865fa_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:0f45379e789805ff60a29f4cddf23af1641e10fae15fda6b2a56d27fe92a9a15_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:2484fec541a8b9d5f24b9833048159a702c87e55d4b6efececf17d4ed8851075_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:683ce215e9a06570837f32c97a042b8b0bef5b5a3b81ad43937b5c33c0750cae_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:444b7c8e5f370062a9a5c10dedf46e2649575b3495a745103e0df5100f09c135_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:a24ab28af295a2f21a87dde7fe48eea40fa8edd5868f19b121bceab979cd713c_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:c10130b70dc6bb0706287f33b62ae59c4e6ebc6649efcbb52c2af2f923ed8e13_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1292adc5c80313fd2e2a2afb312bcaa2c0589e4492c0e559b36d6c999ce7494e_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:39922555d2dd709d2e4b1b25282e551c360e7c44894feecf91ac25aef35d2a40_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:e806827b2d3f34c740ed638b5dd14272dce8ae73bc46d932ac226e57b329b5bd_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:3a46271336a322e727ada1a52fe9258609bf18e1525caffb55b367057022455a_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:989592a4af1d284040e827ed963cbfb36edd2915f1aeef250c1975312dfdcf8d_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f68976c6ca27b2589f4504b1ce63fa38a2102ce06050c870996fb2509d415086_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:328924f6d5c57f96ac996a3d36445167af829405c733e17e0853d6d0961efd6d_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:348d998286a363a7f7e6cbc3a6506604e41a842bcf014ecdac5361025bdb1504_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:70f0a1e278dafa250a67a07063d61b312ceff65c31736c35fe57c1e382aa499e_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:10f70049797f842c5bcb0d17b21c4ae8b93f876705a06b1f443a198ea3b535cf_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:3122c82abe9a22c03cd31bc56c65b89f67d93ab2a14166e43a9bb92d93b493f4_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:6a2a370672aa9e900b390886b6f721b5341935443960f4420e2c07ac694f9f68_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:3049cadb9d1c86b1c8b1915b91867940587239f1e0106707edc75b4e8d99a838_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:4de4bfc1f5de0893eacbf733ae4fb6bb4a9ca58401bf52856b27aa25becb0749_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:c877b961cd108addceb242c66eb6132c5b494d5515f1b28642eaa2135927396b_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2482487"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in KubeVirt\u0027s virt-exportserver component. An attacker with specific namespace-level access can exploit a path traversal vulnerability in the VMExport directory endpoint. By placing a symbolic link (symlink) within an exported filesystem Persistent Volume Claim (PVC) that points outside its designated mount root, the attacker can read arbitrary files from the exporter pod\u0027s filesystem. This leads to information disclosure, potentially exposing sensitive data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kubevirt: kubevirt: VMExport directory symlink escape enables exporter pod file read",
"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 Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:1e1235b7da09a9eb5e4518381f0650b63ea57bf5e8798f7e2d34b9f051c9ec49_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:3bc73340bb9eacaedae8de3a3254c8c970ffc33eac24605cbbbe47e17d0938eb_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:546fe97b880b65523a0ed0b522746c3bf3459ebf5dc2840425182eda55e78a4b_s390x"
],
"known_not_affected": [
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:94744a5303d2b15ef0d1df7bea401ef95015a58031061179a5280ffbf90f4218_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:a9cfb3720b0f4198e869a61f96c35409e1a29702d67217d5e20ccd456677e1c7_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:d9b68f52d412b8af433a2854949b48f8f365ac11b68298648495b566613f0ff5_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:30d1c4c38f2f9900c5f9b243a9103af204c7b63ab6af1e86f20eba7c8c60667a_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:a3a8e0f19814f8e5cd5c5b792db82bdad219a2cf0e1449a36d39cbe891b8c984_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:cb091c2dca4aacc986549c15b6282bfce93953e89e91f82f9cedff9bd2f92b2b_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b9a034ed14bcc830b68a9c403d25e7f66d2a82e7a638d2872da18ec59606dbd1_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d05e8abba991f7073d4641aa064a6e9b8302c3320cd3102f526ed1cd374e3228_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d57191f96da8551795340482f3b42a218f5880a51a579d5b97bba74534bc4b5f_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:69dcde48fb457352696d0a2adf6cb707e878ba247a84048db22269e090c14052_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:8354cd031e580c81d5b6006eb767dfcc23d244953d32242c0dcee95c47c74cf3_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:bec364b43840fd423dfa14fb977c874224c940fa61e15461b55ba1794648ec39_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:565f8c6722638fde2e1fbc3221d9ff657ed6428206355e77572aa1510ae8dfa8_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:bbd42ea86788305dcc5e2d2e56620ea6fec59fc276ccb3223fe5f2e4eaf02d6e_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:d39ad70d9cb08a136520843d2f6274e703d64550241291515204acd80e0f80a1_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:3e4f473e9708708974497dd6e62560124cb684ec4878b2ec5e38bbae6199826d_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:831e65662125ef3e2c868daaca4d038c50529df289ce444d94768aa3f85d1033_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:fadaa25ac3f50af1991480d24c003f448b169f8ae0af011b692f649cacf865fa_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:0f45379e789805ff60a29f4cddf23af1641e10fae15fda6b2a56d27fe92a9a15_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:2484fec541a8b9d5f24b9833048159a702c87e55d4b6efececf17d4ed8851075_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:683ce215e9a06570837f32c97a042b8b0bef5b5a3b81ad43937b5c33c0750cae_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:444b7c8e5f370062a9a5c10dedf46e2649575b3495a745103e0df5100f09c135_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:a24ab28af295a2f21a87dde7fe48eea40fa8edd5868f19b121bceab979cd713c_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:c10130b70dc6bb0706287f33b62ae59c4e6ebc6649efcbb52c2af2f923ed8e13_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1292adc5c80313fd2e2a2afb312bcaa2c0589e4492c0e559b36d6c999ce7494e_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:39922555d2dd709d2e4b1b25282e551c360e7c44894feecf91ac25aef35d2a40_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:e806827b2d3f34c740ed638b5dd14272dce8ae73bc46d932ac226e57b329b5bd_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:3a46271336a322e727ada1a52fe9258609bf18e1525caffb55b367057022455a_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:989592a4af1d284040e827ed963cbfb36edd2915f1aeef250c1975312dfdcf8d_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f68976c6ca27b2589f4504b1ce63fa38a2102ce06050c870996fb2509d415086_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:328924f6d5c57f96ac996a3d36445167af829405c733e17e0853d6d0961efd6d_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:348d998286a363a7f7e6cbc3a6506604e41a842bcf014ecdac5361025bdb1504_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:70f0a1e278dafa250a67a07063d61b312ceff65c31736c35fe57c1e382aa499e_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:10f70049797f842c5bcb0d17b21c4ae8b93f876705a06b1f443a198ea3b535cf_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:3122c82abe9a22c03cd31bc56c65b89f67d93ab2a14166e43a9bb92d93b493f4_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:6a2a370672aa9e900b390886b6f721b5341935443960f4420e2c07ac694f9f68_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:3049cadb9d1c86b1c8b1915b91867940587239f1e0106707edc75b4e8d99a838_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:4de4bfc1f5de0893eacbf733ae4fb6bb4a9ca58401bf52856b27aa25becb0749_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:c877b961cd108addceb242c66eb6132c5b494d5515f1b28642eaa2135927396b_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-9804"
},
{
"category": "external",
"summary": "RHBZ#2482487",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482487"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-9804",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9804"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-9804",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-9804"
}
],
"release_date": "2026-05-28T06:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-22T14:57:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:1e1235b7da09a9eb5e4518381f0650b63ea57bf5e8798f7e2d34b9f051c9ec49_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:3bc73340bb9eacaedae8de3a3254c8c970ffc33eac24605cbbbe47e17d0938eb_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:546fe97b880b65523a0ed0b522746c3bf3459ebf5dc2840425182eda55e78a4b_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27983"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:94744a5303d2b15ef0d1df7bea401ef95015a58031061179a5280ffbf90f4218_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:a9cfb3720b0f4198e869a61f96c35409e1a29702d67217d5e20ccd456677e1c7_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:d9b68f52d412b8af433a2854949b48f8f365ac11b68298648495b566613f0ff5_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:30d1c4c38f2f9900c5f9b243a9103af204c7b63ab6af1e86f20eba7c8c60667a_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:a3a8e0f19814f8e5cd5c5b792db82bdad219a2cf0e1449a36d39cbe891b8c984_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:cb091c2dca4aacc986549c15b6282bfce93953e89e91f82f9cedff9bd2f92b2b_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b9a034ed14bcc830b68a9c403d25e7f66d2a82e7a638d2872da18ec59606dbd1_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d05e8abba991f7073d4641aa064a6e9b8302c3320cd3102f526ed1cd374e3228_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d57191f96da8551795340482f3b42a218f5880a51a579d5b97bba74534bc4b5f_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:69dcde48fb457352696d0a2adf6cb707e878ba247a84048db22269e090c14052_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:8354cd031e580c81d5b6006eb767dfcc23d244953d32242c0dcee95c47c74cf3_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:bec364b43840fd423dfa14fb977c874224c940fa61e15461b55ba1794648ec39_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:565f8c6722638fde2e1fbc3221d9ff657ed6428206355e77572aa1510ae8dfa8_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:bbd42ea86788305dcc5e2d2e56620ea6fec59fc276ccb3223fe5f2e4eaf02d6e_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:d39ad70d9cb08a136520843d2f6274e703d64550241291515204acd80e0f80a1_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:3e4f473e9708708974497dd6e62560124cb684ec4878b2ec5e38bbae6199826d_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:831e65662125ef3e2c868daaca4d038c50529df289ce444d94768aa3f85d1033_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:fadaa25ac3f50af1991480d24c003f448b169f8ae0af011b692f649cacf865fa_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:0f45379e789805ff60a29f4cddf23af1641e10fae15fda6b2a56d27fe92a9a15_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:2484fec541a8b9d5f24b9833048159a702c87e55d4b6efececf17d4ed8851075_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:683ce215e9a06570837f32c97a042b8b0bef5b5a3b81ad43937b5c33c0750cae_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:444b7c8e5f370062a9a5c10dedf46e2649575b3495a745103e0df5100f09c135_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:a24ab28af295a2f21a87dde7fe48eea40fa8edd5868f19b121bceab979cd713c_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:c10130b70dc6bb0706287f33b62ae59c4e6ebc6649efcbb52c2af2f923ed8e13_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1292adc5c80313fd2e2a2afb312bcaa2c0589e4492c0e559b36d6c999ce7494e_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:39922555d2dd709d2e4b1b25282e551c360e7c44894feecf91ac25aef35d2a40_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:e806827b2d3f34c740ed638b5dd14272dce8ae73bc46d932ac226e57b329b5bd_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:1e1235b7da09a9eb5e4518381f0650b63ea57bf5e8798f7e2d34b9f051c9ec49_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:3bc73340bb9eacaedae8de3a3254c8c970ffc33eac24605cbbbe47e17d0938eb_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:546fe97b880b65523a0ed0b522746c3bf3459ebf5dc2840425182eda55e78a4b_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:3a46271336a322e727ada1a52fe9258609bf18e1525caffb55b367057022455a_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:989592a4af1d284040e827ed963cbfb36edd2915f1aeef250c1975312dfdcf8d_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f68976c6ca27b2589f4504b1ce63fa38a2102ce06050c870996fb2509d415086_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:328924f6d5c57f96ac996a3d36445167af829405c733e17e0853d6d0961efd6d_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:348d998286a363a7f7e6cbc3a6506604e41a842bcf014ecdac5361025bdb1504_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:70f0a1e278dafa250a67a07063d61b312ceff65c31736c35fe57c1e382aa499e_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:10f70049797f842c5bcb0d17b21c4ae8b93f876705a06b1f443a198ea3b535cf_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:3122c82abe9a22c03cd31bc56c65b89f67d93ab2a14166e43a9bb92d93b493f4_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:6a2a370672aa9e900b390886b6f721b5341935443960f4420e2c07ac694f9f68_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:3049cadb9d1c86b1c8b1915b91867940587239f1e0106707edc75b4e8d99a838_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:4de4bfc1f5de0893eacbf733ae4fb6bb4a9ca58401bf52856b27aa25becb0749_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:c877b961cd108addceb242c66eb6132c5b494d5515f1b28642eaa2135927396b_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kubevirt: kubevirt: VMExport directory symlink escape enables exporter pod file read"
},
{
"cve": "CVE-2026-35469",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-13T03:52:35+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:94744a5303d2b15ef0d1df7bea401ef95015a58031061179a5280ffbf90f4218_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:a9cfb3720b0f4198e869a61f96c35409e1a29702d67217d5e20ccd456677e1c7_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:d9b68f52d412b8af433a2854949b48f8f365ac11b68298648495b566613f0ff5_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:30d1c4c38f2f9900c5f9b243a9103af204c7b63ab6af1e86f20eba7c8c60667a_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:a3a8e0f19814f8e5cd5c5b792db82bdad219a2cf0e1449a36d39cbe891b8c984_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:cb091c2dca4aacc986549c15b6282bfce93953e89e91f82f9cedff9bd2f92b2b_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b9a034ed14bcc830b68a9c403d25e7f66d2a82e7a638d2872da18ec59606dbd1_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d05e8abba991f7073d4641aa064a6e9b8302c3320cd3102f526ed1cd374e3228_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d57191f96da8551795340482f3b42a218f5880a51a579d5b97bba74534bc4b5f_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:69dcde48fb457352696d0a2adf6cb707e878ba247a84048db22269e090c14052_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:8354cd031e580c81d5b6006eb767dfcc23d244953d32242c0dcee95c47c74cf3_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:bec364b43840fd423dfa14fb977c874224c940fa61e15461b55ba1794648ec39_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:565f8c6722638fde2e1fbc3221d9ff657ed6428206355e77572aa1510ae8dfa8_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:bbd42ea86788305dcc5e2d2e56620ea6fec59fc276ccb3223fe5f2e4eaf02d6e_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:d39ad70d9cb08a136520843d2f6274e703d64550241291515204acd80e0f80a1_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:3e4f473e9708708974497dd6e62560124cb684ec4878b2ec5e38bbae6199826d_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:831e65662125ef3e2c868daaca4d038c50529df289ce444d94768aa3f85d1033_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:fadaa25ac3f50af1991480d24c003f448b169f8ae0af011b692f649cacf865fa_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:0f45379e789805ff60a29f4cddf23af1641e10fae15fda6b2a56d27fe92a9a15_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:2484fec541a8b9d5f24b9833048159a702c87e55d4b6efececf17d4ed8851075_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:683ce215e9a06570837f32c97a042b8b0bef5b5a3b81ad43937b5c33c0750cae_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:444b7c8e5f370062a9a5c10dedf46e2649575b3495a745103e0df5100f09c135_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:a24ab28af295a2f21a87dde7fe48eea40fa8edd5868f19b121bceab979cd713c_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:c10130b70dc6bb0706287f33b62ae59c4e6ebc6649efcbb52c2af2f923ed8e13_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1292adc5c80313fd2e2a2afb312bcaa2c0589e4492c0e559b36d6c999ce7494e_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:39922555d2dd709d2e4b1b25282e551c360e7c44894feecf91ac25aef35d2a40_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:e806827b2d3f34c740ed638b5dd14272dce8ae73bc46d932ac226e57b329b5bd_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:3a46271336a322e727ada1a52fe9258609bf18e1525caffb55b367057022455a_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:989592a4af1d284040e827ed963cbfb36edd2915f1aeef250c1975312dfdcf8d_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f68976c6ca27b2589f4504b1ce63fa38a2102ce06050c870996fb2509d415086_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:328924f6d5c57f96ac996a3d36445167af829405c733e17e0853d6d0961efd6d_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:348d998286a363a7f7e6cbc3a6506604e41a842bcf014ecdac5361025bdb1504_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:70f0a1e278dafa250a67a07063d61b312ceff65c31736c35fe57c1e382aa499e_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:10f70049797f842c5bcb0d17b21c4ae8b93f876705a06b1f443a198ea3b535cf_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:3122c82abe9a22c03cd31bc56c65b89f67d93ab2a14166e43a9bb92d93b493f4_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:6a2a370672aa9e900b390886b6f721b5341935443960f4420e2c07ac694f9f68_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:3049cadb9d1c86b1c8b1915b91867940587239f1e0106707edc75b4e8d99a838_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:4de4bfc1f5de0893eacbf733ae4fb6bb4a9ca58401bf52856b27aa25becb0749_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:c877b961cd108addceb242c66eb6132c5b494d5515f1b28642eaa2135927396b_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457729"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service flaw affecting OpenShift Container Platform. An attacker with specific elevated cluster roles, such as those permitting pod port forwarding, execution, attachment, or node proxying, could exploit a vulnerability in the SPDY streaming code of Kubelet, CRI-O, and kube-apiserver, leading to unresponsiveness of these critical components.",
"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 Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:1e1235b7da09a9eb5e4518381f0650b63ea57bf5e8798f7e2d34b9f051c9ec49_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:3bc73340bb9eacaedae8de3a3254c8c970ffc33eac24605cbbbe47e17d0938eb_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:546fe97b880b65523a0ed0b522746c3bf3459ebf5dc2840425182eda55e78a4b_s390x"
],
"known_not_affected": [
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:94744a5303d2b15ef0d1df7bea401ef95015a58031061179a5280ffbf90f4218_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:a9cfb3720b0f4198e869a61f96c35409e1a29702d67217d5e20ccd456677e1c7_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:d9b68f52d412b8af433a2854949b48f8f365ac11b68298648495b566613f0ff5_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:30d1c4c38f2f9900c5f9b243a9103af204c7b63ab6af1e86f20eba7c8c60667a_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:a3a8e0f19814f8e5cd5c5b792db82bdad219a2cf0e1449a36d39cbe891b8c984_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:cb091c2dca4aacc986549c15b6282bfce93953e89e91f82f9cedff9bd2f92b2b_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b9a034ed14bcc830b68a9c403d25e7f66d2a82e7a638d2872da18ec59606dbd1_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d05e8abba991f7073d4641aa064a6e9b8302c3320cd3102f526ed1cd374e3228_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d57191f96da8551795340482f3b42a218f5880a51a579d5b97bba74534bc4b5f_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:69dcde48fb457352696d0a2adf6cb707e878ba247a84048db22269e090c14052_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:8354cd031e580c81d5b6006eb767dfcc23d244953d32242c0dcee95c47c74cf3_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:bec364b43840fd423dfa14fb977c874224c940fa61e15461b55ba1794648ec39_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:565f8c6722638fde2e1fbc3221d9ff657ed6428206355e77572aa1510ae8dfa8_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:bbd42ea86788305dcc5e2d2e56620ea6fec59fc276ccb3223fe5f2e4eaf02d6e_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:d39ad70d9cb08a136520843d2f6274e703d64550241291515204acd80e0f80a1_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:3e4f473e9708708974497dd6e62560124cb684ec4878b2ec5e38bbae6199826d_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:831e65662125ef3e2c868daaca4d038c50529df289ce444d94768aa3f85d1033_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:fadaa25ac3f50af1991480d24c003f448b169f8ae0af011b692f649cacf865fa_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:0f45379e789805ff60a29f4cddf23af1641e10fae15fda6b2a56d27fe92a9a15_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:2484fec541a8b9d5f24b9833048159a702c87e55d4b6efececf17d4ed8851075_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:683ce215e9a06570837f32c97a042b8b0bef5b5a3b81ad43937b5c33c0750cae_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:444b7c8e5f370062a9a5c10dedf46e2649575b3495a745103e0df5100f09c135_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:a24ab28af295a2f21a87dde7fe48eea40fa8edd5868f19b121bceab979cd713c_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:c10130b70dc6bb0706287f33b62ae59c4e6ebc6649efcbb52c2af2f923ed8e13_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1292adc5c80313fd2e2a2afb312bcaa2c0589e4492c0e559b36d6c999ce7494e_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:39922555d2dd709d2e4b1b25282e551c360e7c44894feecf91ac25aef35d2a40_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:e806827b2d3f34c740ed638b5dd14272dce8ae73bc46d932ac226e57b329b5bd_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:3a46271336a322e727ada1a52fe9258609bf18e1525caffb55b367057022455a_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:989592a4af1d284040e827ed963cbfb36edd2915f1aeef250c1975312dfdcf8d_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f68976c6ca27b2589f4504b1ce63fa38a2102ce06050c870996fb2509d415086_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:328924f6d5c57f96ac996a3d36445167af829405c733e17e0853d6d0961efd6d_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:348d998286a363a7f7e6cbc3a6506604e41a842bcf014ecdac5361025bdb1504_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:70f0a1e278dafa250a67a07063d61b312ceff65c31736c35fe57c1e382aa499e_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:10f70049797f842c5bcb0d17b21c4ae8b93f876705a06b1f443a198ea3b535cf_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:3122c82abe9a22c03cd31bc56c65b89f67d93ab2a14166e43a9bb92d93b493f4_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:6a2a370672aa9e900b390886b6f721b5341935443960f4420e2c07ac694f9f68_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:3049cadb9d1c86b1c8b1915b91867940587239f1e0106707edc75b4e8d99a838_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:4de4bfc1f5de0893eacbf733ae4fb6bb4a9ca58401bf52856b27aa25becb0749_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:c877b961cd108addceb242c66eb6132c5b494d5515f1b28642eaa2135927396b_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-35469"
},
{
"category": "external",
"summary": "RHBZ#2457729",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457729"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-35469",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35469"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469"
}
],
"release_date": "2026-04-13T23:59:59+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-22T14:57:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:1e1235b7da09a9eb5e4518381f0650b63ea57bf5e8798f7e2d34b9f051c9ec49_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:3bc73340bb9eacaedae8de3a3254c8c970ffc33eac24605cbbbe47e17d0938eb_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:546fe97b880b65523a0ed0b522746c3bf3459ebf5dc2840425182eda55e78a4b_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:27983"
},
{
"category": "workaround",
"details": "To mitigate this issue, review and restrict the assignment of Kubernetes cluster roles `pods/portforward (create)`, `pods/exec (create)`, `pods/attach (create)`, and `nodes/proxy (get/create)` to untrusted users or service accounts. Ensure that only authorized and necessary entities possess these permissions. Modifying RBAC policies can impact the functionality of applications and services that rely on these permissions; careful testing is recommended.",
"product_ids": [
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:94744a5303d2b15ef0d1df7bea401ef95015a58031061179a5280ffbf90f4218_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:a9cfb3720b0f4198e869a61f96c35409e1a29702d67217d5e20ccd456677e1c7_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:d9b68f52d412b8af433a2854949b48f8f365ac11b68298648495b566613f0ff5_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:30d1c4c38f2f9900c5f9b243a9103af204c7b63ab6af1e86f20eba7c8c60667a_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:a3a8e0f19814f8e5cd5c5b792db82bdad219a2cf0e1449a36d39cbe891b8c984_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:cb091c2dca4aacc986549c15b6282bfce93953e89e91f82f9cedff9bd2f92b2b_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b9a034ed14bcc830b68a9c403d25e7f66d2a82e7a638d2872da18ec59606dbd1_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d05e8abba991f7073d4641aa064a6e9b8302c3320cd3102f526ed1cd374e3228_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d57191f96da8551795340482f3b42a218f5880a51a579d5b97bba74534bc4b5f_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:69dcde48fb457352696d0a2adf6cb707e878ba247a84048db22269e090c14052_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:8354cd031e580c81d5b6006eb767dfcc23d244953d32242c0dcee95c47c74cf3_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:bec364b43840fd423dfa14fb977c874224c940fa61e15461b55ba1794648ec39_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:565f8c6722638fde2e1fbc3221d9ff657ed6428206355e77572aa1510ae8dfa8_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:bbd42ea86788305dcc5e2d2e56620ea6fec59fc276ccb3223fe5f2e4eaf02d6e_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:d39ad70d9cb08a136520843d2f6274e703d64550241291515204acd80e0f80a1_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:3e4f473e9708708974497dd6e62560124cb684ec4878b2ec5e38bbae6199826d_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:831e65662125ef3e2c868daaca4d038c50529df289ce444d94768aa3f85d1033_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:fadaa25ac3f50af1991480d24c003f448b169f8ae0af011b692f649cacf865fa_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:0f45379e789805ff60a29f4cddf23af1641e10fae15fda6b2a56d27fe92a9a15_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:2484fec541a8b9d5f24b9833048159a702c87e55d4b6efececf17d4ed8851075_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:683ce215e9a06570837f32c97a042b8b0bef5b5a3b81ad43937b5c33c0750cae_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:444b7c8e5f370062a9a5c10dedf46e2649575b3495a745103e0df5100f09c135_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:a24ab28af295a2f21a87dde7fe48eea40fa8edd5868f19b121bceab979cd713c_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:c10130b70dc6bb0706287f33b62ae59c4e6ebc6649efcbb52c2af2f923ed8e13_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1292adc5c80313fd2e2a2afb312bcaa2c0589e4492c0e559b36d6c999ce7494e_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:39922555d2dd709d2e4b1b25282e551c360e7c44894feecf91ac25aef35d2a40_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:e806827b2d3f34c740ed638b5dd14272dce8ae73bc46d932ac226e57b329b5bd_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:1e1235b7da09a9eb5e4518381f0650b63ea57bf5e8798f7e2d34b9f051c9ec49_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:3bc73340bb9eacaedae8de3a3254c8c970ffc33eac24605cbbbe47e17d0938eb_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:546fe97b880b65523a0ed0b522746c3bf3459ebf5dc2840425182eda55e78a4b_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:3a46271336a322e727ada1a52fe9258609bf18e1525caffb55b367057022455a_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:989592a4af1d284040e827ed963cbfb36edd2915f1aeef250c1975312dfdcf8d_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f68976c6ca27b2589f4504b1ce63fa38a2102ce06050c870996fb2509d415086_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:328924f6d5c57f96ac996a3d36445167af829405c733e17e0853d6d0961efd6d_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:348d998286a363a7f7e6cbc3a6506604e41a842bcf014ecdac5361025bdb1504_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:70f0a1e278dafa250a67a07063d61b312ceff65c31736c35fe57c1e382aa499e_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:10f70049797f842c5bcb0d17b21c4ae8b93f876705a06b1f443a198ea3b535cf_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:3122c82abe9a22c03cd31bc56c65b89f67d93ab2a14166e43a9bb92d93b493f4_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:6a2a370672aa9e900b390886b6f721b5341935443960f4420e2c07ac694f9f68_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:3049cadb9d1c86b1c8b1915b91867940587239f1e0106707edc75b4e8d99a838_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:4de4bfc1f5de0893eacbf733ae4fb6bb4a9ca58401bf52856b27aa25becb0749_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:c877b961cd108addceb242c66eb6132c5b494d5515f1b28642eaa2135927396b_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:94744a5303d2b15ef0d1df7bea401ef95015a58031061179a5280ffbf90f4218_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:a9cfb3720b0f4198e869a61f96c35409e1a29702d67217d5e20ccd456677e1c7_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:d9b68f52d412b8af433a2854949b48f8f365ac11b68298648495b566613f0ff5_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:30d1c4c38f2f9900c5f9b243a9103af204c7b63ab6af1e86f20eba7c8c60667a_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:a3a8e0f19814f8e5cd5c5b792db82bdad219a2cf0e1449a36d39cbe891b8c984_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:cb091c2dca4aacc986549c15b6282bfce93953e89e91f82f9cedff9bd2f92b2b_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:b9a034ed14bcc830b68a9c403d25e7f66d2a82e7a638d2872da18ec59606dbd1_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d05e8abba991f7073d4641aa064a6e9b8302c3320cd3102f526ed1cd374e3228_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:d57191f96da8551795340482f3b42a218f5880a51a579d5b97bba74534bc4b5f_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:69dcde48fb457352696d0a2adf6cb707e878ba247a84048db22269e090c14052_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:8354cd031e580c81d5b6006eb767dfcc23d244953d32242c0dcee95c47c74cf3_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:bec364b43840fd423dfa14fb977c874224c940fa61e15461b55ba1794648ec39_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:565f8c6722638fde2e1fbc3221d9ff657ed6428206355e77572aa1510ae8dfa8_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:bbd42ea86788305dcc5e2d2e56620ea6fec59fc276ccb3223fe5f2e4eaf02d6e_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:d39ad70d9cb08a136520843d2f6274e703d64550241291515204acd80e0f80a1_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:3e4f473e9708708974497dd6e62560124cb684ec4878b2ec5e38bbae6199826d_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:831e65662125ef3e2c868daaca4d038c50529df289ce444d94768aa3f85d1033_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:fadaa25ac3f50af1991480d24c003f448b169f8ae0af011b692f649cacf865fa_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:0f45379e789805ff60a29f4cddf23af1641e10fae15fda6b2a56d27fe92a9a15_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:2484fec541a8b9d5f24b9833048159a702c87e55d4b6efececf17d4ed8851075_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:683ce215e9a06570837f32c97a042b8b0bef5b5a3b81ad43937b5c33c0750cae_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:444b7c8e5f370062a9a5c10dedf46e2649575b3495a745103e0df5100f09c135_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:a24ab28af295a2f21a87dde7fe48eea40fa8edd5868f19b121bceab979cd713c_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:c10130b70dc6bb0706287f33b62ae59c4e6ebc6649efcbb52c2af2f923ed8e13_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:1292adc5c80313fd2e2a2afb312bcaa2c0589e4492c0e559b36d6c999ce7494e_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:39922555d2dd709d2e4b1b25282e551c360e7c44894feecf91ac25aef35d2a40_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:e806827b2d3f34c740ed638b5dd14272dce8ae73bc46d932ac226e57b329b5bd_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:1e1235b7da09a9eb5e4518381f0650b63ea57bf5e8798f7e2d34b9f051c9ec49_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:3bc73340bb9eacaedae8de3a3254c8c970ffc33eac24605cbbbe47e17d0938eb_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:546fe97b880b65523a0ed0b522746c3bf3459ebf5dc2840425182eda55e78a4b_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:3a46271336a322e727ada1a52fe9258609bf18e1525caffb55b367057022455a_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:989592a4af1d284040e827ed963cbfb36edd2915f1aeef250c1975312dfdcf8d_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:f68976c6ca27b2589f4504b1ce63fa38a2102ce06050c870996fb2509d415086_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:328924f6d5c57f96ac996a3d36445167af829405c733e17e0853d6d0961efd6d_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:348d998286a363a7f7e6cbc3a6506604e41a842bcf014ecdac5361025bdb1504_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:70f0a1e278dafa250a67a07063d61b312ceff65c31736c35fe57c1e382aa499e_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:10f70049797f842c5bcb0d17b21c4ae8b93f876705a06b1f443a198ea3b535cf_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:3122c82abe9a22c03cd31bc56c65b89f67d93ab2a14166e43a9bb92d93b493f4_amd64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:6a2a370672aa9e900b390886b6f721b5341935443960f4420e2c07ac694f9f68_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:3049cadb9d1c86b1c8b1915b91867940587239f1e0106707edc75b4e8d99a838_s390x",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:4de4bfc1f5de0893eacbf733ae4fb6bb4a9ca58401bf52856b27aa25becb0749_arm64",
"Red Hat Container Native Virtualization 4.20:registry.redhat.io/container-native-virtualization/virt-synchronization-controller-rhel9@sha256:c877b961cd108addceb242c66eb6132c5b494d5515f1b28642eaa2135927396b_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code"
}
]
}
SUSE-SU-2026:2315-1
Vulnerability from csaf_suse - Published: 2026-06-09 12:51 - Updated: 2026-06-09 12:51| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.23-client-1.23.17-150300.7.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.23-client-1.23.17-150300.7.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.17.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for kubernetes1.23",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for kubernetes1.23 fixes the following issues\n\n- CVE-2026-33814: golang.org/x/net/http2: infinite loop in HTTP/2 transport when given bad SETTINGS_MAX_FRAME_SIZE\n (bsc#1265740).\n- CVE-2026-35469: github.com/moby/spdystream: memory amplification in SPDY frame parsing leads to denial of service\n (bsc#1262271).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-2315,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-2315,SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-2315,SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-2315,SUSE-SLE-Product-SLES_SAP-15-SP4-2026-2315",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_2315-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:2315-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262315-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:2315-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-June/047222.html"
},
{
"category": "self",
"summary": "SUSE Bug 1251168",
"url": "https://bugzilla.suse.com/1251168"
},
{
"category": "self",
"summary": "SUSE Bug 1262271",
"url": "https://bugzilla.suse.com/1262271"
},
{
"category": "self",
"summary": "SUSE Bug 1265740",
"url": "https://bugzilla.suse.com/1265740"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-33814 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33814/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-35469 page",
"url": "https://www.suse.com/security/cve/CVE-2026-35469/"
}
],
"title": "Security update for kubernetes1.23",
"tracking": {
"current_release_date": "2026-06-09T12:51:53Z",
"generator": {
"date": "2026-06-09T12:51:53Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:2315-1",
"initial_release_date": "2026-06-09T12:51:53Z",
"revision_history": [
{
"date": "2026-06-09T12:51:53Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "kubernetes1.23-apiserver-1.23.17-150300.7.17.1.aarch64",
"product": {
"name": "kubernetes1.23-apiserver-1.23.17-150300.7.17.1.aarch64",
"product_id": "kubernetes1.23-apiserver-1.23.17-150300.7.17.1.aarch64"
}
},
{
"category": "product_version",
"name": "kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64",
"product": {
"name": "kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64",
"product_id": "kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64"
}
},
{
"category": "product_version",
"name": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64",
"product": {
"name": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64",
"product_id": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64"
}
},
{
"category": "product_version",
"name": "kubernetes1.23-controller-manager-1.23.17-150300.7.17.1.aarch64",
"product": {
"name": "kubernetes1.23-controller-manager-1.23.17-150300.7.17.1.aarch64",
"product_id": "kubernetes1.23-controller-manager-1.23.17-150300.7.17.1.aarch64"
}
},
{
"category": "product_version",
"name": "kubernetes1.23-kubeadm-1.23.17-150300.7.17.1.aarch64",
"product": {
"name": "kubernetes1.23-kubeadm-1.23.17-150300.7.17.1.aarch64",
"product_id": "kubernetes1.23-kubeadm-1.23.17-150300.7.17.1.aarch64"
}
},
{
"category": "product_version",
"name": "kubernetes1.23-kubelet-1.23.17-150300.7.17.1.aarch64",
"product": {
"name": "kubernetes1.23-kubelet-1.23.17-150300.7.17.1.aarch64",
"product_id": "kubernetes1.23-kubelet-1.23.17-150300.7.17.1.aarch64"
}
},
{
"category": "product_version",
"name": "kubernetes1.23-kubelet-common-1.23.17-150300.7.17.1.aarch64",
"product": {
"name": "kubernetes1.23-kubelet-common-1.23.17-150300.7.17.1.aarch64",
"product_id": "kubernetes1.23-kubelet-common-1.23.17-150300.7.17.1.aarch64"
}
},
{
"category": "product_version",
"name": "kubernetes1.23-proxy-1.23.17-150300.7.17.1.aarch64",
"product": {
"name": "kubernetes1.23-proxy-1.23.17-150300.7.17.1.aarch64",
"product_id": "kubernetes1.23-proxy-1.23.17-150300.7.17.1.aarch64"
}
},
{
"category": "product_version",
"name": "kubernetes1.23-scheduler-1.23.17-150300.7.17.1.aarch64",
"product": {
"name": "kubernetes1.23-scheduler-1.23.17-150300.7.17.1.aarch64",
"product_id": "kubernetes1.23-scheduler-1.23.17-150300.7.17.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kubernetes1.23-client-bash-completion-1.23.17-150300.7.17.1.noarch",
"product": {
"name": "kubernetes1.23-client-bash-completion-1.23.17-150300.7.17.1.noarch",
"product_id": "kubernetes1.23-client-bash-completion-1.23.17-150300.7.17.1.noarch"
}
},
{
"category": "product_version",
"name": "kubernetes1.23-client-fish-completion-1.23.17-150300.7.17.1.noarch",
"product": {
"name": "kubernetes1.23-client-fish-completion-1.23.17-150300.7.17.1.noarch",
"product_id": "kubernetes1.23-client-fish-completion-1.23.17-150300.7.17.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "kubernetes1.23-apiserver-1.23.17-150300.7.17.1.ppc64le",
"product": {
"name": "kubernetes1.23-apiserver-1.23.17-150300.7.17.1.ppc64le",
"product_id": "kubernetes1.23-apiserver-1.23.17-150300.7.17.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kubernetes1.23-client-1.23.17-150300.7.17.1.ppc64le",
"product": {
"name": "kubernetes1.23-client-1.23.17-150300.7.17.1.ppc64le",
"product_id": "kubernetes1.23-client-1.23.17-150300.7.17.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.ppc64le",
"product": {
"name": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.ppc64le",
"product_id": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kubernetes1.23-controller-manager-1.23.17-150300.7.17.1.ppc64le",
"product": {
"name": "kubernetes1.23-controller-manager-1.23.17-150300.7.17.1.ppc64le",
"product_id": "kubernetes1.23-controller-manager-1.23.17-150300.7.17.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kubernetes1.23-kubeadm-1.23.17-150300.7.17.1.ppc64le",
"product": {
"name": "kubernetes1.23-kubeadm-1.23.17-150300.7.17.1.ppc64le",
"product_id": "kubernetes1.23-kubeadm-1.23.17-150300.7.17.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kubernetes1.23-kubelet-1.23.17-150300.7.17.1.ppc64le",
"product": {
"name": "kubernetes1.23-kubelet-1.23.17-150300.7.17.1.ppc64le",
"product_id": "kubernetes1.23-kubelet-1.23.17-150300.7.17.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kubernetes1.23-kubelet-common-1.23.17-150300.7.17.1.ppc64le",
"product": {
"name": "kubernetes1.23-kubelet-common-1.23.17-150300.7.17.1.ppc64le",
"product_id": "kubernetes1.23-kubelet-common-1.23.17-150300.7.17.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kubernetes1.23-proxy-1.23.17-150300.7.17.1.ppc64le",
"product": {
"name": "kubernetes1.23-proxy-1.23.17-150300.7.17.1.ppc64le",
"product_id": "kubernetes1.23-proxy-1.23.17-150300.7.17.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kubernetes1.23-scheduler-1.23.17-150300.7.17.1.ppc64le",
"product": {
"name": "kubernetes1.23-scheduler-1.23.17-150300.7.17.1.ppc64le",
"product_id": "kubernetes1.23-scheduler-1.23.17-150300.7.17.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kubernetes1.23-apiserver-1.23.17-150300.7.17.1.s390x",
"product": {
"name": "kubernetes1.23-apiserver-1.23.17-150300.7.17.1.s390x",
"product_id": "kubernetes1.23-apiserver-1.23.17-150300.7.17.1.s390x"
}
},
{
"category": "product_version",
"name": "kubernetes1.23-client-1.23.17-150300.7.17.1.s390x",
"product": {
"name": "kubernetes1.23-client-1.23.17-150300.7.17.1.s390x",
"product_id": "kubernetes1.23-client-1.23.17-150300.7.17.1.s390x"
}
},
{
"category": "product_version",
"name": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.s390x",
"product": {
"name": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.s390x",
"product_id": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.s390x"
}
},
{
"category": "product_version",
"name": "kubernetes1.23-controller-manager-1.23.17-150300.7.17.1.s390x",
"product": {
"name": "kubernetes1.23-controller-manager-1.23.17-150300.7.17.1.s390x",
"product_id": "kubernetes1.23-controller-manager-1.23.17-150300.7.17.1.s390x"
}
},
{
"category": "product_version",
"name": "kubernetes1.23-kubeadm-1.23.17-150300.7.17.1.s390x",
"product": {
"name": "kubernetes1.23-kubeadm-1.23.17-150300.7.17.1.s390x",
"product_id": "kubernetes1.23-kubeadm-1.23.17-150300.7.17.1.s390x"
}
},
{
"category": "product_version",
"name": "kubernetes1.23-kubelet-1.23.17-150300.7.17.1.s390x",
"product": {
"name": "kubernetes1.23-kubelet-1.23.17-150300.7.17.1.s390x",
"product_id": "kubernetes1.23-kubelet-1.23.17-150300.7.17.1.s390x"
}
},
{
"category": "product_version",
"name": "kubernetes1.23-kubelet-common-1.23.17-150300.7.17.1.s390x",
"product": {
"name": "kubernetes1.23-kubelet-common-1.23.17-150300.7.17.1.s390x",
"product_id": "kubernetes1.23-kubelet-common-1.23.17-150300.7.17.1.s390x"
}
},
{
"category": "product_version",
"name": "kubernetes1.23-proxy-1.23.17-150300.7.17.1.s390x",
"product": {
"name": "kubernetes1.23-proxy-1.23.17-150300.7.17.1.s390x",
"product_id": "kubernetes1.23-proxy-1.23.17-150300.7.17.1.s390x"
}
},
{
"category": "product_version",
"name": "kubernetes1.23-scheduler-1.23.17-150300.7.17.1.s390x",
"product": {
"name": "kubernetes1.23-scheduler-1.23.17-150300.7.17.1.s390x",
"product_id": "kubernetes1.23-scheduler-1.23.17-150300.7.17.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kubernetes1.23-apiserver-1.23.17-150300.7.17.1.x86_64",
"product": {
"name": "kubernetes1.23-apiserver-1.23.17-150300.7.17.1.x86_64",
"product_id": "kubernetes1.23-apiserver-1.23.17-150300.7.17.1.x86_64"
}
},
{
"category": "product_version",
"name": "kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64",
"product": {
"name": "kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64",
"product_id": "kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64"
}
},
{
"category": "product_version",
"name": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64",
"product": {
"name": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64",
"product_id": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64"
}
},
{
"category": "product_version",
"name": "kubernetes1.23-controller-manager-1.23.17-150300.7.17.1.x86_64",
"product": {
"name": "kubernetes1.23-controller-manager-1.23.17-150300.7.17.1.x86_64",
"product_id": "kubernetes1.23-controller-manager-1.23.17-150300.7.17.1.x86_64"
}
},
{
"category": "product_version",
"name": "kubernetes1.23-kubeadm-1.23.17-150300.7.17.1.x86_64",
"product": {
"name": "kubernetes1.23-kubeadm-1.23.17-150300.7.17.1.x86_64",
"product_id": "kubernetes1.23-kubeadm-1.23.17-150300.7.17.1.x86_64"
}
},
{
"category": "product_version",
"name": "kubernetes1.23-kubelet-1.23.17-150300.7.17.1.x86_64",
"product": {
"name": "kubernetes1.23-kubelet-1.23.17-150300.7.17.1.x86_64",
"product_id": "kubernetes1.23-kubelet-1.23.17-150300.7.17.1.x86_64"
}
},
{
"category": "product_version",
"name": "kubernetes1.23-kubelet-common-1.23.17-150300.7.17.1.x86_64",
"product": {
"name": "kubernetes1.23-kubelet-common-1.23.17-150300.7.17.1.x86_64",
"product_id": "kubernetes1.23-kubelet-common-1.23.17-150300.7.17.1.x86_64"
}
},
{
"category": "product_version",
"name": "kubernetes1.23-proxy-1.23.17-150300.7.17.1.x86_64",
"product": {
"name": "kubernetes1.23-proxy-1.23.17-150300.7.17.1.x86_64",
"product_id": "kubernetes1.23-proxy-1.23.17-150300.7.17.1.x86_64"
}
},
{
"category": "product_version",
"name": "kubernetes1.23-scheduler-1.23.17-150300.7.17.1.x86_64",
"product": {
"name": "kubernetes1.23-scheduler-1.23.17-150300.7.17.1.x86_64",
"product_id": "kubernetes1.23-scheduler-1.23.17-150300.7.17.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64"
},
"product_reference": "kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64"
},
"product_reference": "kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64"
},
"product_reference": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64"
},
"product_reference": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64"
},
"product_reference": "kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64"
},
"product_reference": "kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64"
},
"product_reference": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64"
},
"product_reference": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64"
},
"product_reference": "kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.23-client-1.23.17-150300.7.17.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.ppc64le"
},
"product_reference": "kubernetes1.23-client-1.23.17-150300.7.17.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.23-client-1.23.17-150300.7.17.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.s390x"
},
"product_reference": "kubernetes1.23-client-1.23.17-150300.7.17.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64"
},
"product_reference": "kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64"
},
"product_reference": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.ppc64le"
},
"product_reference": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.s390x"
},
"product_reference": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64"
},
"product_reference": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64"
},
"product_reference": "kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.23-client-1.23.17-150300.7.17.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.ppc64le"
},
"product_reference": "kubernetes1.23-client-1.23.17-150300.7.17.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.23-client-1.23.17-150300.7.17.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.s390x"
},
"product_reference": "kubernetes1.23-client-1.23.17-150300.7.17.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64"
},
"product_reference": "kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64"
},
"product_reference": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.ppc64le"
},
"product_reference": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.s390x"
},
"product_reference": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64"
},
"product_reference": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.23-client-1.23.17-150300.7.17.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.23-client-1.23.17-150300.7.17.1.ppc64le"
},
"product_reference": "kubernetes1.23-client-1.23.17-150300.7.17.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64"
},
"product_reference": "kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.17.1.ppc64le"
},
"product_reference": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64"
},
"product_reference": "kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-33814",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33814"
}
],
"notes": [
{
"category": "general",
"text": "When processing HTTP/2 SETTINGS frames, transport will enter an infinite loop of writing CONTINUATION frames if it receives a SETTINGS_MAX_FRAME_SIZE with a value of 0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.23-client-1.23.17-150300.7.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33814",
"url": "https://www.suse.com/security/cve/CVE-2026-33814"
},
{
"category": "external",
"summary": "SUSE Bug 1264506 for CVE-2026-33814",
"url": "https://bugzilla.suse.com/1264506"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.23-client-1.23.17-150300.7.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.23-client-1.23.17-150300.7.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-09T12:51:53Z",
"details": "important"
}
],
"title": "CVE-2026-33814"
},
{
"cve": "CVE-2026-35469",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-35469"
}
],
"notes": [
{
"category": "general",
"text": "spdystream is a Go library for multiplexing streams over SPDY connections. In versions 0.5.0 and below, the SPDY/3 frame parser does not validate attacker-controlled counts and lengths before allocating memory. Three allocation paths are affected: the SETTINGS frame entry count, the header count in parseHeaderValueBlock, and individual header field sizes - all read as 32-bit integers and used directly as allocation sizes with no bounds checking. Because SPDY header blocks are zlib-compressed, a small on-the-wire payload can decompress into large attacker-controlled values. A remote peer that can send SPDY frames to a service using spdystream can exhaust process memory and cause an out-of-memory crash with a single crafted control frame. This issue has been fixed in version 0.5.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.23-client-1.23.17-150300.7.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-35469",
"url": "https://www.suse.com/security/cve/CVE-2026-35469"
},
{
"category": "external",
"summary": "SUSE Bug 1262264 for CVE-2026-35469",
"url": "https://bugzilla.suse.com/1262264"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.23-client-1.23.17-150300.7.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.23-client-1.23.17-150300.7.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.23-client-1.23.17-150300.7.17.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.17.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.17.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-09T12:51:53Z",
"details": "moderate"
}
],
"title": "CVE-2026-35469"
}
]
}
SUSE-SU-2026:2322-1
Vulnerability from csaf_suse - Published: 2026-06-09 14:32 - Updated: 2026-06-09 14:32| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.24-client-1.24.17-150400.9.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.24-client-common-1.24.17-150400.9.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.24-client-1.24.17-150400.9.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.24-client-common-1.24.17-150400.9.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for kubernetes1.24",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for kubernetes1.24 fixes the following issues\n\n- CVE-2026-33814: golang.org/x/net/http2: infinite loop in HTTP/2 transport when given bad SETTINGS_MAX_FRAME_SIZE\n (bsc#1265740).\n- CVE-2026-35469: github.com/moby/spdystream: memory amplification in SPDY frame parsing leads to denial of service\n (bsc#1262271).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-2322,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-2322,SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-2322,SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-2322,SUSE-SLE-Product-SLES_SAP-15-SP4-2026-2322",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_2322-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:2322-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262322-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:2322-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-June/047216.html"
},
{
"category": "self",
"summary": "SUSE Bug 1251168",
"url": "https://bugzilla.suse.com/1251168"
},
{
"category": "self",
"summary": "SUSE Bug 1262271",
"url": "https://bugzilla.suse.com/1262271"
},
{
"category": "self",
"summary": "SUSE Bug 1265740",
"url": "https://bugzilla.suse.com/1265740"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-33814 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33814/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-35469 page",
"url": "https://www.suse.com/security/cve/CVE-2026-35469/"
}
],
"title": "Security update for kubernetes1.24",
"tracking": {
"current_release_date": "2026-06-09T14:32:16Z",
"generator": {
"date": "2026-06-09T14:32:16Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:2322-1",
"initial_release_date": "2026-06-09T14:32:16Z",
"revision_history": [
{
"date": "2026-06-09T14:32:16Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "kubernetes1.24-apiserver-1.24.17-150400.9.27.1.aarch64",
"product": {
"name": "kubernetes1.24-apiserver-1.24.17-150400.9.27.1.aarch64",
"product_id": "kubernetes1.24-apiserver-1.24.17-150400.9.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64",
"product": {
"name": "kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64",
"product_id": "kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64",
"product": {
"name": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64",
"product_id": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "kubernetes1.24-controller-manager-1.24.17-150400.9.27.1.aarch64",
"product": {
"name": "kubernetes1.24-controller-manager-1.24.17-150400.9.27.1.aarch64",
"product_id": "kubernetes1.24-controller-manager-1.24.17-150400.9.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "kubernetes1.24-kubeadm-1.24.17-150400.9.27.1.aarch64",
"product": {
"name": "kubernetes1.24-kubeadm-1.24.17-150400.9.27.1.aarch64",
"product_id": "kubernetes1.24-kubeadm-1.24.17-150400.9.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "kubernetes1.24-kubelet-1.24.17-150400.9.27.1.aarch64",
"product": {
"name": "kubernetes1.24-kubelet-1.24.17-150400.9.27.1.aarch64",
"product_id": "kubernetes1.24-kubelet-1.24.17-150400.9.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "kubernetes1.24-kubelet-common-1.24.17-150400.9.27.1.aarch64",
"product": {
"name": "kubernetes1.24-kubelet-common-1.24.17-150400.9.27.1.aarch64",
"product_id": "kubernetes1.24-kubelet-common-1.24.17-150400.9.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "kubernetes1.24-proxy-1.24.17-150400.9.27.1.aarch64",
"product": {
"name": "kubernetes1.24-proxy-1.24.17-150400.9.27.1.aarch64",
"product_id": "kubernetes1.24-proxy-1.24.17-150400.9.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "kubernetes1.24-scheduler-1.24.17-150400.9.27.1.aarch64",
"product": {
"name": "kubernetes1.24-scheduler-1.24.17-150400.9.27.1.aarch64",
"product_id": "kubernetes1.24-scheduler-1.24.17-150400.9.27.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kubernetes1.24-client-bash-completion-1.24.17-150400.9.27.1.noarch",
"product": {
"name": "kubernetes1.24-client-bash-completion-1.24.17-150400.9.27.1.noarch",
"product_id": "kubernetes1.24-client-bash-completion-1.24.17-150400.9.27.1.noarch"
}
},
{
"category": "product_version",
"name": "kubernetes1.24-client-fish-completion-1.24.17-150400.9.27.1.noarch",
"product": {
"name": "kubernetes1.24-client-fish-completion-1.24.17-150400.9.27.1.noarch",
"product_id": "kubernetes1.24-client-fish-completion-1.24.17-150400.9.27.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "kubernetes1.24-apiserver-1.24.17-150400.9.27.1.ppc64le",
"product": {
"name": "kubernetes1.24-apiserver-1.24.17-150400.9.27.1.ppc64le",
"product_id": "kubernetes1.24-apiserver-1.24.17-150400.9.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kubernetes1.24-client-1.24.17-150400.9.27.1.ppc64le",
"product": {
"name": "kubernetes1.24-client-1.24.17-150400.9.27.1.ppc64le",
"product_id": "kubernetes1.24-client-1.24.17-150400.9.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.ppc64le",
"product": {
"name": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.ppc64le",
"product_id": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kubernetes1.24-controller-manager-1.24.17-150400.9.27.1.ppc64le",
"product": {
"name": "kubernetes1.24-controller-manager-1.24.17-150400.9.27.1.ppc64le",
"product_id": "kubernetes1.24-controller-manager-1.24.17-150400.9.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kubernetes1.24-kubeadm-1.24.17-150400.9.27.1.ppc64le",
"product": {
"name": "kubernetes1.24-kubeadm-1.24.17-150400.9.27.1.ppc64le",
"product_id": "kubernetes1.24-kubeadm-1.24.17-150400.9.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kubernetes1.24-kubelet-1.24.17-150400.9.27.1.ppc64le",
"product": {
"name": "kubernetes1.24-kubelet-1.24.17-150400.9.27.1.ppc64le",
"product_id": "kubernetes1.24-kubelet-1.24.17-150400.9.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kubernetes1.24-kubelet-common-1.24.17-150400.9.27.1.ppc64le",
"product": {
"name": "kubernetes1.24-kubelet-common-1.24.17-150400.9.27.1.ppc64le",
"product_id": "kubernetes1.24-kubelet-common-1.24.17-150400.9.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kubernetes1.24-proxy-1.24.17-150400.9.27.1.ppc64le",
"product": {
"name": "kubernetes1.24-proxy-1.24.17-150400.9.27.1.ppc64le",
"product_id": "kubernetes1.24-proxy-1.24.17-150400.9.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kubernetes1.24-scheduler-1.24.17-150400.9.27.1.ppc64le",
"product": {
"name": "kubernetes1.24-scheduler-1.24.17-150400.9.27.1.ppc64le",
"product_id": "kubernetes1.24-scheduler-1.24.17-150400.9.27.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kubernetes1.24-apiserver-1.24.17-150400.9.27.1.s390x",
"product": {
"name": "kubernetes1.24-apiserver-1.24.17-150400.9.27.1.s390x",
"product_id": "kubernetes1.24-apiserver-1.24.17-150400.9.27.1.s390x"
}
},
{
"category": "product_version",
"name": "kubernetes1.24-client-1.24.17-150400.9.27.1.s390x",
"product": {
"name": "kubernetes1.24-client-1.24.17-150400.9.27.1.s390x",
"product_id": "kubernetes1.24-client-1.24.17-150400.9.27.1.s390x"
}
},
{
"category": "product_version",
"name": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.s390x",
"product": {
"name": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.s390x",
"product_id": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.s390x"
}
},
{
"category": "product_version",
"name": "kubernetes1.24-controller-manager-1.24.17-150400.9.27.1.s390x",
"product": {
"name": "kubernetes1.24-controller-manager-1.24.17-150400.9.27.1.s390x",
"product_id": "kubernetes1.24-controller-manager-1.24.17-150400.9.27.1.s390x"
}
},
{
"category": "product_version",
"name": "kubernetes1.24-kubeadm-1.24.17-150400.9.27.1.s390x",
"product": {
"name": "kubernetes1.24-kubeadm-1.24.17-150400.9.27.1.s390x",
"product_id": "kubernetes1.24-kubeadm-1.24.17-150400.9.27.1.s390x"
}
},
{
"category": "product_version",
"name": "kubernetes1.24-kubelet-1.24.17-150400.9.27.1.s390x",
"product": {
"name": "kubernetes1.24-kubelet-1.24.17-150400.9.27.1.s390x",
"product_id": "kubernetes1.24-kubelet-1.24.17-150400.9.27.1.s390x"
}
},
{
"category": "product_version",
"name": "kubernetes1.24-kubelet-common-1.24.17-150400.9.27.1.s390x",
"product": {
"name": "kubernetes1.24-kubelet-common-1.24.17-150400.9.27.1.s390x",
"product_id": "kubernetes1.24-kubelet-common-1.24.17-150400.9.27.1.s390x"
}
},
{
"category": "product_version",
"name": "kubernetes1.24-proxy-1.24.17-150400.9.27.1.s390x",
"product": {
"name": "kubernetes1.24-proxy-1.24.17-150400.9.27.1.s390x",
"product_id": "kubernetes1.24-proxy-1.24.17-150400.9.27.1.s390x"
}
},
{
"category": "product_version",
"name": "kubernetes1.24-scheduler-1.24.17-150400.9.27.1.s390x",
"product": {
"name": "kubernetes1.24-scheduler-1.24.17-150400.9.27.1.s390x",
"product_id": "kubernetes1.24-scheduler-1.24.17-150400.9.27.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kubernetes1.24-apiserver-1.24.17-150400.9.27.1.x86_64",
"product": {
"name": "kubernetes1.24-apiserver-1.24.17-150400.9.27.1.x86_64",
"product_id": "kubernetes1.24-apiserver-1.24.17-150400.9.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64",
"product": {
"name": "kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64",
"product_id": "kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64",
"product": {
"name": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64",
"product_id": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "kubernetes1.24-controller-manager-1.24.17-150400.9.27.1.x86_64",
"product": {
"name": "kubernetes1.24-controller-manager-1.24.17-150400.9.27.1.x86_64",
"product_id": "kubernetes1.24-controller-manager-1.24.17-150400.9.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "kubernetes1.24-kubeadm-1.24.17-150400.9.27.1.x86_64",
"product": {
"name": "kubernetes1.24-kubeadm-1.24.17-150400.9.27.1.x86_64",
"product_id": "kubernetes1.24-kubeadm-1.24.17-150400.9.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "kubernetes1.24-kubelet-1.24.17-150400.9.27.1.x86_64",
"product": {
"name": "kubernetes1.24-kubelet-1.24.17-150400.9.27.1.x86_64",
"product_id": "kubernetes1.24-kubelet-1.24.17-150400.9.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "kubernetes1.24-kubelet-common-1.24.17-150400.9.27.1.x86_64",
"product": {
"name": "kubernetes1.24-kubelet-common-1.24.17-150400.9.27.1.x86_64",
"product_id": "kubernetes1.24-kubelet-common-1.24.17-150400.9.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "kubernetes1.24-proxy-1.24.17-150400.9.27.1.x86_64",
"product": {
"name": "kubernetes1.24-proxy-1.24.17-150400.9.27.1.x86_64",
"product_id": "kubernetes1.24-proxy-1.24.17-150400.9.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "kubernetes1.24-scheduler-1.24.17-150400.9.27.1.x86_64",
"product": {
"name": "kubernetes1.24-scheduler-1.24.17-150400.9.27.1.x86_64",
"product_id": "kubernetes1.24-scheduler-1.24.17-150400.9.27.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64"
},
"product_reference": "kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64"
},
"product_reference": "kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64"
},
"product_reference": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64"
},
"product_reference": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64"
},
"product_reference": "kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64"
},
"product_reference": "kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64"
},
"product_reference": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64"
},
"product_reference": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64"
},
"product_reference": "kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.24-client-1.24.17-150400.9.27.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.ppc64le"
},
"product_reference": "kubernetes1.24-client-1.24.17-150400.9.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.24-client-1.24.17-150400.9.27.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.s390x"
},
"product_reference": "kubernetes1.24-client-1.24.17-150400.9.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64"
},
"product_reference": "kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64"
},
"product_reference": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.ppc64le"
},
"product_reference": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.s390x"
},
"product_reference": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64"
},
"product_reference": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64"
},
"product_reference": "kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.24-client-1.24.17-150400.9.27.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.ppc64le"
},
"product_reference": "kubernetes1.24-client-1.24.17-150400.9.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.24-client-1.24.17-150400.9.27.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.s390x"
},
"product_reference": "kubernetes1.24-client-1.24.17-150400.9.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64"
},
"product_reference": "kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64"
},
"product_reference": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.ppc64le"
},
"product_reference": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.s390x"
},
"product_reference": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64"
},
"product_reference": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.24-client-1.24.17-150400.9.27.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.24-client-1.24.17-150400.9.27.1.ppc64le"
},
"product_reference": "kubernetes1.24-client-1.24.17-150400.9.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64"
},
"product_reference": "kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.24-client-common-1.24.17-150400.9.27.1.ppc64le"
},
"product_reference": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64"
},
"product_reference": "kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-33814",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33814"
}
],
"notes": [
{
"category": "general",
"text": "When processing HTTP/2 SETTINGS frames, transport will enter an infinite loop of writing CONTINUATION frames if it receives a SETTINGS_MAX_FRAME_SIZE with a value of 0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.24-client-1.24.17-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.24-client-common-1.24.17-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33814",
"url": "https://www.suse.com/security/cve/CVE-2026-33814"
},
{
"category": "external",
"summary": "SUSE Bug 1264506 for CVE-2026-33814",
"url": "https://bugzilla.suse.com/1264506"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.24-client-1.24.17-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.24-client-common-1.24.17-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.24-client-1.24.17-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.24-client-common-1.24.17-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-09T14:32:16Z",
"details": "important"
}
],
"title": "CVE-2026-33814"
},
{
"cve": "CVE-2026-35469",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-35469"
}
],
"notes": [
{
"category": "general",
"text": "spdystream is a Go library for multiplexing streams over SPDY connections. In versions 0.5.0 and below, the SPDY/3 frame parser does not validate attacker-controlled counts and lengths before allocating memory. Three allocation paths are affected: the SETTINGS frame entry count, the header count in parseHeaderValueBlock, and individual header field sizes - all read as 32-bit integers and used directly as allocation sizes with no bounds checking. Because SPDY header blocks are zlib-compressed, a small on-the-wire payload can decompress into large attacker-controlled values. A remote peer that can send SPDY frames to a service using spdystream can exhaust process memory and cause an out-of-memory crash with a single crafted control frame. This issue has been fixed in version 0.5.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.24-client-1.24.17-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.24-client-common-1.24.17-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-35469",
"url": "https://www.suse.com/security/cve/CVE-2026-35469"
},
{
"category": "external",
"summary": "SUSE Bug 1262264 for CVE-2026-35469",
"url": "https://bugzilla.suse.com/1262264"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.24-client-1.24.17-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.24-client-common-1.24.17-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.24-client-1.24.17-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.24-client-1.24.17-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.24-client-common-1.24.17-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.24-client-common-1.24.17-150400.9.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-09T14:32:16Z",
"details": "moderate"
}
],
"title": "CVE-2026-35469"
}
]
}
SUSE-SU-2026:2325-1
Vulnerability from csaf_suse - Published: 2026-06-09 14:34 - Updated: 2026-06-09 14:34| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for kubernetes1.26",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for kubernetes1.26 fixes the following issues\n\n- CVE-2026-33814: golang.org/x/net/http2: infinite loop in HTTP/2 transport when given bad SETTINGS_MAX_FRAME_SIZE\n (bsc#1265740).\n- CVE-2026-35469: github.com/moby/spdystream: memory amplification in SPDY frame parsing leads to denial of service\n (bsc#1262271).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-2325,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-2325,SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-2325,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-2325,SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-2325,SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-2325,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-2325,SUSE-SLE-Product-SLES_SAP-15-SP4-2026-2325,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-2325",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_2325-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:2325-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262325-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:2325-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-June/047213.html"
},
{
"category": "self",
"summary": "SUSE Bug 1251168",
"url": "https://bugzilla.suse.com/1251168"
},
{
"category": "self",
"summary": "SUSE Bug 1262271",
"url": "https://bugzilla.suse.com/1262271"
},
{
"category": "self",
"summary": "SUSE Bug 1265740",
"url": "https://bugzilla.suse.com/1265740"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-33814 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33814/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-35469 page",
"url": "https://www.suse.com/security/cve/CVE-2026-35469/"
}
],
"title": "Security update for kubernetes1.26",
"tracking": {
"current_release_date": "2026-06-09T14:34:20Z",
"generator": {
"date": "2026-06-09T14:34:20Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:2325-1",
"initial_release_date": "2026-06-09T14:34:20Z",
"revision_history": [
{
"date": "2026-06-09T14:34:20Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "kubernetes1.26-apiserver-1.26.15-150400.9.27.1.aarch64",
"product": {
"name": "kubernetes1.26-apiserver-1.26.15-150400.9.27.1.aarch64",
"product_id": "kubernetes1.26-apiserver-1.26.15-150400.9.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"product": {
"name": "kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"product_id": "kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"product": {
"name": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"product_id": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "kubernetes1.26-controller-manager-1.26.15-150400.9.27.1.aarch64",
"product": {
"name": "kubernetes1.26-controller-manager-1.26.15-150400.9.27.1.aarch64",
"product_id": "kubernetes1.26-controller-manager-1.26.15-150400.9.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "kubernetes1.26-kubeadm-1.26.15-150400.9.27.1.aarch64",
"product": {
"name": "kubernetes1.26-kubeadm-1.26.15-150400.9.27.1.aarch64",
"product_id": "kubernetes1.26-kubeadm-1.26.15-150400.9.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "kubernetes1.26-kubelet-1.26.15-150400.9.27.1.aarch64",
"product": {
"name": "kubernetes1.26-kubelet-1.26.15-150400.9.27.1.aarch64",
"product_id": "kubernetes1.26-kubelet-1.26.15-150400.9.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "kubernetes1.26-kubelet-common-1.26.15-150400.9.27.1.aarch64",
"product": {
"name": "kubernetes1.26-kubelet-common-1.26.15-150400.9.27.1.aarch64",
"product_id": "kubernetes1.26-kubelet-common-1.26.15-150400.9.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "kubernetes1.26-proxy-1.26.15-150400.9.27.1.aarch64",
"product": {
"name": "kubernetes1.26-proxy-1.26.15-150400.9.27.1.aarch64",
"product_id": "kubernetes1.26-proxy-1.26.15-150400.9.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "kubernetes1.26-scheduler-1.26.15-150400.9.27.1.aarch64",
"product": {
"name": "kubernetes1.26-scheduler-1.26.15-150400.9.27.1.aarch64",
"product_id": "kubernetes1.26-scheduler-1.26.15-150400.9.27.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kubernetes1.26-client-bash-completion-1.26.15-150400.9.27.1.noarch",
"product": {
"name": "kubernetes1.26-client-bash-completion-1.26.15-150400.9.27.1.noarch",
"product_id": "kubernetes1.26-client-bash-completion-1.26.15-150400.9.27.1.noarch"
}
},
{
"category": "product_version",
"name": "kubernetes1.26-client-fish-completion-1.26.15-150400.9.27.1.noarch",
"product": {
"name": "kubernetes1.26-client-fish-completion-1.26.15-150400.9.27.1.noarch",
"product_id": "kubernetes1.26-client-fish-completion-1.26.15-150400.9.27.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "kubernetes1.26-apiserver-1.26.15-150400.9.27.1.ppc64le",
"product": {
"name": "kubernetes1.26-apiserver-1.26.15-150400.9.27.1.ppc64le",
"product_id": "kubernetes1.26-apiserver-1.26.15-150400.9.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le",
"product": {
"name": "kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le",
"product_id": "kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le",
"product": {
"name": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le",
"product_id": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kubernetes1.26-controller-manager-1.26.15-150400.9.27.1.ppc64le",
"product": {
"name": "kubernetes1.26-controller-manager-1.26.15-150400.9.27.1.ppc64le",
"product_id": "kubernetes1.26-controller-manager-1.26.15-150400.9.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kubernetes1.26-kubeadm-1.26.15-150400.9.27.1.ppc64le",
"product": {
"name": "kubernetes1.26-kubeadm-1.26.15-150400.9.27.1.ppc64le",
"product_id": "kubernetes1.26-kubeadm-1.26.15-150400.9.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kubernetes1.26-kubelet-1.26.15-150400.9.27.1.ppc64le",
"product": {
"name": "kubernetes1.26-kubelet-1.26.15-150400.9.27.1.ppc64le",
"product_id": "kubernetes1.26-kubelet-1.26.15-150400.9.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kubernetes1.26-kubelet-common-1.26.15-150400.9.27.1.ppc64le",
"product": {
"name": "kubernetes1.26-kubelet-common-1.26.15-150400.9.27.1.ppc64le",
"product_id": "kubernetes1.26-kubelet-common-1.26.15-150400.9.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kubernetes1.26-proxy-1.26.15-150400.9.27.1.ppc64le",
"product": {
"name": "kubernetes1.26-proxy-1.26.15-150400.9.27.1.ppc64le",
"product_id": "kubernetes1.26-proxy-1.26.15-150400.9.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kubernetes1.26-scheduler-1.26.15-150400.9.27.1.ppc64le",
"product": {
"name": "kubernetes1.26-scheduler-1.26.15-150400.9.27.1.ppc64le",
"product_id": "kubernetes1.26-scheduler-1.26.15-150400.9.27.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kubernetes1.26-apiserver-1.26.15-150400.9.27.1.s390x",
"product": {
"name": "kubernetes1.26-apiserver-1.26.15-150400.9.27.1.s390x",
"product_id": "kubernetes1.26-apiserver-1.26.15-150400.9.27.1.s390x"
}
},
{
"category": "product_version",
"name": "kubernetes1.26-client-1.26.15-150400.9.27.1.s390x",
"product": {
"name": "kubernetes1.26-client-1.26.15-150400.9.27.1.s390x",
"product_id": "kubernetes1.26-client-1.26.15-150400.9.27.1.s390x"
}
},
{
"category": "product_version",
"name": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.s390x",
"product": {
"name": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.s390x",
"product_id": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.s390x"
}
},
{
"category": "product_version",
"name": "kubernetes1.26-controller-manager-1.26.15-150400.9.27.1.s390x",
"product": {
"name": "kubernetes1.26-controller-manager-1.26.15-150400.9.27.1.s390x",
"product_id": "kubernetes1.26-controller-manager-1.26.15-150400.9.27.1.s390x"
}
},
{
"category": "product_version",
"name": "kubernetes1.26-kubeadm-1.26.15-150400.9.27.1.s390x",
"product": {
"name": "kubernetes1.26-kubeadm-1.26.15-150400.9.27.1.s390x",
"product_id": "kubernetes1.26-kubeadm-1.26.15-150400.9.27.1.s390x"
}
},
{
"category": "product_version",
"name": "kubernetes1.26-kubelet-1.26.15-150400.9.27.1.s390x",
"product": {
"name": "kubernetes1.26-kubelet-1.26.15-150400.9.27.1.s390x",
"product_id": "kubernetes1.26-kubelet-1.26.15-150400.9.27.1.s390x"
}
},
{
"category": "product_version",
"name": "kubernetes1.26-kubelet-common-1.26.15-150400.9.27.1.s390x",
"product": {
"name": "kubernetes1.26-kubelet-common-1.26.15-150400.9.27.1.s390x",
"product_id": "kubernetes1.26-kubelet-common-1.26.15-150400.9.27.1.s390x"
}
},
{
"category": "product_version",
"name": "kubernetes1.26-proxy-1.26.15-150400.9.27.1.s390x",
"product": {
"name": "kubernetes1.26-proxy-1.26.15-150400.9.27.1.s390x",
"product_id": "kubernetes1.26-proxy-1.26.15-150400.9.27.1.s390x"
}
},
{
"category": "product_version",
"name": "kubernetes1.26-scheduler-1.26.15-150400.9.27.1.s390x",
"product": {
"name": "kubernetes1.26-scheduler-1.26.15-150400.9.27.1.s390x",
"product_id": "kubernetes1.26-scheduler-1.26.15-150400.9.27.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kubernetes1.26-apiserver-1.26.15-150400.9.27.1.x86_64",
"product": {
"name": "kubernetes1.26-apiserver-1.26.15-150400.9.27.1.x86_64",
"product_id": "kubernetes1.26-apiserver-1.26.15-150400.9.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"product": {
"name": "kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"product_id": "kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"product": {
"name": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"product_id": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "kubernetes1.26-controller-manager-1.26.15-150400.9.27.1.x86_64",
"product": {
"name": "kubernetes1.26-controller-manager-1.26.15-150400.9.27.1.x86_64",
"product_id": "kubernetes1.26-controller-manager-1.26.15-150400.9.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "kubernetes1.26-kubeadm-1.26.15-150400.9.27.1.x86_64",
"product": {
"name": "kubernetes1.26-kubeadm-1.26.15-150400.9.27.1.x86_64",
"product_id": "kubernetes1.26-kubeadm-1.26.15-150400.9.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "kubernetes1.26-kubelet-1.26.15-150400.9.27.1.x86_64",
"product": {
"name": "kubernetes1.26-kubelet-1.26.15-150400.9.27.1.x86_64",
"product_id": "kubernetes1.26-kubelet-1.26.15-150400.9.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "kubernetes1.26-kubelet-common-1.26.15-150400.9.27.1.x86_64",
"product": {
"name": "kubernetes1.26-kubelet-common-1.26.15-150400.9.27.1.x86_64",
"product_id": "kubernetes1.26-kubelet-common-1.26.15-150400.9.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "kubernetes1.26-proxy-1.26.15-150400.9.27.1.x86_64",
"product": {
"name": "kubernetes1.26-proxy-1.26.15-150400.9.27.1.x86_64",
"product_id": "kubernetes1.26-proxy-1.26.15-150400.9.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "kubernetes1.26-scheduler-1.26.15-150400.9.27.1.x86_64",
"product": {
"name": "kubernetes1.26-scheduler-1.26.15-150400.9.27.1.x86_64",
"product_id": "kubernetes1.26-scheduler-1.26.15-150400.9.27.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64"
},
"product_reference": "kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64"
},
"product_reference": "kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64"
},
"product_reference": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64"
},
"product_reference": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64"
},
"product_reference": "kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64"
},
"product_reference": "kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64"
},
"product_reference": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64"
},
"product_reference": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64"
},
"product_reference": "kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64"
},
"product_reference": "kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64"
},
"product_reference": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64"
},
"product_reference": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64"
},
"product_reference": "kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64"
},
"product_reference": "kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64"
},
"product_reference": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64"
},
"product_reference": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64"
},
"product_reference": "kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le"
},
"product_reference": "kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-1.26.15-150400.9.27.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.s390x"
},
"product_reference": "kubernetes1.26-client-1.26.15-150400.9.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64"
},
"product_reference": "kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64"
},
"product_reference": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le"
},
"product_reference": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.s390x"
},
"product_reference": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64"
},
"product_reference": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64"
},
"product_reference": "kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le"
},
"product_reference": "kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-1.26.15-150400.9.27.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.s390x"
},
"product_reference": "kubernetes1.26-client-1.26.15-150400.9.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64"
},
"product_reference": "kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64"
},
"product_reference": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le"
},
"product_reference": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.s390x"
},
"product_reference": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64"
},
"product_reference": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le"
},
"product_reference": "kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64"
},
"product_reference": "kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le"
},
"product_reference": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64"
},
"product_reference": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le"
},
"product_reference": "kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64"
},
"product_reference": "kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le"
},
"product_reference": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64"
},
"product_reference": "kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-33814",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33814"
}
],
"notes": [
{
"category": "general",
"text": "When processing HTTP/2 SETTINGS frames, transport will enter an infinite loop of writing CONTINUATION frames if it receives a SETTINGS_MAX_FRAME_SIZE with a value of 0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33814",
"url": "https://www.suse.com/security/cve/CVE-2026-33814"
},
{
"category": "external",
"summary": "SUSE Bug 1264506 for CVE-2026-33814",
"url": "https://bugzilla.suse.com/1264506"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-09T14:34:20Z",
"details": "important"
}
],
"title": "CVE-2026-33814"
},
{
"cve": "CVE-2026-35469",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-35469"
}
],
"notes": [
{
"category": "general",
"text": "spdystream is a Go library for multiplexing streams over SPDY connections. In versions 0.5.0 and below, the SPDY/3 frame parser does not validate attacker-controlled counts and lengths before allocating memory. Three allocation paths are affected: the SETTINGS frame entry count, the header count in parseHeaderValueBlock, and individual header field sizes - all read as 32-bit integers and used directly as allocation sizes with no bounds checking. Because SPDY header blocks are zlib-compressed, a small on-the-wire payload can decompress into large attacker-controlled values. A remote peer that can send SPDY frames to a service using spdystream can exhaust process memory and cause an out-of-memory crash with a single crafted control frame. This issue has been fixed in version 0.5.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-35469",
"url": "https://www.suse.com/security/cve/CVE-2026-35469"
},
{
"category": "external",
"summary": "SUSE Bug 1262264 for CVE-2026-35469",
"url": "https://bugzilla.suse.com/1262264"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.26-client-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.26-client-1.26.15-150400.9.27.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.26-client-common-1.26.15-150400.9.27.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.26-client-common-1.26.15-150400.9.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-09T14:34:20Z",
"details": "moderate"
}
],
"title": "CVE-2026-35469"
}
]
}
SUSE-SU-2026:2339-1
Vulnerability from csaf_suse - Published: 2026-06-10 13:14 - Updated: 2026-06-10 13:14| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for kubernetes1.27",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for kubernetes1.27 fixes the following issues\n\n- CVE-2026-33814: golang.org/x/net/http2: infinite loop in HTTP/2 transport when given bad SETTINGS_MAX_FRAME_SIZE\n (bsc#1265740).\n- CVE-2026-35469: github.com/moby/spdystream: memory amplification in SPDY frame parsing leads to denial of service\n (bsc#1262271).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-2339,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-2339,SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-2339,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-2339,SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-2339,SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-2339,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-2339,SUSE-SLE-Product-SLES_SAP-15-SP4-2026-2339,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-2339",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_2339-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:2339-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262339-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:2339-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-June/026699.html"
},
{
"category": "self",
"summary": "SUSE Bug 1251168",
"url": "https://bugzilla.suse.com/1251168"
},
{
"category": "self",
"summary": "SUSE Bug 1262271",
"url": "https://bugzilla.suse.com/1262271"
},
{
"category": "self",
"summary": "SUSE Bug 1265740",
"url": "https://bugzilla.suse.com/1265740"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-33814 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33814/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-35469 page",
"url": "https://www.suse.com/security/cve/CVE-2026-35469/"
}
],
"title": "Security update for kubernetes1.27",
"tracking": {
"current_release_date": "2026-06-10T13:14:17Z",
"generator": {
"date": "2026-06-10T13:14:17Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:2339-1",
"initial_release_date": "2026-06-10T13:14:17Z",
"revision_history": [
{
"date": "2026-06-10T13:14:17Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "kubernetes1.27-apiserver-1.27.16-150400.9.21.1.aarch64",
"product": {
"name": "kubernetes1.27-apiserver-1.27.16-150400.9.21.1.aarch64",
"product_id": "kubernetes1.27-apiserver-1.27.16-150400.9.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"product": {
"name": "kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"product_id": "kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"product": {
"name": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"product_id": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "kubernetes1.27-controller-manager-1.27.16-150400.9.21.1.aarch64",
"product": {
"name": "kubernetes1.27-controller-manager-1.27.16-150400.9.21.1.aarch64",
"product_id": "kubernetes1.27-controller-manager-1.27.16-150400.9.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "kubernetes1.27-kubeadm-1.27.16-150400.9.21.1.aarch64",
"product": {
"name": "kubernetes1.27-kubeadm-1.27.16-150400.9.21.1.aarch64",
"product_id": "kubernetes1.27-kubeadm-1.27.16-150400.9.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "kubernetes1.27-kubelet-1.27.16-150400.9.21.1.aarch64",
"product": {
"name": "kubernetes1.27-kubelet-1.27.16-150400.9.21.1.aarch64",
"product_id": "kubernetes1.27-kubelet-1.27.16-150400.9.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "kubernetes1.27-kubelet-common-1.27.16-150400.9.21.1.aarch64",
"product": {
"name": "kubernetes1.27-kubelet-common-1.27.16-150400.9.21.1.aarch64",
"product_id": "kubernetes1.27-kubelet-common-1.27.16-150400.9.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "kubernetes1.27-proxy-1.27.16-150400.9.21.1.aarch64",
"product": {
"name": "kubernetes1.27-proxy-1.27.16-150400.9.21.1.aarch64",
"product_id": "kubernetes1.27-proxy-1.27.16-150400.9.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "kubernetes1.27-scheduler-1.27.16-150400.9.21.1.aarch64",
"product": {
"name": "kubernetes1.27-scheduler-1.27.16-150400.9.21.1.aarch64",
"product_id": "kubernetes1.27-scheduler-1.27.16-150400.9.21.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kubernetes1.27-client-bash-completion-1.27.16-150400.9.21.1.noarch",
"product": {
"name": "kubernetes1.27-client-bash-completion-1.27.16-150400.9.21.1.noarch",
"product_id": "kubernetes1.27-client-bash-completion-1.27.16-150400.9.21.1.noarch"
}
},
{
"category": "product_version",
"name": "kubernetes1.27-client-fish-completion-1.27.16-150400.9.21.1.noarch",
"product": {
"name": "kubernetes1.27-client-fish-completion-1.27.16-150400.9.21.1.noarch",
"product_id": "kubernetes1.27-client-fish-completion-1.27.16-150400.9.21.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "kubernetes1.27-apiserver-1.27.16-150400.9.21.1.ppc64le",
"product": {
"name": "kubernetes1.27-apiserver-1.27.16-150400.9.21.1.ppc64le",
"product_id": "kubernetes1.27-apiserver-1.27.16-150400.9.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le",
"product": {
"name": "kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le",
"product_id": "kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le",
"product": {
"name": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le",
"product_id": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kubernetes1.27-controller-manager-1.27.16-150400.9.21.1.ppc64le",
"product": {
"name": "kubernetes1.27-controller-manager-1.27.16-150400.9.21.1.ppc64le",
"product_id": "kubernetes1.27-controller-manager-1.27.16-150400.9.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kubernetes1.27-kubeadm-1.27.16-150400.9.21.1.ppc64le",
"product": {
"name": "kubernetes1.27-kubeadm-1.27.16-150400.9.21.1.ppc64le",
"product_id": "kubernetes1.27-kubeadm-1.27.16-150400.9.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kubernetes1.27-kubelet-1.27.16-150400.9.21.1.ppc64le",
"product": {
"name": "kubernetes1.27-kubelet-1.27.16-150400.9.21.1.ppc64le",
"product_id": "kubernetes1.27-kubelet-1.27.16-150400.9.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kubernetes1.27-kubelet-common-1.27.16-150400.9.21.1.ppc64le",
"product": {
"name": "kubernetes1.27-kubelet-common-1.27.16-150400.9.21.1.ppc64le",
"product_id": "kubernetes1.27-kubelet-common-1.27.16-150400.9.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kubernetes1.27-proxy-1.27.16-150400.9.21.1.ppc64le",
"product": {
"name": "kubernetes1.27-proxy-1.27.16-150400.9.21.1.ppc64le",
"product_id": "kubernetes1.27-proxy-1.27.16-150400.9.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kubernetes1.27-scheduler-1.27.16-150400.9.21.1.ppc64le",
"product": {
"name": "kubernetes1.27-scheduler-1.27.16-150400.9.21.1.ppc64le",
"product_id": "kubernetes1.27-scheduler-1.27.16-150400.9.21.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kubernetes1.27-apiserver-1.27.16-150400.9.21.1.s390x",
"product": {
"name": "kubernetes1.27-apiserver-1.27.16-150400.9.21.1.s390x",
"product_id": "kubernetes1.27-apiserver-1.27.16-150400.9.21.1.s390x"
}
},
{
"category": "product_version",
"name": "kubernetes1.27-client-1.27.16-150400.9.21.1.s390x",
"product": {
"name": "kubernetes1.27-client-1.27.16-150400.9.21.1.s390x",
"product_id": "kubernetes1.27-client-1.27.16-150400.9.21.1.s390x"
}
},
{
"category": "product_version",
"name": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.s390x",
"product": {
"name": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.s390x",
"product_id": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.s390x"
}
},
{
"category": "product_version",
"name": "kubernetes1.27-controller-manager-1.27.16-150400.9.21.1.s390x",
"product": {
"name": "kubernetes1.27-controller-manager-1.27.16-150400.9.21.1.s390x",
"product_id": "kubernetes1.27-controller-manager-1.27.16-150400.9.21.1.s390x"
}
},
{
"category": "product_version",
"name": "kubernetes1.27-kubeadm-1.27.16-150400.9.21.1.s390x",
"product": {
"name": "kubernetes1.27-kubeadm-1.27.16-150400.9.21.1.s390x",
"product_id": "kubernetes1.27-kubeadm-1.27.16-150400.9.21.1.s390x"
}
},
{
"category": "product_version",
"name": "kubernetes1.27-kubelet-1.27.16-150400.9.21.1.s390x",
"product": {
"name": "kubernetes1.27-kubelet-1.27.16-150400.9.21.1.s390x",
"product_id": "kubernetes1.27-kubelet-1.27.16-150400.9.21.1.s390x"
}
},
{
"category": "product_version",
"name": "kubernetes1.27-kubelet-common-1.27.16-150400.9.21.1.s390x",
"product": {
"name": "kubernetes1.27-kubelet-common-1.27.16-150400.9.21.1.s390x",
"product_id": "kubernetes1.27-kubelet-common-1.27.16-150400.9.21.1.s390x"
}
},
{
"category": "product_version",
"name": "kubernetes1.27-proxy-1.27.16-150400.9.21.1.s390x",
"product": {
"name": "kubernetes1.27-proxy-1.27.16-150400.9.21.1.s390x",
"product_id": "kubernetes1.27-proxy-1.27.16-150400.9.21.1.s390x"
}
},
{
"category": "product_version",
"name": "kubernetes1.27-scheduler-1.27.16-150400.9.21.1.s390x",
"product": {
"name": "kubernetes1.27-scheduler-1.27.16-150400.9.21.1.s390x",
"product_id": "kubernetes1.27-scheduler-1.27.16-150400.9.21.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kubernetes1.27-apiserver-1.27.16-150400.9.21.1.x86_64",
"product": {
"name": "kubernetes1.27-apiserver-1.27.16-150400.9.21.1.x86_64",
"product_id": "kubernetes1.27-apiserver-1.27.16-150400.9.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"product": {
"name": "kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"product_id": "kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"product": {
"name": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"product_id": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "kubernetes1.27-controller-manager-1.27.16-150400.9.21.1.x86_64",
"product": {
"name": "kubernetes1.27-controller-manager-1.27.16-150400.9.21.1.x86_64",
"product_id": "kubernetes1.27-controller-manager-1.27.16-150400.9.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "kubernetes1.27-kubeadm-1.27.16-150400.9.21.1.x86_64",
"product": {
"name": "kubernetes1.27-kubeadm-1.27.16-150400.9.21.1.x86_64",
"product_id": "kubernetes1.27-kubeadm-1.27.16-150400.9.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "kubernetes1.27-kubelet-1.27.16-150400.9.21.1.x86_64",
"product": {
"name": "kubernetes1.27-kubelet-1.27.16-150400.9.21.1.x86_64",
"product_id": "kubernetes1.27-kubelet-1.27.16-150400.9.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "kubernetes1.27-kubelet-common-1.27.16-150400.9.21.1.x86_64",
"product": {
"name": "kubernetes1.27-kubelet-common-1.27.16-150400.9.21.1.x86_64",
"product_id": "kubernetes1.27-kubelet-common-1.27.16-150400.9.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "kubernetes1.27-proxy-1.27.16-150400.9.21.1.x86_64",
"product": {
"name": "kubernetes1.27-proxy-1.27.16-150400.9.21.1.x86_64",
"product_id": "kubernetes1.27-proxy-1.27.16-150400.9.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "kubernetes1.27-scheduler-1.27.16-150400.9.21.1.x86_64",
"product": {
"name": "kubernetes1.27-scheduler-1.27.16-150400.9.21.1.x86_64",
"product_id": "kubernetes1.27-scheduler-1.27.16-150400.9.21.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64"
},
"product_reference": "kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64"
},
"product_reference": "kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64"
},
"product_reference": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64"
},
"product_reference": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64"
},
"product_reference": "kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64"
},
"product_reference": "kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64"
},
"product_reference": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64"
},
"product_reference": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64"
},
"product_reference": "kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64"
},
"product_reference": "kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64"
},
"product_reference": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64"
},
"product_reference": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64"
},
"product_reference": "kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64"
},
"product_reference": "kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64"
},
"product_reference": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64"
},
"product_reference": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64"
},
"product_reference": "kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le"
},
"product_reference": "kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-1.27.16-150400.9.21.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.s390x"
},
"product_reference": "kubernetes1.27-client-1.27.16-150400.9.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64"
},
"product_reference": "kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64"
},
"product_reference": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le"
},
"product_reference": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.s390x"
},
"product_reference": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64"
},
"product_reference": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64"
},
"product_reference": "kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le"
},
"product_reference": "kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-1.27.16-150400.9.21.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.s390x"
},
"product_reference": "kubernetes1.27-client-1.27.16-150400.9.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64"
},
"product_reference": "kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64"
},
"product_reference": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le"
},
"product_reference": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.s390x"
},
"product_reference": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64"
},
"product_reference": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64"
},
"product_reference": "kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le"
},
"product_reference": "kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-1.27.16-150400.9.21.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.s390x"
},
"product_reference": "kubernetes1.27-client-1.27.16-150400.9.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64"
},
"product_reference": "kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64"
},
"product_reference": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le"
},
"product_reference": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.s390x"
},
"product_reference": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64"
},
"product_reference": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64"
},
"product_reference": "kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le"
},
"product_reference": "kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-1.27.16-150400.9.21.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.s390x"
},
"product_reference": "kubernetes1.27-client-1.27.16-150400.9.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64"
},
"product_reference": "kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64"
},
"product_reference": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le"
},
"product_reference": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.s390x"
},
"product_reference": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64"
},
"product_reference": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le"
},
"product_reference": "kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64"
},
"product_reference": "kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le"
},
"product_reference": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64"
},
"product_reference": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le"
},
"product_reference": "kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64"
},
"product_reference": "kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le"
},
"product_reference": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64"
},
"product_reference": "kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-33814",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33814"
}
],
"notes": [
{
"category": "general",
"text": "When processing HTTP/2 SETTINGS frames, transport will enter an infinite loop of writing CONTINUATION frames if it receives a SETTINGS_MAX_FRAME_SIZE with a value of 0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33814",
"url": "https://www.suse.com/security/cve/CVE-2026-33814"
},
{
"category": "external",
"summary": "SUSE Bug 1264506 for CVE-2026-33814",
"url": "https://bugzilla.suse.com/1264506"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-10T13:14:17Z",
"details": "important"
}
],
"title": "CVE-2026-33814"
},
{
"cve": "CVE-2026-35469",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-35469"
}
],
"notes": [
{
"category": "general",
"text": "spdystream is a Go library for multiplexing streams over SPDY connections. In versions 0.5.0 and below, the SPDY/3 frame parser does not validate attacker-controlled counts and lengths before allocating memory. Three allocation paths are affected: the SETTINGS frame entry count, the header count in parseHeaderValueBlock, and individual header field sizes - all read as 32-bit integers and used directly as allocation sizes with no bounds checking. Because SPDY header blocks are zlib-compressed, a small on-the-wire payload can decompress into large attacker-controlled values. A remote peer that can send SPDY frames to a service using spdystream can exhaust process memory and cause an out-of-memory crash with a single crafted control frame. This issue has been fixed in version 0.5.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-35469",
"url": "https://www.suse.com/security/cve/CVE-2026-35469"
},
{
"category": "external",
"summary": "SUSE Bug 1262264 for CVE-2026-35469",
"url": "https://bugzilla.suse.com/1262264"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.27-client-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.27-client-1.27.16-150400.9.21.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.27-client-common-1.27.16-150400.9.21.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kubernetes1.27-client-common-1.27.16-150400.9.21.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-10T13:14:17Z",
"details": "moderate"
}
],
"title": "CVE-2026-35469"
}
]
}
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.